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
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