Libavformat (lavf) is a library for dealing with various media container formats.
Have a nice day to you, people! I am writing an application for Windows that will capture the screen and …
ffmpeg h.264 rtmp libavcodec libavformatAfter decoding a packet containing AV_PKT_FLAG_KEY in the flags, I was expecting to get I-frames, but instead …
ffmpeg libavcodec libav libavformatHow can I implement the equivalent of this command: ffmpeg -i test.h264 -vcodec copy -hls_time 5 -hls_list_size 0 …
ffmpeg h.264 http-live-streaming libavformatI would like a simple working example of using just libavformat to mux video. There are nice examples (doc/examples/…
video ffmpeg libavformat muxerI changed in my code avcodec_decode_audio3 to avcodec_decode_audio4 and added the frame handling. But now I …
ffmpeg libavcodec libav decoder libavformatI want to first decode a MP3 audio file, and then increase the volume of the audio, and then encode …
ffmpeg libavcodec libav libavformatI want to realize an application that firstly decode a multi-media file(such as test.mp4 file, video codec id …
ffmpeg h.264 mp4 libavformat