AminetAminet
Search:
84782 packages online
About
Recent
Browse
Search
Upload
Setup
Services

mus/misc/flac-morphos.lha

Mirror:Random
Showing: m68k-amigaos icongeneric icon
No screenshot available
Short:FLAC, lossless audio encoder
Author:Josh Coalson
Uploader:Tom01 <tom01 gmx-topmail de>
Type:mus/misc
Version:1.2.1
Architecture:ppc-morphos
Date:2010-09-16
Distribution:Aminet
Download:mus/misc/flac-morphos.lha - View contents
Readme:mus/misc/flac-morphos.readme
Downloads:1573

Flac is command line based lossless audio Encoder/Decoder.
Flac files can be played by AminetRadio, sox and MPlayer.


Installation
------------
Copy the Executable to usr:bin or C:


Command Line Examples
---------------------
Encode

  flac -8 file.wav -o file.flac


Decode

  flac -d file.flac -o file.wav


See also
--------
More MorphOS-Ports on Aminet from the same Softwaredeveloper:

  sox, lame, vorbis-tools, faad, faac, replex, dvdauthor


===============================================================================
flac - Command-line FLAC encoder/decoder version 1.2.1
Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007  Josh Coalson

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
===============================================================================
Usage:

 Encoding: flac [<general-options>] [<encoding/format-options>] [INPUTFILE [...]]
 Decoding: flac -d [<general-options>] [<format-options>] [FLACFILE [...]]
  Testing: flac -t [<general-options>] [FLACFILE [...]]
Analyzing: flac -a [<general-options>] [<analysis-options>] [FLACFILE [...]]

