質問編集履歴
1
アイコンのPNGがローカルディスクに指定していたため、削除いたしました。
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")
|