Ask Your Question
3

Is it possible for ffmpeg to display a progress bar?

asked 2022-01-02 11:00:00 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-04-26 22:00:00 +0000

lakamha gravatar image

Yes, ffmpeg can display a progress bar during the encoding process. To display the progress bar, you can use the -progress option followed by a URL. For example:

ffmpeg -i input.mp4 -c:v libx264 -c:a aac -progress http://localhost:8080/progress.m3u8 output.mp4

This will display the progress bar at the URL http://localhost:8080/progress.m3u8. You can then view the progress bar in a web browser or a media player that supports HLS (HTTP Live Streaming) protocol.

Note that the progress bar will only be displayed during the encoding process and will disappear once the encoding is complete.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-01-02 11:00:00 +0000

Seen: 15 times

Last updated: Apr 26 '21