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.
+ Reply to Thread
Results 1 to 1 of 1
-
Last edited by DJX; 9th Oct 2010 at 19:57.
Similar Threads
-
Convert DV type 2 to type 1? Or is there an app that will correct sync?
By Colmino in forum Newbie / General discussionsReplies: 7Last Post: 20th Dec 2022, 21:24 -
how can I reduce bitrate and frame rate when converting avi to mpeg-2(dvd)?
By jasoothai in forum Authoring (VCD/SVCD)Replies: 4Last Post: 3rd Nov 2011, 03:42 -
Frame rate fore converting MTS video to avi
By nicholasrumin in forum Video ConversionReplies: 3Last Post: 6th Jun 2011, 13:57 -
Converting MKV to PS3 with a variable frame rate
By hookeyed in forum Video ConversionReplies: 4Last Post: 20th Jun 2010, 07:38 -
Video frame rate question
By Ramza126 in forum Newbie / General discussionsReplies: 4Last Post: 11th Jun 2008, 18:57