FFmpegSource (usually known as FFMS or FFMS2) is a cross-platform wrapper library around FFmpeg. It gives you an easy, convenient way to say "open and decompress this media file for me" and get frame- and sample-accurate access (usually), without having to bother with the sometimes less than straightforward and less than perfectly documented FFmpeg API.
Find a file
Dominik 'Rathann' Mierzejewski 4abb3e3904 initial import (resolves rhbz#2274319)
2024-09-22 18:33:23 +02:00
.gitignore initial import (resolves rhbz#2274319) 2024-09-22 18:33:23 +02:00
ffms2-samples.sh initial import (resolves rhbz#2274319) 2024-09-22 18:33:23 +02:00
ffms2-skip-unsupported-codec-tests.patch initial import (resolves rhbz#2274319) 2024-09-22 18:33:23 +02:00
ffms2-use-latest-stdc.patch initial import (resolves rhbz#2274319) 2024-09-22 18:33:23 +02:00
ffms2-use-system-gtest.patch initial import (resolves rhbz#2274319) 2024-09-22 18:33:23 +02:00
ffms2-use-system-vapoursynth.patch initial import (resolves rhbz#2274319) 2024-09-22 18:33:23 +02:00
ffms2.spec initial import (resolves rhbz#2274319) 2024-09-22 18:33:23 +02:00
README.md Added the README 2024-09-22 16:30:27 +00:00
sources initial import (resolves rhbz#2274319) 2024-09-22 18:33:23 +02:00

ffms2

FFmpegSource (usually known as FFMS or FFMS2) is a cross-platform wrapper library around FFmpeg. It gives you an easy, convenient way to say "open and decompress this media file for me" and get frame- and sample-accurate access (usually), without having to bother with the sometimes less than straightforward and less than perfectly documented FFmpeg API.