Mercurial > hg > pmhd
annotate ffmpeg/doc/libavformat.pod @ 13:844d341cf643 tip
Back up before ISMIR
author | Yading Song <yading.song@eecs.qmul.ac.uk> |
---|---|
date | Thu, 31 Oct 2013 13:17:06 +0000 |
parents | 6840f77b83aa |
children |
rev | line source |
---|---|
yading@10 | 1 =head1 NAME |
yading@10 | 2 |
yading@10 | 3 libavformat - multimedia muxing and demuxing library |
yading@10 | 4 |
yading@10 | 5 =head1 DESCRIPTION |
yading@10 | 6 |
yading@10 | 7 |
yading@10 | 8 The libavformat library provides a generic framework for multiplexing |
yading@10 | 9 and demultiplexing (muxing and demuxing) audio, video and subtitle |
yading@10 | 10 streams. It encompasses multiple muxers and demuxers for multimedia |
yading@10 | 11 container formats. |
yading@10 | 12 |
yading@10 | 13 It also supports several input and output protocols to access a media |
yading@10 | 14 resource. |
yading@10 | 15 |
yading@10 | 16 |
yading@10 | 17 |
yading@10 | 18 =head1 SEE ALSO |
yading@10 | 19 |
yading@10 | 20 |
yading@10 | 21 |
yading@10 | 22 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), |
yading@10 | 23 ffmpeg-formats(1), ffmpeg-protocols(1), |
yading@10 | 24 libavutil(3), libavcodec(3) |
yading@10 | 25 |
yading@10 | 26 |
yading@10 | 27 =head1 AUTHORS |
yading@10 | 28 |
yading@10 | 29 |
yading@10 | 30 The FFmpeg developers. |
yading@10 | 31 |
yading@10 | 32 For details about the authorship, see the Git history of the project |
yading@10 | 33 (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command |
yading@10 | 34 B<git log> in the FFmpeg source directory, or browsing the |
yading@10 | 35 online repository at E<lt>B<http://source.ffmpeg.org>E<gt>. |
yading@10 | 36 |
yading@10 | 37 Maintainers for the specific components are listed in the file |
yading@10 | 38 F<MAINTAINERS> in the source code tree. |
yading@10 | 39 |
yading@10 | 40 |
yading@10 | 41 |