Strona 1 z 1

Szukam biblioteki do multimediów - C

: 24 lutego 2010, 23:50
autor: panjandrum
Poszukuję jakiejś dobrej, prostej biblioteki do wyciągania z pliku z filmem: rozdzielczości, fps i czasu trwania. Interesują mnie tylko te trzy powyższe aspekty.
Najlepiej w języku C, ale jak ktoś zna takową w C++ to niech też napisze. Inne języki mnie nie interesują.

Z góry dziękuję.

: 06 marca 2010, 22:02
autor: Czocher
# libavcodec is a library containing all the FFmpeg audio/video encoders and decoders. Most codecs were developed from scratch to ensure best performance and high code reusability.
# libavformat is a library containing demuxers and muxers for audio/video container formats.
# libavutil is a helper library containing routines common to different parts of FFmpeg.
# libpostproc is a library containing video postprocessing routines.
# libswscale is a library containing video image scaling routines.
# (libavfilter is in development and is an API and library for video and audio filtering)
Któraś z tych?

Więcej tu.