ClownR
8th February 2008, 21:47
okay last night i had encoded a wedding 3 vcd movie into one dvd format. HEre is the script:
# -= AviSynth v2.5.7.0 script by FitCD v1.2.8 =-
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\VagueDenoiser.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\convolution3d.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MSharpen.dll")
Mpeg2Source("E:\[original] Wedding\wedding-movie.d2v")
VagueDenoiser(threshold=0,method=3,nsteps=4,chromaT=0,wavelet=1)
ConvertToYUY2()
Convolution3D (0, 32, 128, 16, 64, 10, 0)
MSharpen(15,95,true)
LanczosResize(688,464,0,0,352,288)
AddBorders(16,56,16,56)
#Trim(0,235331).FadeOut(150)
It was successfully completed after 12 hours. I saw the file where it was saved , E:\ wedding-move.m2v . Then i went and used belight to change audio to ac3 then I went back to the partition and that video file was gone. I searched and scanned used recover my file app, but that video file was completely gone. Why did that happen? I didn't uninstall, no anti-virus or spyware.
BTW, source was pal, so is this script but in TMPGEnc 4 xpress (latest) i selected NTSC dvd format. So it adjusted to 29.97 Frames and 720x480 resolution... so yeah =|. Help?
:S
# -= AviSynth v2.5.7.0 script by FitCD v1.2.8 =-
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\VagueDenoiser.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\convolution3d.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MSharpen.dll")
Mpeg2Source("E:\[original] Wedding\wedding-movie.d2v")
VagueDenoiser(threshold=0,method=3,nsteps=4,chromaT=0,wavelet=1)
ConvertToYUY2()
Convolution3D (0, 32, 128, 16, 64, 10, 0)
MSharpen(15,95,true)
LanczosResize(688,464,0,0,352,288)
AddBorders(16,56,16,56)
#Trim(0,235331).FadeOut(150)
It was successfully completed after 12 hours. I saw the file where it was saved , E:\ wedding-move.m2v . Then i went and used belight to change audio to ac3 then I went back to the partition and that video file was gone. I searched and scanned used recover my file app, but that video file was completely gone. Why did that happen? I didn't uninstall, no anti-virus or spyware.
BTW, source was pal, so is this script but in TMPGEnc 4 xpress (latest) i selected NTSC dvd format. So it adjusted to 29.97 Frames and 720x480 resolution... so yeah =|. Help?
:S