teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

アイコンのPNGがローカルディスクに指定していたため、削除いたしました。

2020/09/19 09:03

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -15,10 +15,9 @@
15
15
 
16
16
  win.geometry("700x700") #Turn on for locked Resolution
17
17
  win.configure(background='#52514F') # DARK MODE! | ダークモード!
18
- icon_photo = tk.PhotoImage(file = '/Volumes/UNSUNG HERO/PYTHON/IVTC_tool/film.png') # icon file | アイコンファイル
19
- win.iconphoto(False, icon_photo) # Sets the icon | アイコン
20
18
 
21
19
 
20
+
22
21
  # ----Dictionaries & Variables | 辞書と変数----
23
22
  output_format = ['.MP4', '.AVI', '.MOV', '.MXF']
24
23
  ffmpeg_path = open(os.path.join(sys.path[0], "ffmpeg/ffmpeg"), "r")