You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a thin wrapper around ffmpeg. So if you want to have a progress indicator I'd suggest to install an ffmpeg fronted that provides one. E.g., https://github.com/sidneys/ffmpeg-progressbar-cli and then change the executable.
What @jclem could do is to introduce an environment variable that references the ffmpeg executable by default and use that to invoke ffmpeg. This then allows us to override it and use other frontends. Without that you'll have to change the script manually.
Is it possible to show progress? Some conversions take quite a while and it's hard to tell if things are still ongoing.
The text was updated successfully, but these errors were encountered: