Ffmpeg notes: Difference between revisions

From I Will Fear No Evil
Jump to navigation Jump to search
(Created page with "ffmpeg when dealing with mp4 that skips and stutters in playback. Seen in MythTV. <pre> ffmpeg -i ./foo.mp4 -c:v libx264 -crf 24 -pix_fmt yuv420p -tune film -c:a aac -b:a 19...")
(No difference)

Revision as of 18:25, 20 December 2021

ffmpeg when dealing with mp4 that skips and stutters in playback. Seen in MythTV.

ffmpeg -i ./foo.mp4 -c:v libx264 -crf 24 -pix_fmt yuv420p -tune film -c:a aac -b:a 192k -ar 44100 -vol 300 -strict -2 -speed fastest ./bar.mp4