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.

39 lines
811B

  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. @include authors.texi
  18. @ignore
  19. @setfilename libavformat
  20. @settitle multimedia muxing and demuxing library
  21. @c man begin SEEALSO
  22. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3), libavcodec(3), ffmpeg-formats(1), ffmpeg-protocols(1)
  23. @c man end
  24. @end ignore
  25. @bye