Hi, Thanks for the reply.. I tried removing crf attribute and it worked..
On Tue, Feb 13, 2018 at 7:46 PM, Carl Eugen Hoyos <[email protected]> wrote: > 2018-02-13 10:16 GMT+01:00 Vikram Arora <[email protected]>: > > > ffmpeg -i src_file.mp4 -y -ab "512k" -ac "2" -c:a "libfdk_aac" > > -ar "44100" -c:v "libx264" -r "29.97" > > This does not look like a correct frame-rate, try "-r 30000/1001" > > > -b:v "512k" -minrate "512k" -maxrate "512k" -bufsize "512k" > > You will have to decide if you want constant bitrate ... > > > -crf "23" -threads 1 dest_file.mp4 > > ... or constant quality. > > Carl Eugen > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". -- *Thanks,* *Vikram Arora* _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
