libavformat.texi 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. \input texinfo @c -*- texinfo -*-
  2. @settitle Libavformat Documentation
  3. @titlepage
  4. @center @titlefont{Libavformat Documentation}
  5. @end titlepage
  6. @top
  7. @contents
  8. @chapter Description
  9. @c man begin DESCRIPTION
  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. It also supports several input and output protocols to access a media
  15. resource.
  16. @c man end DESCRIPTION
  17. @chapter See Also
  18. @ifhtml
  19. @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
  20. @url{ffmpeg-formats.html,ffmpeg-formats}, @url{ffmpeg-protocols.html,ffmpeg-protocols},
  21. @url{libavutil.html,libavutil}, @url{libavcodec.html,libavcodec}
  22. @end ifhtml
  23. @ifnothtml
  24. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
  25. ffmpeg-formats(1), ffmpeg-protocols(1),
  26. libavutil(3), libavcodec(3)
  27. @end ifnothtml
  28. @include authors.texi
  29. @ignore
  30. @setfilename libavformat
  31. @settitle multimedia muxing and demuxing library
  32. @end ignore
  33. @bye