You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
870B

  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. @ignore
  18. @setfilename libavformat
  19. @settitle multimedia muxing and demuxing library
  20. @c man begin SEEALSO
  21. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3), libavcodec(3), ffmpeg-formats(1), ffmpeg-protocols(1)
  22. @c man end
  23. @c man begin AUTHORS
  24. See Git history (git://source.ffmpeg.org/ffmpeg)
  25. @c man end
  26. @end ignore
  27. @bye