libavformat.texi 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. \input texinfo @c -*- texinfo -*-
  2. @documentencoding UTF-8
  3. @settitle Libavformat Documentation
  4. @titlepage
  5. @center @titlefont{Libavformat Documentation}
  6. @end titlepage
  7. @top
  8. @contents
  9. @chapter Description
  10. @c man begin DESCRIPTION
  11. The libavformat library provides a generic framework for multiplexing
  12. and demultiplexing (muxing and demuxing) audio, video and subtitle
  13. streams. It encompasses multiple muxers and demuxers for multimedia
  14. container formats.
  15. It also supports several input and output protocols to access a media
  16. resource.
  17. @c man end DESCRIPTION
  18. @chapter See Also
  19. @ifhtml
  20. @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe},
  21. @url{ffmpeg-formats.html,ffmpeg-formats}, @url{ffmpeg-protocols.html,ffmpeg-protocols},
  22. @url{libavutil.html,libavutil}, @url{libavcodec.html,libavcodec}
  23. @end ifhtml
  24. @ifnothtml
  25. ffmpeg(1), ffplay(1), ffprobe(1),
  26. ffmpeg-formats(1), ffmpeg-protocols(1),
  27. libavutil(3), libavcodec(3)
  28. @end ifnothtml
  29. @include authors.texi
  30. @ignore
  31. @setfilename libavformat
  32. @settitle multimedia muxing and demuxing library
  33. @end ignore
  34. @bye