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ę.
Szukam biblioteki do multimediów - C
- panjandrum
- Posty: 66
- Rejestracja: 08 sierpnia 2009, 00:05
Któraś z tych?# 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)
Więcej tu.