Recently I ripped 2001:ASO to a single VOB file (file splitting set to none in DVDDecrypter). Whenever I play the VOB file in VDM the audio is out of sync. When I encoded the VOB to a lossless AVI file and tried to play it in VDM, the audio of that file too was out of sync (gets progressively more out of sync the further the film progresses).
So my question is: how can I either make the audio of the lossless AVI file be in sync from the start or manually fix the audio problem afterwards?
+ Reply to Thread
Results 1 to 11 of 11
-
-
D2v made. I have it opened ready to encode in MeGUI. 2 questions: 1. can I encode the mpeg2 directly to an MKV (x264) and 2. I can see the combing artifacts from interlacing clearly, which deinterlacer do you recommend? I'd prefer one that is comparable in quality to TempGausMC but much faster. Yadif maybe?
-
It most likely doesn't need deinterlacing but an IVTC. That's if you can't use Forced Film in DGIndex and get a 23.976fps D2V to begin with. Again, the included docs explain when to use Forced Film rather than the default Honor Pulldown Flags.
And yes, you can encode to whatever you like from that script. -
Use Virtualdub 1.9.X-test27 with external encoder to create x264/aac MKV.
Here is the link for Virtualdub 1.9.X-test27...
http://www.virtualdub.org/beta/Virtu...9.X-test27.zip
and a guide to use the external encoder...
http://forums.virtualdub.org/index.p...T&f=3&t=18840&
I use...
video encoder - x264.exe
audio encoder - NeroAacEnc.exe
muxer - mkvmerge.exe (for mp4 - mp4box.exe) -
It seems that it did need IVTC. After selecting 'force film' the artifacts were no longer visible in the MeGUI script preview. Question though, if the avs script automatically included the command "#deinterlace" even thought the problem was in fact the need to IVTC, not deinterlace and I already started the job with that command, will that reduce the ammount of frames further and wreck the fps?
-
Anything after a pound sign in an AviSynth script is a comment, it is not executed as part of the script:
Mpeg2Source("filename.d2v") # text to the right of the pound sign is just a comment
# you use comments to remind you what you're doing in a script
# the following line flips the video horizontally
FlipHorizontal()
#this is the end of the scriptLast edited by jagabo; 16th Aug 2010 at 12:33.
-
First, Forced Film isn't the same as a full IVTC. When running the Preview in DGIndex are you getting 100% Film in the information window? If not, using Honor Pulldown Flags followed by an AviSynth IVTC (Decomb, TIVTC) will probably be a better choice.
I don't use MeGUI, but any line beginning with '#' in an AviSynth script isn't used. It's ignored or, to use the correct term, 'commented out'.
Similar Threads
-
lagarith - premiere - lagarith (without colorspace conversion)
By codemaster in forum EditingReplies: 10Last Post: 1st May 2012, 12:26 -
Cut in lagarith avi
By Asesinato in forum EditingReplies: 5Last Post: 9th Apr 2012, 08:46 -
Lagarith or x264 lossless?
By sphinx99 in forum Capturing and VCRReplies: 42Last Post: 7th Jun 2010, 08:13 -
VOB to mgp lossless
By casperinmd in forum SVCD2DVD & VOB2MPGReplies: 17Last Post: 2nd May 2009, 11:37 -
VOB, AVI TO RM problem with audio and vedio sync
By soft in forum DVD RippingReplies: 1Last Post: 8th Aug 2007, 00:16