Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Guest
Posts: n/a
|
ColorMatrix for Vapoursynth
So I've finished the initial porting of ColorMatrix to Vapoursynth. It can be downloaded here. Source code is on Github here. It seems to work fine on the few test clips I tried but I can't say I tested it fully so let me know if you stumble upon any issues. There is still further cleanup and removal of Windows dependencies to finish up, but this should be enough to at least test.
Parameters are the same as the original ColorMatrix the only difference is that the bool values have been replaced with ints (0 for false and 1 for true for anyone who is unfamiliar). Usage: Code:
>>> import vapoursynth as vs
>>> core = vs.Core()
>>> core.std.LoadPlugin('/path/to/ColorMatrix.dll')
Code:
>>> ret = core.colormatrix.ColorMatrix(clip) Last edited by SassBot; 17th October 2012 at 19:57. |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|