1doc::libavformat(3) doc::libavformat(3)
2
3
4
6 libavformat - multimedia muxing and demuxing library
7
9 The libavformat library provides a generic framework for multiplexing
10 and demultiplexing (muxing and demuxing) audio, video and subtitle
11 streams. It encompasses multiple muxers and demuxers for multimedia
12 container formats.
13
14 It also supports several input and output protocols to access a media
15 resource.
16
18 ffmpeg(1), ffplay(1), ffprobe(1), ffmpeg-formats(1),
19 ffmpeg-protocols(1), libavutil(3), libavcodec(3)
20
22 The FFmpeg developers.
23
24 For details about the authorship, see the Git history of the project
25 (https://git.ffmpeg.org/ffmpeg), e.g. by typing the command git log in
26 the FFmpeg source directory, or browsing the online repository at
27 <https://git.ffmpeg.org/ffmpeg>.
28
29 Maintainers for the specific components are listed in the file
30 MAINTAINERS in the source code tree.
31
32
33
34 doc::libavformat(3)