libav (or libav*) is the collective name of the FFmpeg libraries: libavcodec, libavformat, libavfilter, libavutil, etc.
When I run ffmpeg on Ubuntu, it shows: $ ffmpeg ffmpeg version v0.8, Copyright (c) 2000-2011 the Libav developers built on …
ubuntu audio ffmpeg libavcodec libavI am attempting to encode video using libavcodec/libavformat. Audio works great, but when I try to encode video I …
c x264 libavcodec libx264 libavI am decoding aac to pcm with ffmpeg with avcodec_decode_audio3. However it decodes into AV_SAMPLE_FMT_FLTP …
android-ndk ffmpeg sample pcm libavI have some video files in the MP4 format and I want to convert them to MPEG format files. I …
ffmpeg libavNote: I'm aware ffmpeg and libav are different libraries. This is a problem common to both. Disclaimer: Duplicate of SO …
ffmpeg udp rtsp buffer-overflow libavI found many question about creating DVD menu using ffmpeg but i did not find any one about programmically access …
ffmpeg libavcodec libav libavformatI'm making a segmenter that intervene ffmpeg's write_frame function and write output data to separate files. Each segmented file …
ffmpeg libavI am trying to encode audio in AAC-LC,AAC-HE-V1, AAC-HE-V2 using libavcodec/ffmpeg APIs. But when I am using the …
audio ffmpeg libavcodec transcoding libavWhat happens when you do a conversion from AV_SAMPLE_FMT_S16P to AV_SAMPLE_FMT_S16? How is …
audio ffmpeg transcoding libav