demuxers.texi 744 B

123456789101112131415161718192021
  1. @chapter Demuxers
  2. @c man begin DEMUXERS
  3. Demuxers are configured elements in FFmpeg which allow to read the
  4. multimedia streams from a particular type of file.
  5. When you configure your FFmpeg build, all the supported demuxers
  6. are enabled by default. You can list all available ones using the
  7. configure option "--list-demuxers".
  8. You can disable all the demuxers using the configure option
  9. "--disable-demuxers", and selectively enable a single demuxer with
  10. the option "--enable-demuxer=@var{DEMUXER}", or disable it
  11. with the option "--disable-demuxer=@var{DEMUXER}".
  12. The option "-formats" of the ff* tools will display the list of
  13. enabled demuxers.
  14. The description of some of the currently available demuxers follows.
  15. @c man end INPUT DEVICES