I have 2 avi files which i framserved with vdub (extracted the audio to 48khz) into tmpgenc (ntsc-film / 48khz - 224kbit - 2500cbr)
Then i joined these 2 newly made mpg's with mpegtools.
Audio completely out of sync.
Then i tried DV-Tool to join those mpg's, result, audio in sync.
MPEG1+MPEG2 : NEWMPEG 4,01GB
Now i want to demux the new MPG so i can use ifoedit to burn them on a dvd.
Using tmpgenc's mpegtool doesn't work. It stops demultiplexing when it reaches the end of the first mpeg. also the sound stops and the end of part1.
I tried PVAstrumento which gave me like 26920 errors and a result of 30mb of video, instead of the 4gb
Anyone have an idea of what might be wrong ?
+ Reply to Thread
Results 1 to 6 of 6
-
-
If your have multiple AVI's, you would normally use VirtualDub to join them before encoding. If the audio in your AVI's is AC3, then you need to use AC3FIX.EXE to repair the bad frames, or audio sync problems will result. You can then take your fixed output, and encode as usual.
It sounds like your encoding each avi to MPEG seperately and then trying to join them? Join them first. Repair if necessary, and then encode.Impossible to see the future is. The Dark Side clouds everything... -
DJRumpy is right, the best way to join these is at the AVI format and then encode.
If you still think your problem is at the muxing step, give XMuxer a shot. They have a free trial http://www.elecard.com/download/ -
AVISynth likely can do what you want. If you don't have AVISynth 2.0 or newer, go get it and install it on your computer. http://www.avisynth.org is the official site.
Now fire up Notepad and type in the following:
Code:return(avisource("clip1.avi)+avisource("clip2.avi"))
Change the file type to "All Files", then type in the filename you want (ending with .avs extension, this is a must for AVISynth)
Now encode the .avs file with your favorite Encoder (TMPGEnc!). AVISynth will join the two AVIs and feed it to the encoder automatically. This is called "Frameserving".
I actually was able to use AVISynth to edit my daughter's Christmas program for putting on VCD. It worked pretty well too.
CogoSWSDS -
AVISynth will work, but you should first make sure that both clips are the same framefrate, and resolution. Although the script posted above would work, you could get some interesting results
.
What are the differences between the two clips?Impossible to see the future is. The Dark Side clouds everything...
Similar Threads
-
Joining mpg files from VOB2MPGPRO
By Mudmover in forum SVCD2DVD & VOB2MPGReplies: 14Last Post: 2nd Jun 2009, 07:06 -
DOS multiplexing for DivX and/or other MPG?
By Figge in forum Video ConversionReplies: 2Last Post: 25th Mar 2009, 02:55 -
Splitting and Joining then Converting VOB > MPG > FLV
By deportu in forum Newbie / General discussionsReplies: 7Last Post: 12th Jun 2008, 21:32 -
joining up .mpg movies
By natty in forum Newbie / General discussionsReplies: 1Last Post: 3rd Feb 2008, 06:14 -
mpg joining?
By jay_lubb in forum Newbie / General discussionsReplies: 2Last Post: 23rd Aug 2007, 11:02