Tagged Questions
4
votes
3answers
2k views
Can FFmpeg be used as a library, instead of a standalone program?
I'd like to add video conversion capabilities to a program I'm writing. FFmpeg's command line interface for doing this is simply ffmpeg -i InputFile OutputFile, but is there a way to make use of it as ...
2
votes
2answers
361 views
Good MP3 or OGG Decoder written in C
Hey, I was looking for a good MP3 or OGG decoder that use the BSD license or public domain and that is also light-weight (something that comes with sources without the need of platform specific ...
1
vote
2answers
597 views
Best library for audio file meta data?
I am looking for a library to read meta data from compressed and uncompressed audio files (i.e. mp3, ogg, etc.). In the past I have used libvorbis and id3lib, but I'm wondering if there are better ...