general options:
  -v, --version                Show the flac version number
  -h, --help                   Show this screen
  -H, --explain                Show detailed explanation of usage and options
  -d, --decode                 Decode (the default behavior is to encode)
  -t, --test                   Same as -d except no decoded file is written
  -a, --analyze                Same as -d except an analysis file is written
  -c, --stdout                 Write output to stdout
  -s, --silent                 Do not write runtime encode/decode statistics
      --totally-silent         Do not print anything, including errors
      --no-utf8-convert        Do not convert tags from local charset to UTF-8
  -w, --warnings-as-errors     Treat all warnings as errors
  -f, --force                  Force overwriting of output files
  -o, --output-name=FILENAME   Force the output file name
      --output-prefix=STRING   Prepend STRING to output names
      --delete-input-file      Deletes after a successful encode/decode
      --keep-foreign-metadata  Save/restore WAVE or AIFF non-audio chunks
      --skip={#|mm:ss.ss}      Skip the given initial samples for each input
      --until={#|[+|-]mm:ss.ss}  Stop at the given sample for each input file
      --ogg                    Use Ogg as transport layer
      --serial-number          Serial number to use for the FLAC stream
analysis options:
      --residual-text          Include residual signal in text output
      --residual-gnuplot       Generate gnuplot files of residual distribution
decoding options:
  -F, --decode-through-errors  Continue decoding through stream errors
      --cue=[#.#][-[#.#]]      Set the beginning and ending cuepoints to decode
encoding options:
  -V, --verify                 Verify a correct encoding
      --lax                    Allow encoder to generate non-Subset files
      --sector-align           Align multiple files on sector boundaries
      --replay-gain            Calculate ReplayGain & store in FLAC tags
      --cuesheet=FILENAME      Import cuesheet and store in CUESHEET block
      --picture=SPECIFICATION  Import picture and store in PICTURE block
  -T, --tag=FIELD=VALUE        Add a FLAC tag; may appear multiple times
      --tag-from-file=FIELD=FILENAME   Like --tag but gets value from file
  -S, --seekpoint={#|X|#x|#s}  Add seek point(s)
  -P, --padding=#              Write a PADDING block of length #
  -0, --compression-level-0, --fast  Synonymous with -l 0 -b 1152 -r 3
  -1, --compression-level-1          Synonymous with -l 0 -b 1152 -M -r 3
  -2, --compression-level-2          Synonymous with -l 0 -b 1152 -m -r 3
  -3, --compression-level-3          Synonymous with -l 6 -b 4096 -r 4
  -4, --compression-level-4          Synonymous with -l 8 -b 4096 -M -r 4
  -5, --compression-level-5          Synonymous with -l 8 -b 4096 -m -r 5
  -6, --compression-level-6          Synonymous with -l 8 -b 4096 -m -r 6
  -7, --compression-level-7          Synonymous with -l 8 -b 4096 -m -e -r 6
  -8, --compression-level-8, --best  Synonymous with -l 12 -b 4096 -m -e -r 6
  -b, --blocksize=#                  Specify blocksize in samples
  -m, --mid-side                     Try mid-side coding for each frame
  -M, --adaptive-mid-side            Adaptive mid-side coding for all frames
  -e, --exhaustive-model-search      Do exhaustive model search (expensive!)
  -A, --apodization="function"       Window audio data with given the function
  -l, --max-lpc-order=#              Max LPC order; 0 => only fixed predictors
  -p, --qlp-coeff-precision-search   Exhaustively search LP coeff quantization
  -q, --qlp-coeff-precision=#        Specify precision in bits
  -r, --rice-partition-order=[#,]#   Set [min,]max residual partition order
format options:
      --endian={big|little}    Set byte order for samples
      --channels=#             Number of channels
      --bps=#                  Number of bits per sample
      --sample-rate=#          Sample rate in Hz
      --sign={signed|unsigned} Sign of samples
      --input-size=#           Size of the raw input in bytes
      --force-aiff-format      Force decoding to AIFF format
      --force-raw-format       Treat input or output as raw samples
negative options:
      --no-adaptive-mid-side
      --no-decode-through-errors
      --no-delete-input-file
      --no-keep-foreign-metadata
      --no-exhaustive-model-search
      --no-lax
      --no-mid-side
      --no-ogg
      --no-padding
      --no-qlp-coeff-prec-search
      --no-replay-gain
      --no-residual-gnuplot
      --no-residual-text
      --no-sector-align
      --no-seektable
      --no-silent
      --no-force
      --no-verify
      --no-warnings-as-errors


==============================================================================
metaflac - Command-line FLAC metadata editor version 1.2.1
Copyright (C) 2001,2002,2003,2004,2005,2006,2007  Josh Coalson

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
==============================================================================

Usage:
  metaflac [options] [operations] FLACfile [FLACfile ...]

Use metaflac to list, add, remove, or edit metadata in one or more FLAC files.
You may perform one major operation, or many shorthand operations at a time.

Options:
--preserve-modtime    Preserve the original modification time in spite of edits
--with-filename       Prefix each output line with the FLAC file name
                      (the default if more than one FLAC file is specified)
--no-filename         Do not prefix each output line with the FLAC file name
                      (the default if only one FLAC file is specified)
--no-utf8-convert     Do not convert tags from UTF-8 to local charset,
                      or vice versa.  This is useful for scripts, and setting
                      tags in situations where the locale is wrong.
--dont-use-padding    By default metaflac tries to use padding where possible
                      to avoid rewriting the entire file if the metadata size
                      changes.  Use this option to tell metaflac to not take
                      advantage of padding this way.

Shorthand operations:
--show-md5sum         Show the MD5 signature from the STREAMINFO block.
--show-min-blocksize  Show the minimum block size from the STREAMINFO block.
--show-max-blocksize  Show the maximum block size from the STREAMINFO block.
--show-min-framesize  Show the minimum frame size from the STREAMINFO block.
--show-max-framesize  Show the maximum frame size from the STREAMINFO block.
--show-sample-rate    Show the sample rate from the STREAMINFO block.
--show-channels       Show the number of channels from the STREAMINFO block.
--show-bps            Show the # of bits per sample from the STREAMINFO block.
--show-total-samples  Show the total # of samples from the STREAMINFO block.

--show-vendor-tag     Show the vendor string from the VORBIS_COMMENT block.
--show-tag=NAME       Show all tags where the the field name matches 'NAME'.
--remove-tag=NAME     Remove all tags whose field name is 'NAME'.
--remove-first-tag=NAME  Remove first tag whose field name is 'NAME'.
--remove-all-tags     Remove all tags, leaving only the vendor string.
--set-tag=FIELD       Add a tag.  The FIELD must comply with the Vorbis comment
                      spec, of the form "NAME=VALUE".  If there is currently
                      no tag block, one will be created.
--set-tag-from-file=FIELD   Like --set-tag, except the VALUE is a filename
                      whose contents will be read verbatim to set the tag value.
                      Unless --no-utf8-convert is specified, the contents will
                      be converted to UTF-8 from the local charset.  This can
                      be used to store a cuesheet in a tag (e.g.
                      --set-tag-from-file="CUESHEET=image.cue").  Do not try
                      to store binary data in tag fields!  Use APPLICATION
                      blocks for that.
--import-tags-from=FILE Import tags from a file.  Use '-' for stdin.  Each line
                      should be of the form NAME=VALUE.  Multi-line comments
                      are currently not supported.  Specify --remove-all-tags
                      and/or --no-utf8-convert before --import-tags-from if
                      necessary.  If FILE is '-' (stdin), only one FLAC file
                      may be specified.
--export-tags-to=FILE Export tags to a file.  Use '-' for stdout.  Each line
                      will be of the form NAME=VALUE.  Specify
                      --no-utf8-convert if necessary.
--import-cuesheet-from=FILE  Import a cuesheet from a file.  Use '-' for stdin.
                      Only one FLAC file may be specified.  A seekpoint will be
                      added for each index point in the cuesheet to the
                      SEEKTABLE unless --no-cued-seekpoints is specified.
--export-cuesheet-to=FILE  Export CUESHEET block to a cuesheet file, suitable
                      for use by CD authoring software.  Use '-' for stdout.
                      Only one FLAC file may be specified on the command line.
--import-picture-from=FILENAME|SPECIFICATION  Import a picture and store it in a
                      PICTURE block.  Either a filename for the picture file or
                      a more complete specification form can be used.  The
                      SPECIFICATION is a string whose parts are separated by |
                      characters.  Some parts may be left empty to invoke
                      default values.  FILENAME is just shorthand for
                      "||||FILENAME".  The format of SPECIFICATION is:
         [TYPE]|[MIME-TYPE]|[DESCRIPTION]|[WIDTHxHEIGHTxDEPTH[/COLORS]]|FILE
           TYPE is optional; it is a number from one of:
              0: Other
              1: 32x32 pixels 'file icon' (PNG only)
              2: Other file icon
              3: Cover (front)
              4: Cover (back)
              5: Leaflet page
              6: Media (e.g. label side of CD)
              7: Lead artist/lead performer/soloist
              8: Artist/performer
              9: Conductor
             10: Band/Orchestra
             11: Composer
             12: Lyricist/text writer
             13: Recording Location
             14: During recording
             15: During performance
             16: Movie/video screen capture
             17: A bright coloured fish
             18: Illustration
             19: Band/artist logotype
             20: Publisher/Studio logotype
             The default is 3 (front cover).  There may only be one picture each
             of type 1 and 2 in a file.
           MIME-TYPE is optional; if left blank, it will be detected from the
             file.  For best compatibility with players, use pictures with MIME
             type image/jpeg or image/png.  The MIME type can also be --> to
             mean that FILE is actually a URL to an image, though this use is
             discouraged.
           DESCRIPTION is optional; the default is an empty string
           The next part specfies the resolution and color information.  If
             the MIME-TYPE is image/jpeg, image/png, or image/gif, you can
             usually leave this empty and they can be detected from the file.
             Otherwise, you must specify the width in pixels, height in pixels,
             and color depth in bits-per-pixel.  If the image has indexed colors
             you should also specify the number of colors used.
           FILE is the path to the picture file to be imported, or the URL if
             MIME type is -->
--export-picture-to=FILE  Export PICTURE block to a file.  Use '-' for stdout.
                      Only one FLAC file may be specified.  The first PICTURE
                      block will be exported unless --export-picture-to is
                      preceded by a --block-number=# option to specify the exact
                      metadata block to extract.  Note that the block number is
                      the one shown by --list.
--add-replay-gain     Calculates the title and album gains/peaks of the given
                      FLAC files as if all the files were part of one album,
                      then stores them in the VORBIS_COMMENT block.  The tags
                      are the same as those used by vorbisgain.  Existing
                      ReplayGain tags will be replaced.  If only one FLAC file
                      is given, the album and title gains will be the same.
                      Since this operation requires two passes, it is always
                      executed last, after all other operations have been
                      completed and written to disk.  All FLAC files specified
                      must have the same resolution, sample rate, and number
                      of channels.  The sample rate must be one of 8, 11.025,
                      12, 16, 22.05, 24, 32, 44.1, or 48 kHz.
--remove-replay-gain  Removes the ReplayGain tags.
--add-seekpoint={#|X|#x|#s}  Add seek points to a SEEKTABLE block
       #  : a specific sample number for a seek point
       X  : a placeholder point (always goes at the end of the SEEKTABLE)
       #x : # evenly spaced seekpoints, the first being at sample 0
       #s : a seekpoint every # seconds; # does not have to be a whole number
                      If no SEEKTABLE block exists, one will be created.  If
                      one already exists, points will be added to the existing
                      table, and any duplicates will be turned into placeholder
                      points.  You may use many --add-seekpoint options; the
                      resulting SEEKTABLE will be the unique-ified union of
                      all such values.  Example: --add-seekpoint=100x
                      --add-seekpoint=3.5s will add 100 evenly spaced
                      seekpoints and a seekpoint every 3.5 seconds.
--add-padding=length  Add a padding block of the given length (in bytes).
                      The overall length of the new block will be 4 + length;
                      the extra 4 bytes is for the metadata block header.

Major operations:
--version
    Show the metaflac version number.
--list
    List the contents of one or more metadata blocks to stdout.  By default,
    all metadata blocks are listed in text format.  Use the following options
    to change this behavior:

    --block-number=#[,#[...]]
    An optional comma-separated list of block numbers to display.  The first
    block, the STREAMINFO block, is block 0.

    --block-type=type[,type[...]]
    --except-block-type=type[,type[...]]
    An optional comma-separated list of block types to be included or ignored
    with this option.  Use only one of --block-type or --except-block-type.
    The valid block types are: STREAMINFO, PADDING, APPLICATION, SEEKTABLE,
    VORBIS_COMMENT.  You may narrow down the types of APPLICATION blocks
    displayed as follows:
        APPLICATION:abcd        The APPLICATION block(s) whose textual repre-
                                sentation of the 4-byte ID is "abcd"
        APPLICATION:0xXXXXXXXX  The APPLICATION block(s) whose hexadecimal big-
                                endian representation of the 4-byte ID is
                                "0xXXXXXXXX".  For the example "abcd" above the
                                hexadecimal equivalalent is 0x61626364

    NOTE: if both --block-number and --[except-]block-type are specified,
          the result is the logical AND of both arguments.

    --application-data-format=hexdump|text
    If the application block you are displaying contains binary data but your
    --data-format=text, you can display a hex dump of the application data
    contents instead using --application-data-format=hexdump

--remove
    Remove one or more metadata blocks from the metadata.  Unless
    --dont-use-padding is specified, the blocks will be replaced with padding.
    You may not remove the STREAMINFO block.

    --block-number=#[,#[...]]
    --block-type=type[,type[...]]
    --except-block-type=type[,type[...]]
    See --list above for usage.

    NOTE: if both --block-number and --[except-]block-type are specified,
          the result is the logical AND of both arguments.

--remove-all
    Remove all metadata blocks (except the STREAMINFO block) from the
    metadata.  Unless --dont-use-padding is specified, the blocks will be
    replaced with padding.

--merge-padding
    Merge adjacent PADDING blocks into single blocks.

--sort-padding
    Move all PADDING blocks to the end of the metadata and merge them into a
    single block.



Contents of mus/misc/flac-morphos.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]               335807  648400  51.8% -lh5- dab3 Sep 15 13:18 flac-morphos/flac
[generic]                 6300   19335  32.6% -lh5- bef4 Sep 15 13:37 flac-morphos/flac-morphos.readme
[generic]               229916  442720  51.9% -lh5- 8f00 Sep 15 13:18 flac-morphos/metaflac
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total         3 files  572023 1110455  51.5%            Sep 15 20:16
Page generated in 0.03 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>