Changes between Initial Version and Version 1 of Ticket #5512, comment 19
- Timestamp:
- May 18, 2016, 11:02:12 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5512, comment 19
initial v1 1 1 I see the same thing when making x264 files with AAC audio. After Effects and Avid see files at 2 frames off. 2 2 3 Command: ffmpeg -loglevel debug -i 'file.mov' -pix_fmt yuv420p -vf scale=960:540 -c:v libx264 -preset veryslow -crf 23 -x264opts ref=4:qpmin=4 -color_primaries 1 -color_trc 1 -colorspace 1 -profile:v main -level 4.0 -f mp4 -ac 2 -c:a aac -b:a 192k -strict -2 -threads 3 -y 'export.mp4' 3 Command: 4 {{{ 5 ffmpeg -loglevel debug -i 'file.mov' -pix_fmt yuv420p -vf scale=960:540 -c:v libx264 -preset veryslow -crf 23 -x264opts ref=4:qpmin=4 -color_primaries 1 -color_trc 1 -colorspace 1 -profile:v main -level 4.0 -f mp4 -ac 2 -c:a aac -b:a 192k -strict -2 -threads 3 -y 'export.mp4' 6 }}} 7 4 8 5 9 Sample File: https://goo.gl/yuV0st


