Log in

View Full Version : help mpg (vcd) to DVD


ClownR
6th January 2008, 23:42
Okay i have this wedding video which was a vcd. Originally it came from VHS to VCD. Now it was in 3 CD so i extracted to 3 mpgs. Next, i merged these 3 mpgs into one mpg.

Then I used fitcd and this is the avs script:

### -= AviSynth v2.5.7.0 script by FitCD v1.2.8 =-###
DirectShowSource("X:\Wedding-Movie.mpg")
LoadPlugin("C:\Program Files\Avisynth 2.5\plugins\UnDot.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\convolution3d.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MSharpen.dll")


UnDot()

Convolution3d (0, 32, 128, 16, 64, 10, 0)


MSharpen(10,95,true)


LanczosResize(704,576,0,0,352,288)
AddBorders(8,0,8,0)
#Trim(0,70056).FadeOut(150)
ConvertToYUY2() # For VirtualDub or CCE


I used some filters to fix the bad quality and noise, however whenever i load the avs in cce sp i get 46 minutes or in Tmpegnec Xpress 4.4. But the total length of the video is 2hrs 36min and 40sec. This is only happening because of the avs script, if i do the direct mpg to Tmpegnec Xpress 4.4 its full length. How can i fix this??? Any other suggestion are welcome ;D thanks!

foxyshadis
7th January 2008, 00:15
Probably not a good merge, or at least your system's mpeg splitter can't handle it. Try using dgdecode for the merged mpg or even all three separately (combine in avisynth). You'll have to import the audio separately, though.

I would really consider a strong deblocker for a VCD source.

ClownR
7th January 2008, 03:51
What strong deblocker would you suggest? And what other app can i use to merge the mpgs?

### -= AviSynth v2.5.7.0 script by FitCD v1.2.8 =-###
LoadPlugin("C:\Program Files\Avisynth 2.5\plugins\DGDecode.dll")
DirectShowSource("X:\Naveed-Bina-Movie.mpg")
LoadPlugin("C:\Program Files\Avisynth 2.5\plugins\UnDot.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\convolution3d.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MSharpen.dll")


UnDot()

Convolution3d (0, 32, 128, 16, 64, 10, 0)


MSharpen(10,95,true)


LanczosResize(704,576,0,0,352,288)
AddBorders(8,0,8,0)
#Trim(0,70056).FadeOut(150)
ConvertToYUY2() # For VirtualDub or CCE


Was added I am still getting 46min length :(... Or is there a syntax as well besides just loading?

foxyshadis
7th January 2008, 09:54
http://neuron2.net/dgmpgdec/QuickStart.html

You can load all of them at once into DGIndex if it doesn't read the long mpg properly, it'll combine them into 1 d2v.

ClownR
8th January 2008, 03:43
okay i did the long mpg to a d2v and encoded it using CCE SP after it waas done on a Mpeg-2 VBR 2 pass. out put was .mpv file and it came to 3.9GB okay that was fine, but Then it suddenly became 44MB and only 5minutes long from 2hr 36min.

So this is what i did now. I went to DGI index, opened using cd1 and then added cd2 and cd3 and new d2v file came. Next, loaded the d2v file to fit2cd and added three filter which you see and now i am going to attempt at it again! i still cant figure out why did that file go back to 44MB size :O.

oh btw i attempted to play that mpv file on MPC from combined community codec pack