Can ffmpeg show a progress bar?
问题 I am converting a .avi file to .flv file using ffmpeg. As it takes a long time to convert a file I would like to display a progress bar. Can someone please guide me on how to go about the same. I know that ffmpeg somehow has to output the progress in a text file and I have to read it using ajax calls. But how do I get ffmpeg to output the progress to the text file? Thank you very much. 回答1: I've been playing around with this for a few days. That "ffmpegprogress" thing helped, but it was very