Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

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