Changes between Initial Version and Version 1 of Ticket #5512, comment 19


Ignore:
Timestamp:
May 18, 2016, 11:02:12 PM (10 years ago)
Author:
enevills

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5512, comment 19

    initial v1  
    11I see the same thing when making x264 files with AAC audio. After Effects and Avid see files at 2 frames off.
    22
    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'
     3Command:
     4{{{
     5ffmpeg -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
    48
    59Sample File: https://goo.gl/yuV0st