Demuxdump

From VideoLAN Wiki
Revision as of 01:17, 17 December 2006 by H2g2bob (talk | contribs) (→‎Source code)
Jump to navigation Jump to search
dump
VLC can decode this container.
The module name to use at the command line is dump.

A special codec used mainly for debugging. This is an input codec: to output data without a container, use dummy.

Module options

  • demuxdump-file (file name)
    File to output data, default: "stream-demux.dump"
  • demuxdump-append (boolean)
    Append data to file. Set as true to append data, or false (default) to overwrite the file with the new data.

Source code