Hello, how do you exactly convert DVD (VOB files) to AVI files? Currently, I decrypt the DVD using DVD Decrypter and use DVD2AVI to convert the VOB files, but when I convert the file to an AVI, there's usually some pixellation going on and in some places it's really noticeable. So, what is the best way to convert DVD files to a clean AVI file? What I'm trying to do is use this AVI file in After Effects for a commercial, so I cannot have it compressed in any way, such as DivX.
Also, what is the best solution to sync the video and audio once you decrypt and convert?
Thank you!
+ Reply to Thread
Results 1 to 7 of 7
-
-
DVD2AVI is just plain frameserving, so if you don't send it over a compressor afterwards, pixelation shouldn't occur. Maybe what you see is interlacing artifacs. These would only appear on a computer screen but not on a TV.
What you want to do is to frameserve to an application like Virtualdub for example and tell it exactly what output format you want (in this case: uncompressed) and save an avi. If it's really interlacing that bugs here and you know you don't want it later on, apply a deinterlacer filter.
Cheers, -
Originally Posted by codecpage
To answer the thread question:
Best way is to save project loading the vobs in DGIndex, to load it in an avisynth script, to load the script in VDub and to convert it to an avi using lossless compresion of Huffyuv or Lagarith codecs.
Then it is ready to be processed in After Effects.
BUT if AE can load avisynth scripts - well then you can see where to go. -
Originally Posted by Abond
http://www.codecpage.com/index_lossless.html
Cheers -
thanks for the information. I've been searching all day on the best method to convert my vob files to avi or mpeg. I've been trying the autogk and tmpgenc. tmpgenc works ok but to get good quality videos you have to create large files (~2gb+). the autogk works ok too but sometimes crashes.
Can someone explain the 2 pass thing and do I need to do that? Right now I just load the .avs file I created into virtual dub, select the huff compression and save as avi.
thanks -
Originally Posted by Abond
-
Hi-
Open the Vob(s) in DGIndex and go File->Save Project. That will give you the audio and a D2V project file. Create an AviSynth script file by creating a .txt file, but changing the extension to .avs. So, maybe make a Video.avs, inside of which you'll have something like:
LoadPlugin("C:\Path\To\DGDecode.dll")
MPEG2Source("C:\Path\To\Video.d2v")
Adjust for your paths and names. The DGDecode.dll comes from the same DGMPGDec package that contains DGIndex. There are also 3 very good guides included that will fill you in, especially the QuickStart Guide.
Get and install the lossless codec of your choice. I use Lagarith. Open your Video.avs in VDub(Mod) just as if it were a video, such as an AVI (drag-and-drop, or File->Open Video File), go Video->Compression, and choose your lossless codec from the list you'll see. Configure it if necessary, and go File->Save As (in VDubMod anyway). Then wait for your AVI to be created.
Read the docs included in DGMPGDec and read here:
http://avisynth.org/
You'll be glad you did.
Similar Threads
-
GIVEN UP,Now how to convert Mpeg 2 to a clean AVI with same aspect ratio ??
By mudh in forum Video ConversionReplies: 4Last Post: 11th Oct 2011, 16:04 -
Saving multiple AVIs from 1 AVI by virtualdub script
By DveD in forum EditingReplies: 1Last Post: 16th Oct 2009, 08:47 -
Subtitles not added during conversion of Pal to NTSC 2 avis with 2 sup file
By unity860 in forum SVCD2DVD & VOB2MPGReplies: 8Last Post: 3rd Apr 2008, 06:54 -
Large AVI to smaller AVIs
By longlostname in forum Newbie / General discussionsReplies: 4Last Post: 4th Mar 2008, 16:04 -
Clean up audio on AVI file
By marybutts in forum AudioReplies: 2Last Post: 11th Jan 2008, 06:15