Log in

View Full Version : VLC (videolan) problems


AlanHK
19th December 2007, 06:32
If I open an AVS script with VLC (videolan), it seems to open and finish immediately -- no error message.

I can play AVS in VDub, or Media Player Classic.

Can anyone advise how to fix this?

Are there any other simple media players for AVS -- I just want something that will reliably play my scripts with the least overhead. (MPC works, but tends to crash nastily and freeze my system if I stop and rewind).

Konrad Klar
19th December 2007, 06:52
VLC does not support AVS.
Freezing on rewind may be symptoms of other problem.
Some DS splitters does not support seeking properly.
Try:

DirectShowSource("Videofile", seekzero=true)

or, if it does not help:

DirectShowSource("Videofile", seek=false)

Placio74
19th December 2007, 08:54
...
Are there any other simple media players for AVS ...
MPlayer (SMPlayer) can 'play' AVS scripts.

And of course most DirectShow players can 'play' AVS scripts.