movit
https://movit.sesse.net
Movit is a high-quality, high performance, open-source library for video filters. It uses the GPU present in almost any modern computer to accelerate computation of common filters and transitions, facilitating real-time HD video editing even on modest hardware.
- 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/movit && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
COPYING | 0000018092 17.7 KB | |
movit-1.2.0-use-gtest-shared-library.patch | 0000002011 1.96 KB | |
movit-1.4.0.tar.gz | 0000578195 565 KB | |
movit.changes | 0000002098 2.05 KB | |
movit.spec | 0000003696 3.61 KB |
Revision 2 (latest revision is 14)
Dominique Leuenberger (dimstar_suse)
accepted
request 453048
from
Antoine Belvire (1Antoine1)
(revision 2)
- Update to 1.4.0: * Allow setting the intermediate format for chains, instead of hardcoding it at 16-bit RGBA; advanced users can use this to e.g. ask for 8-bit sRGB intermediates, reducing the amount of memory bandwidth needed at the cost of reduced precision. Whether this is a good tradeoff or not depends on the exact chain and your requirements. * Fix an issue where a (cached) shader program could be used from multiple threads at a time, causing the uniforms to contain unpredictable values. * Make the error printed on check_error() slightly friendlier: Include the enum if possible, and print it to stderr instead of stdout.
Comments 0