*Hi all, I am using ffmpeg+libx264 for video encoding.
My command is: ffmpeg -y -i Test.mp4 -acodec libfaac -ab 128k -ac 2 -vcodec libx264 -b 1200k -vpre default -crf 22 -async 1 -threads 0 -s 1920X1080 -aspect 4:3 -r 30 -ar 48000 outputFileName.m4v How can I calculate total time of encoding, because I need to show the progress bar which will represent the encoding progress. If anyone has an idea, what is going wrong the please help. * -Thanks & Regards Lekha Mishra
_______________________________________________ Libav-user mailing list Libav-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/libav-user