Szukam biblioteki do multimediów - C

Potrzebujesz pomocy z C, C++, perl, python, itp.
Awatar użytkownika
panjandrum
Posty: 66
Rejestracja: 08 sierpnia 2009, 00:05

Szukam biblioteki do multimediów - C

Post 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ę.
Czocher
Beginner
Posty: 140
Rejestracja: 26 maja 2007, 23:19

Post 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.
ODPOWIEDZ