Log in

View Full Version : Blank screen in MPC...?


l3ullseye
19th January 2007, 01:09
When i play a avisynth script in MPC or WMP, apears a Blank screen and the audio is ok, but in Virtualdub, everything is ok, with AVISource or DirectSource, what can be happening?...
Thanks

IanB
19th January 2007, 03:44
Maybe you need a YV12 codec.

Add ConvertToRGB32() to the end of your script to test. If it then works, then install Xvid/DivX/FFT/etc and retest without the Convert...

l3ullseye
20th January 2007, 12:07
No it's not working with ConvertToRGB32()... thanks

The original AVI plays fine in MPC but when i fremeserv with avisynth to edit it, it just displays a black screen and the audio it's ok.
The script opens fine in Virtualdub...

l3ullseye

Wilbert
20th January 2007, 14:54
That's strange, adding ConvertToRGB32 should work fine. What happens if you play the following script

ColorBars()

in MPC/WMP? Is it black too?

l3ullseye
23rd January 2007, 23:43
ColorBars() works fine as all the examples in avisynth directory...

:confused: Thanks.

Wilbert
24th January 2007, 14:46
Next script:

ColorBars() # returns RGB24
ConvertToRGB32()

I suggest you install Huffyuv to solve this.