Top "Libavcodec" questions

libavcodec is a free software/open source LGPL-licensed library of codecs for encoding and decoding video and audio data.

What are the differences and similarities between ffmpeg, libav, and avconv?

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 libav
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 …

c ffmpeg mpeg ogg libavcodec
Raw H264 frames in mpegts container using libavcodec

I would really appreciate some help with the following issue: I have a gadget with a camera, producing H264 compressed …

c h.264 libavcodec libavformat
How to encode h.264 with libavcodec/x264?

I am attempting to encode video using libavcodec/libavformat. Audio works great, but when I try to encode video I …

c x264 libavcodec libx264 libav
Problem to Decode H264 video over RTP with ffmpeg (libavcodec)

I set profile_idc, level_idc, extradata et extradata_size of AvCodecContext with the profile-level-id et sprop-parameter-set of the SDP. …

c++ h.264 rtp libavcodec
ffmpeg not finding vcodec libx264

I've installed the latest ffmpeg but it seems unable to locate the video codecs. Do I need to completeley remove …

ffmpeg video-encoding libavcodec
Encode audio to aac with libavcodec

I'm using libavcodec (latest git as of 3/3/10) to encode raw pcm to aac (libfaac support enabled). I do this by …

c audio ffmpeg aac libavcodec
C++ FFmpeg create mp4 file

I'm trying to create mp4 video file with FFmpeg and C++, but in result I receive broken file (windows player …

c++ video ffmpeg libavcodec libavformat
Reading a file located in memory with libavformat

I'm currently trying to read small video files sent from a server In order to read a file using libavformat, …

c++ c file libavcodec libavformat
What does "copy" do in a ffmpeg command line?

I know that it copies something but other than that what does it do (to what extend it affects the …

ffmpeg video-encoding libavcodec