Ok everyone (AKA: anyone who can help: ),
I've been trying to edit and convert from VCD to DIVX for a week and I've been getting more and more frustrated. My problem is that I can't find a perfect way to edit and join, then convert w/o the audio coming out of sync.
I started by trying Premiere, but rendering times were too long and there was no option for mp3 audio compression. I preferred to use it because of it's detail in editing and the ability to save projects.
Attempts at trying Vegas Video and Media Studio Pro were unsuccessful, so I moved on to try Virtual Dub.
I like VDubs ease, but after reading all kinds of stuff on sites like this, I still can't figure out how to fix these sync issues w/o making them different framerates. Also, it isn't just async the same amount throughout, but it gradually becomes worse as the video goes on. FYI, most of the sources' framerates are btw 29.6 and 29.997, but any time I try converting them all to the same rate (so I can combine them) they become async in different levels.
Can anyone please help me asap so I can get this project started?
+ Reply to Thread
Results 1 to 16 of 16
-
-
After you load the AVI file, select Video-->Scan video stream for errors. If none, select File-->save wave....
Load the original file as input video into TMPGEnc. Use the new was file as input audio. Select your template and encode.Hello. -
Thanks for the reply, but having never used TMPG, I didn't quite understand your suggestion:
Load the orginal file? The original is longer than the edited audio file. Also, TMPG didn't recognize the new (edited to match the .wav) divx file I tried to load as the video source. I didn't think TMPG dealt with divx?
thx -
Yes, but the official site was down so the one I found might not have been the most current.
-
So, I am right in saying your audio synch is gradually going out more and more as the movie plays?
Hello. -
Correct. I'm working on combining 4 videos into one and the only way I can seem to get them to sync right is by using the "same length" option in the framerate window. However, each file is fractionally different and I have to make them the same framerate to combine.
-
Are the video the same size. I am bnot interested in rates with what I have in mind
Hello. -
Yes, they are all 352x240, but I think some future ones I'll want to work with will be different.
-
Okay, I am assuming you can run AviSynth on your system. Copy this script to your Notepad:
AVISource("c:\ruyenvideo1.00.avi").BicubicResize(3 20,240)
+AVISource("c:\ruyenvideo2.00.avi").BicubicResize( 320,240)
+AVISource("c:\ruyenvideo3.00.avi").BicubicResize( 320,240)
+AVISource("c:\ruyenvideo4.00.avi").BicubicResize( 320,240)
Repalce the video titles with appropiate ones and paths on your system.
Save the file as a .avs file. Load it into Virtual and run.
let me know what happened.Hello. -
No, I don't run that. Can you explain a bit? I saw a suggestion on one of these sites that said install and use frameserver (which I am also unfamiliar with), I tried it once but I didn't notice a difference.
-
Well, it involves loading two small files, turning AviSynth on in your registry. Then instead of encoding videos, VDub will execute the AviSynth file. I would like for you to join all your videos, save the audio from them, encode them using the files and the audio from them in the same procedure.
Hello. -
Is this (AviSynth) the same as the aviproxy provided w/ VDub or is it separate software? <looking now>
Also, are those steps in your previous post all the steps I need?
thx -
I installed the handler, if that's the same thing. Can we talk IM? I've can run ICQ, MSN, yahoo, AIM, whatever you prefer.
Similar Threads
-
Editing .wmv in Vdub
By imdaman in forum EditingReplies: 9Last Post: 9th Jan 2010, 16:09 -
Audio Sync Problems when converting MPG to Divx
By kbehel in forum Video ConversionReplies: 1Last Post: 16th Jan 2009, 21:18 -
editing movies in vdub: how to get whole vid in memory?
By SignedupGuest in forum Newbie / General discussionsReplies: 7Last Post: 10th Aug 2008, 08:14 -
Vob / Mpeg2 editing with Vdub
By schematic2 in forum Newbie / General discussionsReplies: 4Last Post: 29th Jun 2008, 17:55 -
sudden vdub sync problems when converting hd sources
By uk_dan2k in forum Newbie / General discussionsReplies: 10Last Post: 8th Feb 2008, 16:37