Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

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