vapoursynth
http://www.vapoursynth.com/
VapourSynth is an application for video manipulation. Or a plugin. Or a library. It’s hard to tell because it has a core library written in C++ and a Python module to allow video scripts to be created.
- Developed at multimedia:libs
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/vapoursynth && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ac62a4d2a54bacccd09b97453bffe759c01f18ef.patch | 0000003261 3.18 KB | |
vapoursynth-R67.tar.gz | 0001877968 1.79 MB | |
vapoursynth-version.patch | 0000000636 636 Bytes | |
vapoursynth.changes | 0000017334 16.9 KB | |
vapoursynth.spec | 0000004786 4.67 KB |
Revision 27 (latest revision is 30)
Ana Guerrero (anag+factory)
accepted
request 1172122
from
Michael Vetter (jubalh)
(revision 27)
- Update to 67: * since most plugins don't need api 4.1 you now have to define VS_USE_LATEST_API or VS_USE_API_41 to actually * require it * fixed a minor performance issue * all suitable constants are now IntEnum type instead of IntFlag when compiled with cython 3.x * fixed constants in vapoursynth module not being correctly coerced to int type when used passed to plugin * functions due to cython 3.x changes * vfw and avfs will now output YUV420P12 and YUV422P12 as P016 and P216 fourcc (16 bit) to make things more * convenient * fixed 19-24 bit audio output in vfw * fixed handling of audio decoding errors in vfw * fixed the reported plugin path being empty * improved the portable install script
Comments 0