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!
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!