Skip to content

Commit

Permalink
v3.36.2
Browse files Browse the repository at this point in the history
FFMPEG batch encoder bug fixes
  • Loading branch information
jessielw committed Nov 19, 2021
1 parent fd3da56 commit 98b71dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FFMPEGAudioEncoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def root_exit_function():
root.destroy()

root = TkinterDnD.Tk()
root.title("FFMPEG Audio Encoder v3.36")
root.title("FFMPEG Audio Encoder v3.36.2")
root.iconphoto(True, PhotoImage(file="Runtime/Images/topbar.png"))
root.configure(background="#434547")
window_height = 220
Expand Down

0 comments on commit 98b71dc

Please sign in to comment.