I am trying to convert an SVCD mpg to DVD using CCE and AVISynth. I looked at some tutorials for a pre-written script but found none that worked. And this is only a one-time thing for me so I just want a script that works.
Here's the situation. The movie is 4:3. I used AVI_MuxGUI to create a .d2v and .mpa file for the video. I plan on converting the audio file to AC3 with another program so we don't have to worry about that. I just need a script that will allow me to convert that video to DVD using CCE. If you need any other info, let me know. Thanks in advance.
+ Reply to Thread
Results 1 to 8 of 8
-
-
OK, well maybe someone could help me with this then. The script I am currently trying to use is this:
LoadPlugin("C:\...location...\MPEG2Dec3.dll")
mpeg2source("C:\...location...\COVERT OPS.d2v")
LanczosResize(720,480)
...location... being the directory path to the files. This just isn't working. It won't load into CCE which gives me the max frame size error (something about ****x56 framesize not accepted) and when loaded into VirtualDubMod, I get an error that it isn't able to load MPEG2Source (line 2). What is my problem? -
Hi-
Always open your scripts in VDub(Mod) before sending them to CCE. That way if something's wrong, you'll get an error message that actually tells you something.
Now, get the latest DGMPGDec package. Make a new D2V Project File using the included DGIndex, and use the included DGDecode.dll (along with MPEG2Source) rather than the obsolete MPEG2DEC3.dll. Check your paths carefully. Open the script in VDubMod, and if there's an error message you don't understand, report it here. -
Patience, grasshopper. Contrary to popular beliefe, we are not all here all the time. It is good manners to wait 24 hours (at least) before posting sarcastic bumps to your own post.
I suspect you have a clash between an old mpeg2dec3.dll plugin and a new version of avisynth. If you have FFDShow installed you can set it to decode mpeg-2, the use DirectShowSource to open the file, or you can use DGIndex, or you could author with DVD Lav Pro and not convert the video at all.Read my blog here.
-
Thanks tons, I used manano's method and everything's OK now. Sorry for sounding sarcastic, didn't mean to. I'll be more patient next time.
-
Originally Posted by ArtOfLosingMFZB
Demux and convert the audio to AC3 48k sampling. Author that with the original video. It works on standard DVD. Re-encoding will just bloat the file and lose some quality.
If you don't have an MPEG demuxer, try SVCD2DVDMPG, which does the whole thing. -
Originally Posted by AlanHK
-
Originally Posted by Pinstripes23
Similar Threads
-
HC Encoder input file challenge/ AVIsynth script?
By Canon GL-2 Guy in forum Newbie / General discussionsReplies: 16Last Post: 10th Jan 2014, 13:02 -
Certain d2v file causing problems with MeGUI Avisynth Script Creator.
By Simcut in forum Newbie / General discussionsReplies: 5Last Post: 30th Jul 2012, 16:57 -
AviSynth script to increase picture quality of VHS to DVD?
By VideoFanatic in forum RestorationReplies: 5Last Post: 30th Sep 2011, 07:33 -
Lost ability to use Avisynth script to open .flv file with virtualdub.
By DaneClark in forum Video ConversionReplies: 4Last Post: 20th Feb 2011, 11:33 -
Saving AviSynth script to file
By Leo48 in forum Newbie / General discussionsReplies: 6Last Post: 24th Jun 2008, 14:35