metaflac.sgml
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:16k
源码类别:

Windows CE

开发平台:

C/C++

  1. <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
  2. <!-- Process this file with docbook-to-man to generate an nroff manual
  3.      page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
  4.      the manual page with: `docbook-to-man manpage.sgml | nroff -man |
  5.      less'.  A typical entry in a Makefile or Makefile.am is:
  6. manpage.1: manpage.sgml
  7. docbook-to-man $< > $@
  8.   -->
  9. <!-- This is based on an example constructed by Colin Watson
  10.      <email>cjwatson@debian.org</email>, based on a man page template
  11.      provided by Tom Christiansen <email>tchrist@jhereg.perl.com</email>
  12.      and a DocBook man page example by Craig Small
  13.      <email>csmall@debian.org</email>.
  14.   -->
  15.   <!-- Fill in the various UPPER CASE things here. -->
  16.   <!ENTITY manfirstname "<firstname>dann</firstname>">
  17.   <!ENTITY mansurname   "<surname>frazier</surname>">
  18.   <!-- Please adjust the date whenever revising the manpage. -->
  19.   <!ENTITY mandate      "<date>2005-02-02</date>">
  20.   <!-- SECTION should be 1-8, maybe with subsection. Other parameters are
  21.        allowed: see man(7), man(1). -->
  22.   <!ENTITY mansection   "<manvolnum>1</manvolnum>">
  23.   <!ENTITY manemail     "<email>dannf@debian.org</email>">
  24.   <!ENTITY manusername  "dannf">
  25.   <!ENTITY manucpackage "<refentrytitle>METAFLAC</refentrytitle>">
  26.   <!ENTITY manpackage   "metaflac">
  27. ]>
  28. <refentry>
  29.   <refentryinfo>
  30.     <address>
  31.       &manemail;
  32.     </address>
  33.     <author>
  34.       &manfirstname;
  35.       &mansurname;
  36.     </author>
  37.     <copyright>
  38.       <year>2002,2003,2004,2005</year>
  39.       <holder>&manusername;</holder>
  40.     </copyright>
  41.     &mandate;
  42.   </refentryinfo>
  43.   <refmeta>
  44.     &manucpackage;
  45.     &mansection;
  46.   </refmeta>
  47.   <refnamediv>
  48.     <refname>&manpackage;</refname>
  49.     <refpurpose>
  50.       program to list, add, remove, or edit metadata in one or more FLAC files.
  51.     </refpurpose>
  52.   </refnamediv>
  53.   <refsynopsisdiv>
  54.     <cmdsynopsis>
  55.       <command>&manpackage;</command>
  56.       <group choice="opt"><arg><replaceable>options</replaceable></arg></group>
  57.       <group choice="opt">
  58. <arg><replaceable>operations</replaceable></arg></group>
  59.       <arg rep="repeat" choice="req"><replaceable>FLACfile</replaceable></arg>
  60.     </cmdsynopsis>
  61.   </refsynopsisdiv>
  62.   <refsect1>
  63.     <title>DESCRIPTION</title>
  64.     <para>Use <command>&manpackage;</command> to list, add, remove, or edit
  65.       metadata in one or more FLAC files.  You may perform one major operation,
  66.       or many shorthand operations at a time.</para>
  67.   </refsect1>
  68.   <refsect1>
  69.     <title>OPTIONS</title>
  70.     <variablelist>
  71.       <varlistentry>
  72.         <term><option>--preserve-modtime</option></term>
  73.         <listitem>
  74.           <para>
  75.     Preserve the original modification time in spite of edits.
  76.   </para>
  77.         </listitem>
  78.       </varlistentry>
  79.       <varlistentry>
  80.         <term><option>--with-filename</option></term>
  81.         <listitem>
  82.           <para>
  83.     Prefix each output line with the FLAC file name (the default if
  84.     more than one FLAC file is specified).
  85.   </para>
  86.         </listitem>
  87.       </varlistentry>
  88.       <varlistentry>
  89.         <term><option>--no-filename</option></term>
  90.         <listitem>
  91.           <para>
  92.     Do not prefix each output line with the FLAC file name (the default
  93.     if only one FLAC file is specified).
  94.   </para>
  95.         </listitem>
  96.       </varlistentry>
  97.       <varlistentry>
  98.         <term><option>--dont-use-padding</option></term>
  99.         <listitem>
  100.           <para>
  101.     By default metaflac tries to use padding where possible to avoid
  102.     rewriting the entire file if the metadata size changes.  Use this
  103.     option to tell metaflac to not take advantage of padding this way.
  104.   </para>
  105.         </listitem>
  106.       </varlistentry>
  107.     </variablelist>
  108.   </refsect1>
  109.   <refsect1>
  110.     <title>SHORTHAND OPERATIONS</title>
  111.     <variablelist>
  112.       <varlistentry>
  113.         <term><option>--show-md5sum</option></term>
  114.         <listitem>
  115.           <para>
  116.     Show the MD5 signature from the STREAMINFO block.
  117.   </para>
  118.         </listitem>
  119.       </varlistentry>
  120.       <varlistentry>
  121.         <term><option>--show-min-blocksize</option></term>
  122.         <listitem>
  123.           <para>
  124.     Show the minimum block size from the STREAMINFO block.
  125.   </para>
  126.         </listitem>
  127.       </varlistentry>
  128.       <varlistentry>
  129.         <term><option>--show-max-blocksize</option></term>
  130.         <listitem>
  131.           <para>
  132.     Show the maximum block size from the STREAMINFO block.
  133.   </para>
  134.         </listitem>
  135.       </varlistentry>
  136.       <varlistentry>
  137.         <term><option>--show-min-framesize</option></term>
  138.         <listitem>
  139.           <para>
  140.     Show the minimum frame size from the STREAMINFO block.
  141.   </para>
  142.         </listitem>
  143.       </varlistentry>
  144.       <varlistentry>
  145.         <term><option>--show-max-framesize</option></term>
  146.         <listitem>
  147.           <para>
  148.     Show the maximum frame size from the STREAMINFO block.
  149.   </para>
  150.         </listitem>
  151.       </varlistentry>
  152.       <varlistentry>
  153.         <term><option>--show-sample-rate</option></term>
  154.         <listitem>
  155.           <para>
  156.     Show the sample rate from the STREAMINFO block.
  157.   </para>
  158.         </listitem>
  159.       </varlistentry>
  160.       <varlistentry>
  161.         <term><option>--show-channels</option></term>
  162.         <listitem>
  163.           <para>
  164.     Show the number of channels from the STREAMINFO block.
  165.   </para>
  166.         </listitem>
  167.       </varlistentry>
  168.       <varlistentry>
  169.         <term><option>--show-bps</option></term>
  170.         <listitem>
  171.           <para>
  172.     Show the # of bits per sample from the STREAMINFO block.
  173.   </para>
  174.         </listitem>
  175.       </varlistentry>
  176.       <varlistentry>
  177.         <term><option>--show-total-samples</option></term>
  178.         <listitem>
  179.           <para>
  180.     Show the total # of samples from the STREAMINFO block.
  181.   </para>
  182.         </listitem>
  183.       </varlistentry>
  184.       <varlistentry>
  185.         <term><option>--show-vendor-tag</option></term>
  186.         <listitem>
  187.           <para>
  188.     Show the vendor string from the VORBIS_COMMENT block.
  189.   </para>
  190.         </listitem>
  191.       </varlistentry>
  192.       <varlistentry>
  193.         <term><option>--show-tag=name</option></term>
  194.         <listitem>
  195.           <para>
  196.     Show all tags where the the field name matches 'name'.
  197.   </para>
  198.         </listitem>
  199.       </varlistentry>
  200.       <varlistentry>
  201.         <term><option>--remove-tag=name</option></term>
  202.         <listitem>
  203.           <para>
  204.     Remove all tags whose field name is 'name'.
  205.   </para>
  206.         </listitem>
  207.       </varlistentry>
  208.       <varlistentry>
  209.         <term><option>--remove-first-tag=name</option></term>
  210.         <listitem>
  211.           <para>
  212.     Remove first tag whose field name is 'name'.
  213.   </para>
  214.         </listitem>
  215.       </varlistentry>
  216.       <varlistentry>
  217.         <term><option>--remove-all-tags</option></term>
  218.         <listitem>
  219.           <para>
  220.     Remove all tags, leaving only the vendor string.
  221.   </para>
  222.         </listitem>
  223.       </varlistentry>
  224.       <varlistentry>
  225.         <term><option>--set-tag=field</option></term>
  226.         <listitem>
  227.           <para>
  228.     Add a tag.  The field must comply with the
  229.     Vorbis comment spec, of the form "NAME=VALUE".  If there is
  230.     currently no tag block, one will be created.
  231.   </para>
  232.         </listitem>
  233.       </varlistentry>
  234.       <varlistentry>
  235. <term><option>--import-tags-from=file</option></term>
  236.         <listitem>
  237.   <para>
  238.     Import tags from a file.  Use '-' for stdin.  Each
  239.     line should be of the form NAME=VALUE.  Multi-line comments
  240.     are currently not supported.  Specify --remove-all-tags and/or
  241.     --no-utf8-convert before --import-tags-from if necessary.
  242.   </para>
  243.         </listitem>
  244.       </varlistentry>
  245.       <varlistentry>
  246. <term><option>--export-tags-to=file</option></term>
  247.         <listitem>
  248.   <para>
  249.     Export tags to a file.  Use '-' for stdin.  Each
  250.     line will be of the form NAME=VALUE.  Specify
  251.     --no-utf8-convert if necessary.
  252.   </para>
  253.         </listitem>
  254.       </varlistentry>
  255.       <varlistentry>
  256. <term><option>--import-cuesheet-from=file</option></term>
  257.         <listitem>
  258.   <para>
  259.     Import a cuesheet from a file.  Use '-' for stdin.  Only one
  260.     FLAC file may be specified.  A seekpoint will be added for each
  261.     index point in the cuesheet to the SEEKTABLE unless
  262.     --no-cued-seekpoints is specified.
  263.   </para>
  264.         </listitem>
  265.       </varlistentry>
  266.       <varlistentry>
  267. <term><option>--export-cuesheet-to=file</option></term>
  268.         <listitem>
  269.   <para>
  270.     Export CUESHEET block to a cuesheet file, suitable for use by
  271.     CD authoring software.  Use '-' for stdout.  Only one FLAC file
  272.     may be specified on the command line.
  273.   </para>
  274.         </listitem>
  275.       </varlistentry>
  276.       <varlistentry>
  277. <term><option>--add-replay-gain</option></term>
  278.         <listitem>
  279.   <para>
  280.     Calculates the title and album gains/peaks of the given FLAC
  281.     files as if all the files were part of one album, then stores
  282.     them in the VORBIS_COMMENT block.  The tags are the same as
  283.     those used by vorbisgain.  Existing ReplayGain tags will be
  284.     replaced.  If only one FLAC file is given, the album and title
  285.     gains will be the same.  Since this operation requires two
  286.     passes, it is always executed last, after all other operations
  287.     have been completed and written to disk.  All FLAC files
  288.     specified must have the same resolution, sample rate, and
  289.     number of channels.  The sample rate must be one of 8, 11.025,
  290.     12, 16, 22.05, 24, 32, 44.1, or 48 kHz.
  291.   </para>
  292.         </listitem>
  293.       </varlistentry>
  294.       <varlistentry>
  295. <term><option>--add-seekpoint</option>={<replaceable>#</replaceable>|<replaceable>X</replaceable>|<replaceable>#x</replaceable>|<replaceable>#s</replaceable>}</term>
  296. <listitem>
  297.   <para>
  298.     Add seek points to a SEEKTABLE block.  Using #, a seek point at
  299.     that sample number is added.  Using X, a placeholder point is
  300.     added at the end of a the table.  Using #x, # evenly spaced seek
  301.     points will be added, the first being at sample 0.  Using #s, a
  302.     seekpoint will be added every # seconds (# does not have to be a
  303.     whole number; it can be, for example, 9.5, meaning a seekpoint
  304.     every 9.5 seconds).  If no SEEKTABLE block exists, one will be
  305.     created.  If one already exists, points will be added to the
  306.     existing table, and any duplicates will be turned into placeholder
  307.     points.  You may use many --add-seekpoint options; the resulting
  308.     SEEKTABLE will be the unique-ified union of all such values.
  309.     Example: --add-seekpoint=100x --add-seekpoint=3.5s will add 100
  310.     evenly spaced seekpoints and a seekpoint every 3.5 seconds.
  311.   </para>
  312.         </listitem>
  313.       </varlistentry>
  314.       <varlistentry>
  315.         <term><option>--add-padding=length</option></term>
  316.         <listitem>
  317.           <para>
  318.     Add a padding block of the given length (in bytes).  The overall
  319.     length of the new block will be 4 + length; the extra 4 bytes is
  320.     for the metadata block header.
  321.   </para>
  322.         </listitem>
  323.       </varlistentry>
  324.     </variablelist>
  325.   </refsect1>
  326.   <refsect1>
  327.     <title>MAJOR OPERATIONS</title>
  328.     <variablelist>
  329.       <varlistentry>
  330.         <term><option>--list</option></term>
  331.         <listitem>
  332.           <para>
  333.     List the contents of one or more metadata blocks to stdout.  By
  334.     default, all metadata blocks are listed in text format.  Use the
  335.     following options to change this behavior:
  336.   </para>
  337.   <variablelist>
  338.     <varlistentry>
  339.       <term><option>--block-number=#[,#[...]]</option></term>
  340.       <listitem>
  341. <para>
  342.   An optional comma-separated list of block numbers to display.
  343.   The first block, the STREAMINFO block, is block 0.
  344. </para>
  345.       </listitem>
  346.     </varlistentry>
  347.     <varlistentry>
  348.       <term><option>--block-type=type[,type[...]]</option></term>
  349.       <listitem><para></para></listitem>
  350.     </varlistentry>
  351.     <varlistentry>
  352.       <term><option>--except-block-type=type[,type[...]]</option></term>
  353.       <listitem>
  354. <para>
  355.   An optional comma-separated list of block types to be included
  356.   or ignored with this option.  Use only one of --block-type or
  357.   --except-block-type.  The valid block types are: STREAMINFO,
  358.   PADDING, APPLICATION, SEEKTABLE, VORBIS_COMMENT.  You may
  359.   narrow down the types of APPLICATION blocks displayed as
  360.   follows:
  361. </para>
  362. <para>
  363.         APPLICATION:abcd        The APPLICATION block(s) whose textual repre-
  364.                                 sentation of the 4-byte ID is "abcd"
  365.         APPLICATION:0xXXXXXXXX  The APPLICATION block(s) whose hexadecimal big-
  366.                                 endian representation of the 4-byte ID is
  367.                                 "0xXXXXXXXX".  For the example "abcd" above the
  368.                                 hexadecimal equivalalent is 0x61626364
  369. </para>
  370. <note>
  371.   <para>
  372.     if both --block-number and --[except-]block-type are
  373.     specified, the result is the logical AND of both
  374.     arguments.</para></note>
  375.       </listitem>
  376.     </varlistentry>
  377.     <varlistentry>
  378.       <term><option>--application-data-format=hexdump|text</option></term>
  379.       <listitem>
  380. <para>
  381.   If the application block you are displaying contains binary
  382.   data but your --data-format=text, you can display a hex dump
  383.   of the application data contents instead using
  384.   --application-data-format=hexdump.
  385. </para>
  386.       </listitem>
  387.     </varlistentry>
  388.   </variablelist>
  389. </listitem>
  390.       </varlistentry>
  391.       <varlistentry>
  392.         <term><option>--remove</option></term>
  393.         <listitem>
  394.           <para>
  395.             Remove one or more metadata blocks from the metadata.  Unless
  396.             --dont-use-padding is specified, the blocks will be replaced with
  397.             padding.  You may not remove the STREAMINFO block.
  398.   </para>
  399.   <variablelist>
  400.     <varlistentry>
  401.       <term><option>--block-number=#[,#[...]]</option></term>
  402.       <listitem><para></para></listitem>
  403.     </varlistentry>
  404.     <varlistentry>
  405.       <term><option>--block-type=type[,type[...]]</option></term>
  406.       <listitem><para></para></listitem>
  407.     </varlistentry>
  408.     <varlistentry>
  409.       <term><option>--except-block-type=type[,type[...]]</option></term>
  410.       <listitem>
  411. <para>See --list above for usage.</para>
  412. <note>
  413.   <para>
  414.     if both --block-number and --[except-]block-type are
  415.     specified, the result is the logical AND of both arguments.
  416.   </para></note>
  417.       </listitem>
  418.     </varlistentry>
  419.   </variablelist>
  420. </listitem>
  421.       </varlistentry>
  422.       <varlistentry>
  423.         <term><option>--remove-all</option></term>
  424.         <listitem>
  425.           <para>
  426.             Remove all metadata blocks (except the STREAMINFO block) from the
  427.             metadata.  Unless --dont-use-padding is specified, the blocks will
  428.             be replaced with padding.
  429.   </para>
  430.         </listitem>
  431.       </varlistentry>
  432.       <varlistentry>
  433.         <term><option>--merge-padding</option></term>
  434.         <listitem>
  435.           <para>
  436.     Merge adjacent PADDING blocks into single blocks.
  437.   </para>
  438.         </listitem>
  439.       </varlistentry>
  440.       <varlistentry>
  441.         <term><option>--sort-padding</option></term>
  442.         <listitem>
  443.           <para>
  444.     Move all PADDING blocks to the end of the metadata and merge them
  445.             into a single block.
  446.   </para>
  447.         </listitem>
  448.       </varlistentry>
  449.     </variablelist>
  450.   </refsect1>
  451.   
  452.   <refsect1>
  453.     <title>SEE ALSO</title>
  454.     <para>flac(1).</para>
  455.   </refsect1>
  456. </refentry>
  457. <!-- Keep this comment at the end of the file
  458. Local variables:
  459. mode: sgml
  460. sgml-omittag:t
  461. sgml-shorttag:t
  462. sgml-minimize-attributes:nil
  463. sgml-always-quote-attributes:t
  464. sgml-indent-step:2
  465. sgml-indent-data:t
  466. sgml-parent-document:nil
  467. sgml-default-dtd-file:nil
  468. sgml-exposed-tags:nil
  469. sgml-local-catalogs:nil
  470. sgml-local-ecat-files:nil
  471. End:
  472. -->