PDA

View Full Version : Help for avisynth message error


Zelos
6th October 2007, 20:13
Hi all,

i have a little problem with a vc1 file ( batman beginns, but other vc1 file is the same pb ) , that i tried to encode to h264 with megui.
here is the avisynth script:

DirectShowSource ("j:\bat\bat.grf",video=true,audio=false,framecount=202000,fps=23.976)
ConvertToYV12 ()
crop( 0, 132, 0, -132)
trim(0,5000)

here is the graph using graphedit:
http://img74.imageshack.us/img74/8611/graphlv0.jpg

now here is the message error on megui:
http://img502.imageshack.us/img502/4315/meguity5.jpg

and finally here is the message with mpc:
http://img516.imageshack.us/img516/3596/mpcko4.jpg

i really don't understand what is wrong , if someone could help me that will be much appreciated.

Thanks

Atak_Snajpera
6th October 2007, 21:25
Why did you use CC Out instead of Video Out?

Zelos
7th October 2007, 00:53
it's a null renderer ( that means this output will not be used ).
The video output is used by the encoder and it's free for it.

foxyshadis
7th October 2007, 01:31
It probably means that one of the filters is refusing to talk to avisynth or refusing to initialize outside of graphedit or sonic's player. (This happens with Nero filters.) Or it could be locked to some format avisynth doesn't support, like NV12 or I420 (which is YUV instead of YV12's YVU).

Zelos
7th October 2007, 01:35
thanks for the answer.

i tried also with powerdvd decoder , but result is the same.
i think that sonic decoder output has to be convert to yuv ?

Zelos
7th October 2007, 12:22
if i add a video renderer on graphedit , i got the movie .