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

ffmpeg-bar no execute in powershell script #11

Open
gvonkreisler opened this issue Nov 25, 2019 · 3 comments
Open

ffmpeg-bar no execute in powershell script #11

gvonkreisler opened this issue Nov 25, 2019 · 3 comments

Comments

@gvonkreisler
Copy link

No description provided.

@couleurm
Copy link

I have similar issue, ffmpeg does the same command just fine (yes I manually deleted the file after and it got the same error)

image

@PixelVengeur
Copy link

PixelVengeur commented Jan 30, 2022

Bumping this to say that I believe the solution to the bar not showing up is to use a more verbose loglevel. From my testing, anything less verbose than the default "info" will result in not showing the progress bar.

So instead of using
ffmpeg-bar -loglevel warning -i input.mkv output.mkv

Consider using instead one of the following
ffmpeg-bar -loglevel info-i input.mkv output.mkv (the default value, you can omit the loglevel flag in this case)
ffmpeg-bar -loglevel verbose -i input.mkv output.mkv
ffmpeg-bar -loglevel debug -i input.mkv output.mkv

And the progress bar should show up

@couleurm
Copy link

couleurm commented Jan 30, 2022

Still does not work for me, in the mean time I've found ffpb, which is made in python and seems to work much nicer with PowerShell

ps: also here's compiled builds if you don't wanna bother with python

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

3 participants