86 lines
1.6 KiB
Plaintext
86 lines
1.6 KiB
Plaintext
gsrip (1)
|
|
=========
|
|
:author: Grégory Soutadé
|
|
:email: gregory@soutade.fr
|
|
:revdate: April 23, 2004
|
|
:revnumber: 1
|
|
:keywords:
|
|
|
|
NAME
|
|
----
|
|
GSRip - rip an audio CD into wav/mp3/ogg
|
|
|
|
SYNOPSIS
|
|
--------
|
|
gsrip.sh [options] (--mp3 | --ogg | --wav)
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
GSRip is a command line tool used to rip/encode audio CD. It will download track list from a cddb server. In facts it's a wrapper for cdda2wav, lame and oggenc.
|
|
|
|
OPTIONS
|
|
-------
|
|
-a::
|
|
--auto::
|
|
Select the first entry from cddb server
|
|
|
|
-b::
|
|
--bitrate <bitrate>::
|
|
mp3 bitrate (32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320), default : 128
|
|
|
|
-d::
|
|
--dest <directory>::
|
|
mp3 destination, default : /tmp
|
|
|
|
-D::
|
|
--dev <device>::
|
|
CDROM device, default : /dev/cdrom
|
|
|
|
-e::
|
|
--extract-only::
|
|
Only extract wav
|
|
|
|
-f::
|
|
--file <file>::
|
|
Use a .cddb file instead of retrieving from cddb server
|
|
|
|
-h::
|
|
--help::
|
|
This message
|
|
|
|
-o::
|
|
--overwrite::
|
|
Overwrite files if existing, default is skipping
|
|
|
|
-p::
|
|
--pattern <pattern>::
|
|
Output filename pattern
|
|
%g, %a, %l, %n, %t, %y are replaced by genre, artist, album, track number, title, and year
|
|
default is "%n - %t"
|
|
|
|
-r::
|
|
--resume <path>::
|
|
Don't extract wav files from CD, just encode. Wav files must be into <path>
|
|
This option can be combined with -f
|
|
|
|
--wav::
|
|
Keep .wav files
|
|
|
|
--mp3::
|
|
Encode wav into mp3
|
|
|
|
--ogg::
|
|
Encode wav into ogg
|
|
|
|
SEE ALSO
|
|
--------
|
|
cdda2wav(2), lame, oggenc
|
|
|
|
Author
|
|
------
|
|
Written by Grégory Soutadé <soutade@gmail.com> (december 2009)
|
|
|
|
Documentation
|
|
-------------
|
|
Documentation by Grégory Soutadé <soutade@gmail.com> (december 2009)
|