Hello, I'm fairly new to converting mpeg2 to mpeg1, but it is vital that I do it in order for the video to play on my DVD player (which lacks SVCD playback). I've tried burning the VCD after converting it with TMPGEnc, and the audio was too fast for the video. Next, I tried first converting the audio to WAV, thinking that would fix things, but the program I was using (dbpoweramp8) would freeze every time just before it got to 50 percent completion. Obviously, virtualdub won't allow me to extract and convert the audio seperately, because it doesn't support mpeg2.
Please help, because I'm almost to my wits' end!
+ Reply to Thread
Results 1 to 2 of 2
-
-
Is your MPEG-2 coming from a capture card? A software MPEG-2 encoder? What?
Using a Creative Videoblaster VCR, I do roughly the follwing:
1) Run the MPEG-2 through PVAStrumento.exe to fix sync errors from possibly glitchy captures. (this step not always needed)
2) Save a project file using DVD2AVI (.d2v and .mpa output)
3) Convert the .mpa audio file to .wav with MPA2WAV.exe
4) Write a short Avisynth program to feed the video to VirtualDub
Example:
LoadPlugin("C:\software\MPEG2DEC.dll")
LoadPlugin("C:\software\Avisynth_Spatial.dll")
mpeg2source("C:\send to mandy\<filename>.d2v")
TemporalSmoother(3)
SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
5) Open the Avisynth file in VirtualDub and add the audio as a .wav file -- applying any audio offset if necessary. Under FRAME RATE, make audio and video duration match.
6) Frameserve to TMPGEnc.
In step 4 you would also want to use an inverse telecine plugin to convert an interlaced 29.97fps video to a 23.976 fps non-interlaced video. There are now at least 4 of these... GreedyHMA seems to work the best for me at this time, but others may soon outperform GreedyHMA.
Similar Threads
-
Audio out of sync after editing in MPEG Streamclip
By Rhymester in forum EditingReplies: 0Last Post: 7th Nov 2011, 05:03 -
avidemux audio sync problem with MPEG-2 - alt. way to cut mpeg-2
By graysky in forum LinuxReplies: 8Last Post: 6th Nov 2011, 21:02 -
MPEG Streamclip audio sync issues
By notachancegp in forum Video ConversionReplies: 15Last Post: 3rd Dec 2010, 09:09 -
mpeg sync problems after importing dvd
By blubot in forum Newbie / General discussionsReplies: 5Last Post: 23rd Sep 2008, 11:31 -
MPEG to Divx audio sync problem
By starless in forum ffmpegX general discussionReplies: 8Last Post: 11th Oct 2007, 04:38