Log in

View Full Version : TMPGEnc 4 Xpress


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

setarip_old
8th February 2008, 22:18
Hi!Then i went and used belight to change audio to ac3And what was the filename of the resultant .AC3 audio file?

ClownR
8th February 2008, 23:29
wedding-movie T01 DELAY -191ms.ac3

But the m2v was separate... -_-. I used Elementry System Video only . I want to start encoding but i just want to make sure i do it correctly. Also, in the TMPGEnc 4 Xpress theres a option

*Encode keyframe into I Picture which is enabled, but i read restriction on DGI decode it can't process I frames.. is it samething Or what ? :S =\. Thanks.