ffmpeg-progressbar-cli icon indicating copy to clipboard operation
ffmpeg-progressbar-cli copied to clipboard

ffmpeg-bar no execute in powershell script

Open gvonkreisler opened this issue 5 years ago • 3 comments
trafficstars

gvonkreisler avatar Nov 25 '19 23:11 gvonkreisler

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

couleurm avatar Sep 25 '21 11:09 couleurm

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

PixelVengeur avatar Jan 30 '22 16:01 PixelVengeur

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

couleurm avatar Jan 30 '22 18:01 couleurm