Top "Avcodec" questions

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

Understanding PTS and DTS in video frames

I had fps issues when transcoding from avi to mp4(x264). Eventually the problem was in PTS and DTS values, …

video ffmpeg video-streaming pts avcodec
ffmpeg::avcodec_encode_video setting PTS h264

I'm trying to encode video as H264 using libavcodec ffmpeg::avcodec_encode_video(codec,output,size,avframe); returns an error …

c++ h.264 video-encoding avcodec
how to convert a Image to video using avconv

i want to create a video from a image i used following code shell_exec("avconv -f image2 -r 50 testimage.…

php ubuntu libavcodec avcodec