I have a muxed Mpeg1 NTSC file with the standard MP2 224kbit and 44000Hz audio that I want to convert the audio to the same MP2 224kbit but with a 48000hz frequency. I want to author a DVD with toast using these Mpeg1 files (not converting them to Mpeg2). If I set toast to do the task it converts the files (or at least alters the audio from 44KHz to 48KHz) but the sync is out.
I have tried the passthrough video and set the audio frequency change to 48000hz in ffmpeg but I also get the same syncing problems with the resulting Mpeg1 muxed files?
Results 1 to 6 of 6
-
-
This is the process I have selected below. I don't think the SVCD->DVD trick will work as the original file is not Mpeg2 (480x480) SVCD format it is standard VCD format. As you can see from the process that I am just passing through the video so it will be muxed at the end. It is only the frequency of the audio that I am changing.....
Encoding started on Thu Jul 1 09:35:07 EST 2004
Input #0, mpeg, from '/Users/mydirectorywiththefileinit/filename.mpg':
Duration: 00:42:51.2, bitrate: 1393 kb/s
Stream #0.0: Video: mpeg1video, 352x240, 29.97 fps
Stream #0.1: Audio: mp2, 44100 Hz, stereo, 224 kb/s
Output #0, avi, to '/Users/mydirectorywiththefileinit/filename.mpg':
Stream #0.0: Video: mpeg1video, 352x240, 29.97 fps, q=2-31
Stream #0.1: Audio: mp2, 48000 Hz, stereo, 224 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
-
Sorry I miss understood how the SVCD ->DVD tool worked. I have tried just encoding the audio and then remuxing with the video but it is still out.
How does the S/VCD->DVD tool work? Does it convert the Video to Mpeg2 ?
I haven't got the full version of ffmpeg to try this feature.
Similar Threads
-
Audio syncing problem...
By Huntr777 in forum MacReplies: 3Last Post: 1st Aug 2011, 16:30 -
multiAVCHD syncing problem
By dan_man555 in forum Video ConversionReplies: 6Last Post: 30th Jun 2011, 21:41 -
Syncing Trouble
By outshimed in forum Newbie / General discussionsReplies: 5Last Post: 22nd Apr 2009, 18:15 -
audio syncing
By projecttemp in forum AudioReplies: 3Last Post: 9th Apr 2008, 21:11 -
Syncing different subtitles
By nosajj in forum SubtitleReplies: 4Last Post: 29th Feb 2008, 05:52