Forget Avs2DVD.Remember I am using AVStoDVD to make this conversion. I load this script into it.
No, VDub(Mod) isn't an MPEG-2 encoder. All it's good for here is to test out scripts before sending to the encoder (HCEnc, in your case).Is there a way to do it with VirtualDubMod as you suggest?
Here's the full script I used for that reencode of the sample:
LoadPlugin("D:\AviSynth Stuff\Dlls\DGDecode.dll")
LoadPlugin("D:\AviSynth Stuff\Dlls\RePAL.dll")
LoadCPlugin("D:\AviSynth Stuff\Dlls\Yadif.dll")
MPEG2Source("E:\Test\Test.d2v")
Yadif(Mode=1,Order=1)
RePAL()
Crop(0,58,0,-62)
Lanczos4Resize(Width,480)
AssumeFPS(25) #for HCEnc
Adjust for your names and paths. Open your script in VDub(Mod) to test it out. If there's an error message you don't understand, post it here. I added that last line because HCEnc requires the script to have a DVD compliant framerate. I encoded mine using CCE, which doesn't have that same requirement and didn't need that last line. I guess you know that your D2V needs to be made in DGIndex using the default Field Operation of "Honor Pulldown Flags". Encode as 16:9.
When done, open the MPV or M2V, or whatever HCEnc hands back to you, in DGPulldown with the "Custom" box ticked and 24.975->29.97 filled in. When done you'll have an interlaced 29.97fps output M2V, ready to be authored with the AC3 audio, subs, and chapters right from the source DVD.
+ Reply to Thread
Results 121 to 123 of 123
-
-
Manono,
First of all I would like to apologize for not having reported back earlier telling on the results I got.
Things went beautifully and I could get a new DVD that looks better than the original. The image problem was solved. The script worked like a charm.
Thanks a lot!
Similar Threads
-
DV-AVI conversion to H.264 / MPEG2 - playback speed issue
By howardmg in forum Video ConversionReplies: 9Last Post: 27th Jul 2011, 23:07 -
AVI to MPEG2 Conversion Software
By cyberboy in forum Video ConversionReplies: 3Last Post: 7th May 2009, 20:54 -
DV-AVI conversion to mpeg2 or DVD
By obadvw in forum Video ConversionReplies: 6Last Post: 17th Apr 2009, 06:59 -
MPEG2 to AVI conversion.
By fl3tty in forum Video ConversionReplies: 5Last Post: 4th Dec 2007, 00:31 -
AVI to MPEG2 conversion
By Alexstarfire in forum Video ConversionReplies: 8Last Post: 6th Aug 2007, 18:42