Log in

View Full Version : AvsP: Custom Source Detector?


Blue_MiSfit
14th August 2008, 22:20
Hey all,

I'm looking to mod AvsP a little, so that it will work nicer with MOV input.

The default for non MPEG-2 or AVI is to use DirectShowSource.

I'd like to add in MOV, so that if I select a MOV file, AvsP will do the following:


QTInput("movie.mov", mode=4, vfw="mjpg", audio=true)


This will give me perfect processing of MJPG MOVs (which is all I deal with, QuickTime wise).

Can this hackery be done with python scripting, or will I just have to find some other way to generate my scripts?

~MiSfit

Zarxrax
15th August 2008, 03:34
Options>Extension Templates

Enjoy :)

Blue_MiSfit
15th August 2008, 06:00
Oh wow...

Thats.. epic :)

Thank you, very much.

I have to process ~ 150 titles in the next month or so. That's going to make things... so much easier :)

~MiSfit