Paketname | libffms2-dev |
Beschreibung | An FFmpeg based source library for easy frame accurate access |
Archiv/Repository | debian-multimedia.org squeeze (main) |
Version | 2.14-0.0 |
Sektion | libdevel |
Priorität | extra |
Installierte Größe | 916 Byte |
Hängt ab von | libffms2-2 (= 2.14-0.0), libavcodec-dev, libavformat-dev, libavutil-dev, libpostproc-dev, libswscale |
Empfohlene Pakete | |
Paketbetreuer | Christian Marillat |
Quelle | ffms2 |
Paketgröße | 176376 Byte |
Prüfsumme MD5 | ccf6ba01e989bf5546bf6fe62b05b518 |
Prüfsumme SHA1 | bac9840f615f079fff1dc165a78d976a7a81aa12 |
Prüfsumme SHA256 | 5252d9482a59ab66f3318a073896a5d7a201a7636bb510779a20825d6fffbef7 |
Link zum Herunterladen | libffms2-dev_2.14-0.0_i386.deb |
Ausführliche Beschreibung | FFmpegSource (usually known as FFMS or FFMS2) is a cross-platform wrapper
library around FFmpeg, plus some additional components to deal with file
formats FFmpeg's libavformat has (or used to have) problems with. It gives
you an easy, convenient way to say "open and decompress this media file for
me, I don't care how you do it" 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.
.
The library is written in C++, but the public API is C-friendly and it's
easy to simply include and link directly with a pure C application. The
source is available under the MIT license, but the binaries are GPL
licensed because they need to be linked against a GPL'd FFmpeg.
|