VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Hi guys,

    I was trying to downsize a mkv file by re-enconding it using "ffmpeg -i file_video.mkv -c:v libx264 -b:v 1000k -c:a aac -b:a 128k output.mp4" but after running that the audio is out of synch (sometimes just stops for a few frames.). Is there anything I can do to fix the mp4?

    Thanks guys.
    Quote Quote  
  2. You should add the video framerate with -vf fps=24000/1001 (for 23.976, as example).

    Code:
    ffmpeg -i file_video.mkv -vf fps=24000/1001 -c:v libx264 -b:v 1000k -c:a aac -b:a 128k output.mp4
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!