PDA

View Full Version : AviSynth not working with WMP 9


damsan05
24th October 2003, 04:22
Hi,

I have tried to run the test with AviSynth in WMP 9 and it is not working. I save the notepad file as .avs and write in the file "Version" as indicated in AviSynth documentation but I keep getting the error in WMP 9 that file is corrupted and can not be opened. I also tried writing "Version()" but it is not working.
Can anyone help? Thanks,

Cyberia
25th October 2003, 01:05
I can confirm that the problem is real. It works exactly as you have described. VirtualDub and MediaPlyer 6.4 are unaffected. WMP9 gets an error.

Sigmatador
26th October 2003, 12:29
Directshowsource(c:\WMV9-WMA9.mkv).trim(1,n-1) works fine for me.

mf
26th October 2003, 14:26
Originally posted by Sigmatador
Directshowsource(c:\WMV9-WMA9.mkv).trim(1,n-1) works fine for me.
WMP, not WMV.

BlueCup
27th October 2003, 06:06
I just tried it and my script worked fine.

WMP Ver. 9.00.00.2980

Is there a newer version out?

Cyberia
28th October 2003, 01:03
Really? You tried it when the complete script is:

#Begin Script
Version()
#End Script

BlueCup
29th October 2003, 02:11
my apologies, i opened it with the wrong player then went back and got the exact version number from WMP9. WMPC opens it, but WMP9 does not. your post made me double check and i'm glad i did.

as you stated, version() does not work. whoops!