PDA

View Full Version : Megui:Standard error stream


zanuda
8th September 2008, 21:44
Hello. I have some problems:
--[NoImage] Standard error stream
---[NoImage] Trying to retrieve width and height from input header
---[NoImage] xvid [info]: Avisynth detected
---[NoImage] xvid [info]: Input colorspace is YV12
---[NoImage] xvid [info]: Input is 720 x 464, 25.000fps (25/1), starting from frame 0
---[NoImage] xvid [info]: Number of frames to encode: 144331
---[NoImage] xvid [info]: xvidcore build version: xvid-1.2.0-dev
---[NoImage] xvid [info]: Bitstream version: 1.2.-127
---[NoImage] xvid [info]: Detected CPU flags: ASM MMX MMXEXT SSE SSE2 TSC
---[NoImage] xvid [info]: Detected cpus = 2, threads requested = 1, threads in use = 1

Sharktooth
9th September 2008, 02:13
standard error doesnt mean what you see it's an error.
stderr is often used for diagnostic info output (including errors)... http://en.wikipedia.org/wiki/Standard_streams
there is no errors in what you posted.

zanuda
9th September 2008, 07:54
Thanks for wiki, but problem with widht and height. It something strange, I choose 720x464 but it's change somehow

Avenger007
9th September 2008, 07:56
:script: and :logfile:

Aghora
21st October 2010, 15:24
I too got this error

this is the error log

[Information] Log
-[Information] Versions
--[NoImage] MeGUI Version : 0.3.5.0
--[NoImage] OS : Windows XP Professional x86 SP3 (5.1.196608.2600)
--[NoImage] Latest .Net Framework installed : 3.5 (3.5.30729.01)
--[NoImage] Avisynth Version : 2.5.8.5
-[Information] Log for job1 (video, temp.avs -> )
--[Information] [10/21/2010 6:48:40 PM] Started handling job
--[Information] [10/21/2010 6:48:40 PM] Preprocessing
--[NoImage] Job commandline: "C:\Program Files\MeGUI\tools\xvid_encraw\xvid_encraw.exe" -i "G:\Downloads\Darling (2010) - Untouched - DVD9 - NTSC - Team Tolly\My Work\temp.avs" -pass1 "G:\Downloads\Darling (2010) - Untouched - DVD9 - NTSC - Team Tolly\My Work\Ripped\Video\t\temp.stats" -bitrate 1245 -kboost 100 -chigh 30 -clow 15 -overhead 0 -turbo -max_key_interval 250 -nopacked -vhqmode 4 -qpel -imin 1 -pmin 1 -bvhq -bquant_ratio 162 -bquant_offset 0 -bmin 1 -par 1:1 -threads 1
--[Information] [10/21/2010 6:48:45 PM] Encoding started
--[NoImage] Standard output stream
--[NoImage] Standard error stream
--[Information] [10/21/2010 6:48:45 PM] Job completed



& this is my script

DGDecode_mpeg2source("G:\Downloads\Darling (2010) - Untouched - DVD9 - NTSC - Team Tolly\My Work\Darling.d2v", cpu=2, info=3)
crop( 2, 62, -2, -62)
Spline36Resize(640,272) # Spline36 (Neutral)

Sharktooth
21st October 2010, 15:27
that means xvid_encraw silently quitted. try playing your avs in a directshow media player and tell us if it "works".

Aghora
21st October 2010, 15:31
that means xvid_encraw silently quitted. try playing your avs in a directshow media player and tell us if it "works".

yes, it is playing with media player classic.

Sharktooth
22nd October 2010, 15:57
make a copy of the xvidcore.dll and replace it with the another one from another xvid build and see if it works.

DVDBob
22nd October 2010, 16:25
Here is a another xvidcore.dll you can try with: http://www.megaupload.com/?d=M9X1C119

Aghora
22nd October 2010, 17:41
make a copy of the xvidcore.dll and replace it with the another one from another xvid build and see if it works.

Still i'm getting the same error.

poisondeathray
22nd October 2010, 18:04
--[NoImage] MeGUI Version : 0.3.5.0


You can try updating to newest version , use development server

Can you do a small test encode with x264 - to narrow down the issue if it's xvid or something else like a system config issue

Aghora
23rd October 2010, 04:58
You can try updating to newest version , use development server

Can you do a small test encode with x264 - to narrow down the issue if it's xvid or something else like a system config issue

it is encoding with x264. i've re installed th megui & still the prob is there.

Aghora
23rd October 2010, 07:03
Fixed it, working fine now. uninstalled avisynth 2.5.8 & installed 2.5.7 :)