VideoHelp Forum
+ Reply to Thread
Results 1 to 1 of 1
Thread
  1. I'm trying to use ffmpeg to convert a few files to mpeg2's:
    Using Windows Vista and latest ffmpeg from: http://ffmpeg.arrozcru.org/autobuilds/

    Source File:
    Seems stream 0 codec frame rate differs from container frame rate: 59.94 (60000/1001) -> 29.97 (60000/2002)
    Input #0, ea, from 'C:\Temp\File.mpc':
    Duration: 00:01:01.85, start: 0.000000, bitrate: 4235 kb/s
    Stream #0.0: Video: mpeg2video, yuv420p, 640x448 [PAR 1:1 DAR 10:7], 3851 kb/s, 29.97 tbr, 90k tbn, 59.94 tbc
    Stream #0.1: Audio: adpcm_ea_r1, 48000 Hz, 2 channels, s16, 384 kb/s

    ffmpeg Command:
    ffmpeg -acodec adpcm_ea_r1 -i "C:\Temp\File.mpc" -f vob -acodec mp2 -ab 384K -vcodec mpeg2video -sameq "C:\Temp\File.mpg"

    Output File:
    Input #0, mpeg, from 'C:\Temp\File.mpg':
    Duration: 00:01:08.13, start: 0.500000, bitrate: 2699 kb/s
    Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 640x448 [PAR 1:1 DAR 10:7],104857 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
    Stream #0.1[0x1c0]: Audio: mp2, 48000 Hz, 2 channels, s16, 384 kb/s


    Problem:
    Converted file is played back at 59.94 FPS (VLC & MPlayer)
    I tried forcing the frame rate with "-r ntsc" but it still comes out at double speed.
    Audio is fine, but the video plays back at double speed.
    Last edited by DJX; 9th Oct 2010 at 19:57.
    Quote Quote  



Similar Threads

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