Dear #Python experts, I want to create a graphical progress bar for a command line program that uses ffmpeg to extract audio from mp4 video files.
I suppose at some point I could develop a graphical interface to call the command line programs I use for this process, but that's way more complicated than the complicated thing I want to do now.
The video files are generally different sizes every time.
Can you recommend or point me to a good site that may be of value in this endeavor? I've not had much luck searching on my own.
