diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-06-17 16:21:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-17 16:21:08 +0700 |
commit | b40d279128ad39d97a0b455bd13202f2d6ac47cb (patch) | |
tree | d2817f3b7023a3301563ca4f74477a0107c0697a /audio/crip/README | |
parent | 05ef3a115843f1a8afbcabe4f6750739062d48d3 (diff) | |
download | slackbuilds-b40d279128ad39d97a0b455bd13202f2d6ac47cb.tar.gz |
audio/crip: Added (terminal-based ripper/encoder/tagger tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/crip/README')
-rw-r--r-- | audio/crip/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/crip/README b/audio/crip/README new file mode 100644 index 0000000000..eff4cc4f95 --- /dev/null +++ b/audio/crip/README @@ -0,0 +1,19 @@ +crip (terminal-based ripper/encoder/tagger tool). + +Crip is a terminal-based ripper/encoder/tagger tool for creating Ogg +Vorbis/FLAC/MP3 files under UNIX/Linux. It is well-suited for anyone +(especially the perfectionist) who seeks to make a lot of files from +CDs and have them all properly labeled and professional-quality with +a minimum of hassle and yet still have flexibility and full control. + +Current versions of Crip only support Ogg Vorbis and FLAC. If you +still want to make MP3 files go back to the past and use crip-1.0. + +This script is special because it is capable of doing group +vorbisgain/replaygain and/or normalization (adjust the volume to be +as loud as possible without clipping/distortion) and group +labelling/tagging, which makes it easy to allow a group of tracks to +be treated as one piece. It can also trim off the silence at the +beginning and end of these tracks/groups. + +Copy /usr/doc/crip-3.9/criprc_example to your $HOME/.criprc. |