PDA

View Full Version : AvsP-like AviSynth GUI for Linux?


Ranguvar
18th August 2008, 22:40
Does anyone know of an AVS preview tool like AvsP for Linux (presumably using avs2yuv)?

:thanks:

talen9
19th August 2008, 00:54
To tell the truth .. the idea of programming one has come to me several months ago :p

Fact is ... I still have to actually commit myself to do it :( anyway, the idea was to program it into Ruby/GTK (to learn the language is a target too :) ).

Adub
7th September 2008, 06:38
Has anyone tried it with wine yet?

Ranguvar
7th September 2008, 07:13
AvsP, you mean? Yep, and it doesn't work. Won't even start.

It's done in Python though, so should be multi-platform without Wine. But, it would need to be reworked to use avs2yuv instead of DirectShow. I think.

talen9
7th September 2008, 23:52
Hmm I'm not so sure that's the only change it should need.

I had a (very quick, admittedly) look at the Python source code ... and I saw a *lot* of calls to what seemed like Win32 python libraries :(

So, I *think* that AvsP is very much Windows-centric :(