View Full Version : AVS Script doesnt work - why ?


humax
5th October 2007, 10:05
Hello
I have a VC1 File - its a demuxxed EVO .
I want to create a AVS for MeGui .
ffdshow is installed .
I went to avs script creator and chose the VC1 File . An now nothing happens .......

can play the VC1 with Power DVD but if i click on the selfmade AVS the file isnt playing
Do i have to start ffdshow ??

this is the content of my file :

DirectShowSource("hd.vc1")


Do i have to Load the dll too ??
Like :
Loadplugin (c:\DirectShowSource.dll) ??

This doesnt work too
DirectShowSource("hd.vc1",fps=23.976,audio=false)
#crop
Lanczos4Resize(1280,720) # Lanczos4 (Sharp)
#denoise
ConvertToYV12()

Thx for help .

buzzqw
5th October 2007, 10:42
is your avs (DirectShowSource("hd.vc1")) working on Media Player Classic ?

if not... you haven't the right decoders set

BHH

humax
5th October 2007, 11:21
how can i set the right decoder ??
I installed ffdshow so i think it has to work but the avs isnt playable with mpc.
Do i have to configure ffdshow ?
I read that i only have to install an then it works .

Daodan
5th October 2007, 12:02
Raw vc1 doesn't just play by itself+a decoder. You need something to act as passthrough for it to feed to the decoder (kinda like a splitter for containers). Can you play the .vc1 in mpc? If not, then that won't work. sonic demuxer and elecard demultiplexer can act as intermediary for raw vc1.

humax
5th October 2007, 12:08
in Powerdvd the file works.
but with the avs script it doesnt

Daodan
5th October 2007, 12:35
I didn't say anything about powerdvd. That's a player with its own filters (most of them locked for directshow). I said media player classic.

Guest
5th October 2007, 14:04
I had the same need and found out everything here:

http://forum.doom9.org/showthread.php?t=128946