Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show progress? #33

Open
max opened this issue Jun 23, 2016 · 1 comment
Open

Show progress? #33

max opened this issue Jun 23, 2016 · 1 comment

Comments

@max
Copy link

max commented Jun 23, 2016

Is it possible to show progress? Some conversions take quite a while and it's hard to tell if things are still ongoing.

@kaikuchn
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants