oggzdiff   (1) manpage
oggzdiff
1
  • NAME
      oggzdiff -- Hexdump the packets of two Ogg files and output differences
  • SYNOPSIS


      oggzdiff [options]  [OGGZDUMP_OPTIONS]  [DIFF_OPTIONS] file1.ogg file2.ogg  

      options: [--verbose ]  [-v  | --version ]  [-h  | --help ]  

      OGGZDUMP_OPTIONS: [-b  | --binary ]  [-x  | --hexadecimal ]  [-c content-type  | --content-type content-type ]  [-s serialno  | --serialno serialno ]  [-O  | --hide-offset ]  [-S  | --hide-serialno ]  [-G  | --hide-granulepos ]  [-P  | --hide-packetno ]  

      DIFF_OPTIONS: [-q  | --brief ]  [-C NUM  | --context[=NUM] ]  [-u  | -U NUM  | --unified[=NUM] ]  [-e  | --ed ]  [--normal ]  [--rcs ]  [-y  | --side-by-side ]  [-l  | --paginate ]  
  • Description


      oggzdiff is a sh script which uses oggzdump to generate hexadecimal packet dumps of each input file, then outputs the difference between these dumps using diff.
  • Options


      oggzdiff forwards a subset of options accepted by oggzdump and diff. See oggzdump(1) and diff(1) for more detail. "oggzdump format options"
      "-b,
      Generate a binary dump of each packet
      "-x,
      Generate a hexadecimal dump of each packet "oggzdump filtering options"
      "-c
      Dump only the logical bitstreams for a specific content-type. The following codec names are currently detected: "theora", "vorbis", "speex", "cmml"
      "-s
      Dump only the logical bitstream with specified serialno.
      "-O,
      Hide the byte offset field of the preamble for each packet dumped. This is particularly useful when comparing Ogg bitstreams that differ only in page structure.
      "-S,
      Hide the serialno field of the preamble for each packet dumped. This is particularly useful when comparing Ogg bitstreams that differ only in serialno assignment.
      "-G,
      Hide the granulepos field of the preamble for each packet dumped.
      "-P,
      Hide the packetno field of the preamble for each packet dumped. "diff options"

      The -w (--ignore-all-space) option to diff  is always implied.
      "-q,
      Output only whether files differ.
      "-C
      Output NUM lines of copied context.
      "-u,
      Output NUM (default 3) lines of unified context.
      "-e,
      Output an ed script.
      "--normal"
      Output a normal diff.
      "--rcs"
      Output an RCS format diff.
      "-y,
      Output in two columns.
      "-l,
      Pass the output through pr to paginate it. "Miscellaneous options"
      "--verbose"
      Display verbose messages.
      "-v,
      Display version information and exit.
      "-h,
      Display usage information and exit.
  • AUTHOR


      Conrad Parker       
  • COPYRIGHT


      Copyright © 2003 CSIRO Australia
  • SEE ALSO


      oggzdump(1), diff(1), patch(1)      
Current Users: 33 © 1999-2006 Linux.com.hk PenguinSoft
All trademarks and copyrights on this page are owned by their respective companies. Linux is a trademark of Linus Torvalds.