Log in

View Full Version : xvid_encraw.exe encode error


MixMasters
27th May 2010, 17:05
Ok i had a DirectShowSource error with MeGUI thanks to neuron2 but i ran it into some other problem with xvid this time :(

This is the below script i using to encode.

DGDecode_mpeg2source("D:\DVD9\VIDEO_TS\VTS_02_1.d2v", cpu=4, info=3)
ColorMatrix(hints=true, threads=0)
crop( 16, 56, -12, -62)
Undot()
LimitedSharpenFaster(ss_x=1.0,ss_y=1.0,Smode=4,overshoot=3,special=true,strength=75)
vid=LanczosResize(640, 272)
aud=NicAC3Source("D:\DVD9\VIDEO_TS\VTS_02_1 T80 3_2ch 448Kbps DELAY -49ms.ac3", 2).DelayAudio(-0.049)
AudioDub(vid,aud)


MeGUI Log

[Information] Log for job3 (video, Script.avs -> )
-[Information] [5/27/2010 4:24:37 PM] Started handling job
-[Information] [5/27/2010 4:24:37 PM] Preprocessing
-[NoImage] Job commandline: "C:\Program Files\MeGUI\tools\xvid_encraw\xvid_encraw.exe" -i "D:\DVD9\VIDEO_TS\Script.avs" -pass1 "D:\DVD9\VIDEO_TS\Script.stats" -bitrate 737 -kboost 100 -ostrength 10 -oimprove 10 -odegrade 10 -chigh 30 -clow 15 -overhead 0 -vbvmax 4854000 -vbvsize 3145728 -vbvpeak 2359296 -turbo -max_key_interval 250 -vhqmode 4 -imin 1 -pmin 1 -max_bframes 1 -bvhq -bquant_ratio 162 -bquant_offset 0 -bmin 1 -par 1:1 -threads 1
-[Information] [5/27/2010 4:24:39 PM] Encoding started
-[NoImage] Standard output stream
-[NoImage] Standard error stream
-[Information] [5/27/2010 4:24:39 PM] Job completed


So i tried to encode it manually so this what it returned.

C:\>cd "C:\Program Files\MeGUI\tools\xvid_encraw\"

C:\Program Files\MeGUI\tools\xvid_encraw>xvid_encraw -i "D:\DVD9\VIDEO_TS\Script.avs" -pass1 "D:\VIDEO_TS\Script.stats" -bitrate 737 -kboost 100 -ostrength 10 -oimprove 10 -odegrade 10 -chigh 30 -clow 15 -overhead 0 -vbvmax 4 854000 -vbvsize 3145728 -vbvpeak 2359296 -turbo -max_key_interval 250 -vhqmode 4 -imin 1 -pmin 1 -max_bframes 1 -bvhq -bquant_ratio 162 -bquant_offset 0 -bmin 1 -par 1:1 -threads 1
xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003


Trying to retrieve width and height from input header
xvid [info]: Avisynth detected

C:\Program Files\MeGUI\tools\xvid_encraw>


I don't know how to fix this issue, what is it anyway? :confused:

Guest
27th May 2010, 17:28
Please tell us the problem that you encounter.

MixMasters
27th May 2010, 17:34
Well i get error whenever i try to encode it but it works fine in x264 [actually i'm already encoding one]. xvid_encraw.exe crashes or exits without any proper error code.