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

Windows CE

开发平台:

C/C++

  1. ." This manpage has been automatically generated by docbook2man 
  2. ." from a DocBook document.  This tool can be found at:
  3. ." <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
  4. ." Please send any bug reports, improvements, comments, patches, 
  5. ." etc. to Steve Cheng <steve@ggi-project.org>.
  6. .TH "METAFLAC" "1" "02 February 2005" "" ""
  7. .SH NAME
  8. metaflac - program to list, add, remove, or edit metadata in one or more FLAC files.
  9. .SH SYNOPSIS
  10. fBmetaflacfR [ fBfIoptionsfBfR ] [ fBfIoperationsfBfR ] fBfIFLACfilefBfRfI ...fR
  11. .SH "DESCRIPTION"
  12. .PP
  13. Use fBmetaflacfR to list, add, remove, or edit
  14. metadata in one or more FLAC files.  You may perform one major operation,
  15. or many shorthand operations at a time.
  16. .SH "OPTIONS"
  17. .TP
  18. fB--preserve-modtimefR
  19. Preserve the original modification time in spite of edits.
  20. .TP
  21. fB--with-filenamefR
  22. Prefix each output line with the FLAC file name (the default if
  23. more than one FLAC file is specified).
  24. .TP
  25. fB--no-filenamefR
  26. Do not prefix each output line with the FLAC file name (the default
  27. if only one FLAC file is specified).
  28. .TP
  29. fB--dont-use-paddingfR
  30. By default metaflac tries to use padding where possible to avoid
  31. rewriting the entire file if the metadata size changes.  Use this
  32. option to tell metaflac to not take advantage of padding this way.
  33. .SH "SHORTHAND OPERATIONS"
  34. .TP
  35. fB--show-md5sumfR
  36. Show the MD5 signature from the STREAMINFO block.
  37. .TP
  38. fB--show-min-blocksizefR
  39. Show the minimum block size from the STREAMINFO block.
  40. .TP
  41. fB--show-max-blocksizefR
  42. Show the maximum block size from the STREAMINFO block.
  43. .TP
  44. fB--show-min-framesizefR
  45. Show the minimum frame size from the STREAMINFO block.
  46. .TP
  47. fB--show-max-framesizefR
  48. Show the maximum frame size from the STREAMINFO block.
  49. .TP
  50. fB--show-sample-ratefR
  51. Show the sample rate from the STREAMINFO block.
  52. .TP
  53. fB--show-channelsfR
  54. Show the number of channels from the STREAMINFO block.
  55. .TP
  56. fB--show-bpsfR
  57. Show the # of bits per sample from the STREAMINFO block.
  58. .TP
  59. fB--show-total-samplesfR
  60. Show the total # of samples from the STREAMINFO block.
  61. .TP
  62. fB--show-vendor-tagfR
  63. Show the vendor string from the VORBIS_COMMENT block.
  64. .TP
  65. fB--show-tag=namefR
  66. Show all tags where the the field name matches 'name'.
  67. .TP
  68. fB--remove-tag=namefR
  69. Remove all tags whose field name is 'name'.
  70. .TP
  71. fB--remove-first-tag=namefR
  72. Remove first tag whose field name is 'name'.
  73. .TP
  74. fB--remove-all-tagsfR
  75. Remove all tags, leaving only the vendor string.
  76. .TP
  77. fB--set-tag=fieldfR
  78. Add a tag.  The field must comply with the
  79. Vorbis comment spec, of the form "NAME=VALUE".  If there is
  80. currently no tag block, one will be created.
  81. .TP
  82. fB--import-tags-from=filefR
  83. Import tags from a file.  Use '-' for stdin.  Each
  84. line should be of the form NAME=VALUE.  Multi-line comments
  85. are currently not supported.  Specify --remove-all-tags and/or
  86. --no-utf8-convert before --import-tags-from if necessary.
  87. .TP
  88. fB--export-tags-to=filefR
  89. Export tags to a file.  Use '-' for stdin.  Each
  90. line will be of the form NAME=VALUE.  Specify
  91. --no-utf8-convert if necessary.
  92. .TP
  93. fB--import-cuesheet-from=filefR
  94. Import a cuesheet from a file.  Use '-' for stdin.  Only one
  95. FLAC file may be specified.  A seekpoint will be added for each
  96. index point in the cuesheet to the SEEKTABLE unless
  97. --no-cued-seekpoints is specified.
  98. .TP
  99. fB--export-cuesheet-to=filefR
  100. Export CUESHEET block to a cuesheet file, suitable for use by
  101. CD authoring software.  Use '-' for stdout.  Only one FLAC file
  102. may be specified on the command line.
  103. .TP
  104. fB--add-replay-gainfR
  105. Calculates the title and album gains/peaks of the given FLAC
  106. files as if all the files were part of one album, then stores
  107. them in the VORBIS_COMMENT block.  The tags are the same as
  108. those used by vorbisgain.  Existing ReplayGain tags will be
  109. replaced.  If only one FLAC file is given, the album and title
  110. gains will be the same.  Since this operation requires two
  111. passes, it is always executed last, after all other operations
  112. have been completed and written to disk.  All FLAC files
  113. specified must have the same resolution, sample rate, and
  114. number of channels.  The sample rate must be one of 8, 11.025,
  115. 12, 16, 22.05, 24, 32, 44.1, or 48 kHz.
  116. .TP
  117. fB--add-seekpoint={fI#fB|fIXfB|fI#xfB|fI#sfB}fR
  118. Add seek points to a SEEKTABLE block.  Using #, a seek point at
  119. that sample number is added.  Using X, a placeholder point is
  120. added at the end of a the table.  Using #x, # evenly spaced seek
  121. points will be added, the first being at sample 0.  Using #s, a
  122. seekpoint will be added every # seconds (# does not have to be a
  123. whole number; it can be, for example, 9.5, meaning a seekpoint
  124. every 9.5 seconds).  If no SEEKTABLE block exists, one will be
  125. created.  If one already exists, points will be added to the
  126. existing table, and any duplicates will be turned into placeholder
  127. points.  You may use many --add-seekpoint options; the resulting
  128. SEEKTABLE will be the unique-ified union of all such values.
  129. Example: --add-seekpoint=100x --add-seekpoint=3.5s will add 100
  130. evenly spaced seekpoints and a seekpoint every 3.5 seconds.
  131. .TP
  132. fB--add-padding=lengthfR
  133. Add a padding block of the given length (in bytes).  The overall
  134. length of the new block will be 4 + length; the extra 4 bytes is
  135. for the metadata block header.
  136. .SH "MAJOR OPERATIONS"
  137. .TP
  138. fB--listfR
  139. List the contents of one or more metadata blocks to stdout.  By
  140. default, all metadata blocks are listed in text format.  Use the
  141. following options to change this behavior:
  142. .RS
  143. .TP
  144. fB--block-number=#[,#[...]]fR
  145. An optional comma-separated list of block numbers to display.
  146. The first block, the STREAMINFO block, is block 0.
  147. .TP
  148. fB--block-type=type[,type[...]]fR
  149. .TP
  150. fB--except-block-type=type[,type[...]]fR
  151. An optional comma-separated list of block types to be included
  152. or ignored with this option.  Use only one of --block-type or
  153. --except-block-type.  The valid block types are: STREAMINFO,
  154. PADDING, APPLICATION, SEEKTABLE, VORBIS_COMMENT.  You may
  155. narrow down the types of APPLICATION blocks displayed as
  156. follows:
  157. APPLICATION:abcd        The APPLICATION block(s) whose textual repre-
  158. sentation of the 4-byte ID is "abcd"
  159. APPLICATION:0xXXXXXXXX  The APPLICATION block(s) whose hexadecimal big-
  160. endian representation of the 4-byte ID is
  161. "0xXXXXXXXX".  For the example "abcd" above the
  162. hexadecimal equivalalent is 0x61626364
  163. .sp
  164. .RS
  165. .B "Note:"
  166. if both --block-number and --[except-]block-type are
  167. specified, the result is the logical AND of both
  168. arguments.
  169. .RE
  170. .TP
  171. fB--application-data-format=hexdump|textfR
  172. If the application block you are displaying contains binary
  173. data but your --data-format=text, you can display a hex dump
  174. of the application data contents instead using
  175. --application-data-format=hexdump.
  176. .RE
  177. .TP
  178. fB--removefR
  179. Remove one or more metadata blocks from the metadata.  Unless
  180. --dont-use-padding is specified, the blocks will be replaced with
  181. padding.  You may not remove the STREAMINFO block.
  182. .RS
  183. .TP
  184. fB--block-number=#[,#[...]]fR
  185. .TP
  186. fB--block-type=type[,type[...]]fR
  187. .TP
  188. fB--except-block-type=type[,type[...]]fR
  189. See --list above for usage.
  190. .sp
  191. .RS
  192. .B "Note:"
  193. if both --block-number and --[except-]block-type are
  194. specified, the result is the logical AND of both arguments.
  195. .RE
  196. .RE
  197. .TP
  198. fB--remove-allfR
  199. Remove all metadata blocks (except the STREAMINFO block) from the
  200. metadata.  Unless --dont-use-padding is specified, the blocks will
  201. be replaced with padding.
  202. .TP
  203. fB--merge-paddingfR
  204. Merge adjacent PADDING blocks into single blocks.
  205. .TP
  206. fB--sort-paddingfR
  207. Move all PADDING blocks to the end of the metadata and merge them
  208. into a single block.
  209. .SH "SEE ALSO"
  210. .PP
  211. flac(1).