PDA

View Full Version : Error xvid_encraw


Nyqnzguju
19th November 2009, 15:32
When ever i start any rip i get this error:
http://www.imgcentre.com/images/xvid1479576789.jpg

Full error message:

[Information] Log
-[Information] Versions
--[NoImage] MeGUI Version : 0.3.1.1056
--[NoImage] OS : Windows XP Professional x86 SP3 (5.1.196608.2600)
--[NoImage] Latest .Net Framework installed : 2.0 (2.0.50727.0)
-[Information] Hardware
--[NoImage] CPU : Intel(R) Pentium(R) D CPU 3.40GHz
-[Information] Log for job1 (video, VTS_01_1.avs -> )
--[Information] [11/19/2009 9:16:24 AM] Started handling job
--[Information] [11/19/2009 9:16:24 AM] Preprocessing
--[NoImage] Job commandline: "C:\Program Files\megui\tools\xvid_encraw\xvid_encraw.exe" -i "C:\Documents and Settings\NyQnZGuJu\Desktop\Parinda\VTS_01_1.avs" -pass1 "C:\Documents and Settings\NyQnZGuJu\Desktop\Parinda\VTS_01_1.stats" -bitrate 596 -kboost 100 -chigh 30 -clow 15 -overhead 0 -turbo -max_key_interval 250 -nopacked -vhqmode 4 -qpel -closed_gop -lumimasking -imin 1 -pmin 1 -bvhq -bquant_ratio 162 -bquant_offset 0 -bmin 1 -par 1:1 -threads 1
--[Information] [11/19/2009 9:16:26 AM] Encoding started
--[NoImage] Standard output stream
--[NoImage] Standard error stream
--[Information] [11/19/2009 9:16:26 AM] Job completed
-[Information] Log for job1 (video, VTS_01_1.avs -> )

Inspector.Gadget
19th November 2009, 15:41
What's your source? Post also your full AVS Script.

Nyqnzguju
19th November 2009, 15:42
Its a Dvd-9

The avs scripts is:

DGDecode_mpeg2source("C:\Documents and Settings\NyQnZGuJu\Desktop\Parinda\VTS_01_1.d2v", info=3, idct=5)
Load_Stdcall_Plugin("C:\Program Files\megui\tools\yadif\yadif.dll")
Yadif(order=-1).vinverse()

crop( 2, 70, -2, -70)

dull=last
sharp=dull.limitedsharpenfaster(strength=45,soft=10,smode=3,overshoot=2)
sootheMT(sharp,dull,25)
tweak(hue=3, bright=2, sat=1.0, cont=1.2).ylevelsS(4,1.2,255,0,255)
LanczosResize(608,312)


Well this is happening with all my dvd-9 not just ONE.

Inspector.Gadget
19th November 2009, 15:57
DGDecode_mpeg2source("C:\Documents and Settings\NyQnZGuJu\Desktop\Parinda\VTS_01_1.d2v", info=3, idct=5)
Load_Stdcall_Plugin("C:\Program Files\megui\tools\yadif\yadif.dll")
Yadif(order=-1).vinverse()
crop( 2, 70, -2, -70)
LanczosResize(608,312)

Does just this script by itself work?

Nyqnzguju
19th November 2009, 19:37
^ No luck

Inspector.Gadget
19th November 2009, 19:50
Mpeg2source("C:\Documents and Settings\NyQnZGuJu\Desktop\Parinda\VTS_01_1.d2v")

Save this and only this as a new AVS script. Make sure you have a recent build of ffdshow tryouts installed and you've set "Raw video" to "All supported" in the video decoder config's "Codecs" panel at the bottom. (You don't need to do this if you have another YV12 decoder installed). Does this work in Media Player Classic or MPC-HC?