Hi *** *'* * ***
please I wonder if there is a practical way to tell to ffmpeg to show the percentage of encoded, or - for cats only - to see a progression bar of encoded.
Thanks
+ Reply to Thread
Results 1 to 14 of 14
-
-
Please wait for another couple days before bumping your thread,i deleted the other 3 bumps.
I think,therefore i am a hamster. -
No ffmpeg itself doesn't show progress in percent.
There are tons of tools/front ends/wrappers that do, so either use another tools that calls ffmpeg (or write one yourself) or stick with the way ffmpeg indicates progress.users currently on my ignore list: deadrats, Stears555 -
You do realize that ffmpeg reports the timecode position during an encode? Maybe not quite the same as a progress bar, but if you know that your video is 10 minutes in length, and ffmpeg is currently reporting it is at 2:00:00 and encoding at 18 fps a 30 fps clip then you can quickly calc the amount completed and time left e.g. 20% done and ~13 minutes until completion.
-
yes but I'm a *** , please I need some examples of use. Some commandlines in practice
-
I have read but is too complicated, what is AJAX, PHP? Seems they have developed some procedure in other enviroment than windows
I wonder if there is a practical way, here -
Sadly, ffmpeg itself still cannot show a progress bar.
Thus, i recommend giving the brand-new ffmpeg-progressbar-cli a try:
It's a thin wrapper for ffmpeg and shows a colored, centered progress bar and the remaining time.
Also, it's based on Node.js, actively developed and open-source. -
thank you cat, but I'm not able to install the program
I have windows 10 ver 1607 build 14393.447
I have download and install node-v10.9.0-x64.msi
And download ffmpeg-progressbar-cli-1.3.0.zip
for example I decompress all file of the ffmpeg-progressbar-cli-1.3.0.zip in c:\me so that I get:
and in c:\me\lib:
c
I lauch the cmd prompt and I go in c:\me (or c:\me\lib but don't chage nothing) and I get this error when I try to install the program:
what I mistake? thanks -
Dear marcorocchini,
thanks for your feedback and the provided documentation.
The issue regarding the installation of ffmpeg-progressbar-cli occurred to a missing "Git" installation on your PC,
however, the latest version (v1.4.0) does not have that requirement anymore, your edge case has been taken into account. Please retry installing.
Furthermore, please use Github Issues for support and feedback in the future, as that page is visited and updated much more frequently than this thread .
Cheers,
S -
This is obviously necromancing an old thread, but another option for a command-line ffmpeg wrapper with a progress bar is the python package ffpb.
You install it with pip (pip install ffpb or pip3 install ffpb).
After that, you'll have a command called ffpb that uses the exact same syntax as ffmpeg itself.
Here's some output from it being used on a movie with burning subtitles.
ffpb -i filename.mp4 -vf subtitles=eng.srt:force_style='FontName=DyslexicLo gicFont' -c:a copy
outfile.mp4
filename.mp4: 45%|██████████████▎ | 97752/219384 [30:33<35:29, 57.12 frames/s]
Similar Threads
-
POTPLAYER - Show seek bar when seeking
By skribby in forum Software PlayingReplies: 2Last Post: 9th Jun 2016, 16:33 -
How to show all internal codec properties of a video (with ffmpeg)?
By pxstein in forum Newbie / General discussionsReplies: 1Last Post: 7th Jun 2015, 03:01 -
Media player classic -Does not show UI bar on the bottom when in fullscreen
By shippou in forum Software PlayingReplies: 2Last Post: 11th Nov 2013, 18:03 -
progress bar with preview (like youtube)
By d_ce in forum Newbie / General discussionsReplies: 5Last Post: 13th Apr 2013, 08:57 -
Let ffmpeg show used audio and video codec inside a (.mp4) video file?
By pxstein in forum Newbie / General discussionsReplies: 1Last Post: 26th Jan 2013, 03:47