Top "Libavformat" questions

Libavformat (lavf) is a library for dealing with various media container formats.

Record RTSP stream with FFmpeg libavformat

I'm trying to record RTSP stream from Axis camera with FFmpeg libavformat. I can grab video from files and then …

c ffmpeg libavformat rtsp-client
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
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
H.264 muxed to MP4 using libavformat not playing back

I am trying to mux H.264 data into a MP4 file. There appear to be no errors in saving this …

c++ ffmpeg h.264 mp4 libavformat
How to obtain titles and chapters information in DVD?

I found many question about creating DVD menu using ffmpeg but i did not find any one about programmically access …

ffmpeg libavcodec libav libavformat
streaming H.264 over RTP with libavformat

I've been trying over the past week to implement H.264 streaming over RTP, using x264 as an encoder and libavformat …

c++ h.264 rtp libavformat libx264
Decode audio using libavcodec and play using libAO?

I use following code snippet to decode audio files (tested with MP3,WAV,WMV). But when it plays the audio , …

c++ ffmpeg libavcodec libav libavformat
Unable to store pcm audio in .mp4 container file

Is it possible to store a pcm audio file into .mp4 file? I used ffmpeg command "ffmpeg -i tempA.wav …

audio ffmpeg containers mp4 libavformat
VLC: "avcodec error: more than 5 seconds of late video"

I'm muxing mpeg4 video to avi container. The video stream is ~4fps, so I set AVCodecContext time_base to 1/4 (formatContext-&…

ffmpeg vlc libavformat pts