libav (or libav*) is the collective name of the FFmpeg libraries: libavcodec, libavformat, libavfilter, libavutil, etc.
I use following code snippet to decode audio files (tested with MP3,WAV,WMV). But when it plays the audio , …
c++ ffmpeg libavcodec libav libavformatI am trying to create a video from images using the ffmpeg library. The images have a size of 1920x1080 …
ffmpeg h.264 video-encoding libav libx264How to calculate correct PTS value for frame before encoding in FFmpeg C API? For encoding I'm using function avcodec_…
libav ptsSo I want to grab a frame from a video at a specific time using libav for the use as …
video ffmpeg libavI am new to gstreamer and I want to stream a mp4 video which is having audio and video both …
video-streaming gstreamer rtp libav