-
encoding speed
i am changing an avi video to an flv video using ffmpeg, but i want the encoding process to sort of “ride along with” the video itself. In other words, i want the encoding process to take as long as the video acctually is. so if the video is 28 minutes, i want the encoding process to take 28 minutes. can this be done?
here is what i have so far…
ffmpeg -i '/home/ftp/file.avi' -y -b 800 -r 25 -f flv -vcodec flv -ab 128 -ar 44100 /home/ftp/file.flv