rip multiple tracks to single file

View: New views
6 Messages — Rating Filter:   Alert me  

rip multiple tracks to single file

by scar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

is it possible to rip several tracks that are not next to each other
into a single file?

i tried this:

cdparanoia -w "1,2,4,6,8,10" 1.wav

but it only ripped the first track.

maybe i need to rip each track individually and use some other utility
to concatenate the wav files?  any other ideas?  thanks.
-----BEGIN PGP SIGNATURE-----

iEYEAREIAAYFAkltGVYACgkQXhfCJNu98qAC8wCfR1+WSdHDvUjpN4EGZJUgA1O4
zB4AoMkEFFHOOtflAhyhtWDnb3BL5Hg5
=Mda1
-----END PGP SIGNATURE-----

_______________________________________________
Paranoia mailing list
Paranoia@...
http://lists.xiph.org/mailman/listinfo/paranoia

Re: rip multiple tracks to single file

by J.B. Nicholson-Owens :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

scar wrote:
> maybe i need to rip each track individually and use some other utility
> to concatenate the wav files?  any other ideas?  thanks.

You could rip each track to a separate file, then use declick at
http://home.snafu.de/wahlm/dl8hbs/declick.html (you'll probably need to
compile this) to trim the silence from both ends of each file:

   find ~/Where-I-keep-ripped-tracks/ -type f -iname '*.wav' -print0 |
xargs -0 declick -s -e

Then you could use sox to concatenate the files to a single larger file:

   sox 1.wav 2.wav 3.wav big-audio-file.wav

and end up with a single file that is the concatenation of all the
tracks you ripped.

Good luck.
_______________________________________________
Paranoia mailing list
Paranoia@...
http://lists.xiph.org/mailman/listinfo/paranoia

Re: rip multiple tracks to single file

by xiphmont :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The span argument, by default, rips into one file unless -B is used.

cdparanoia 1-4

...rips tracks one through four into one file.

Monty
_______________________________________________
Paranoia mailing list
Paranoia@...
http://lists.xiph.org/mailman/listinfo/paranoia

Re: rip multiple tracks to single file

by scar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

xiphmont@... @ 01/13/2009 10:57 PM:
> The span argument, by default, rips into one file unless -B is used.
>
> cdparanoia 1-4
>
> ...rips tracks one through four into one file.
>

i don't want, for example, tracks 2 and 3, just 1 and 4 into one file.
-----BEGIN PGP SIGNATURE-----

iEYEAREIAAYFAkltkI4ACgkQXhfCJNu98qBuAgCffg5evQjKmyyrVhJhqfHJ0PlB
PVgAoPneqZ4wSEF82BOcQqqzMb0GRN7g
=UiOx
-----END PGP SIGNATURE-----

_______________________________________________
Paranoia mailing list
Paranoia@...
http://lists.xiph.org/mailman/listinfo/paranoia

Re: rip multiple tracks to single file

by xiphmont :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Jan 14, 2009 at 2:13 AM, scar <scar@...> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> xiphmont@... @ 01/13/2009 10:57 PM:
>> The span argument, by default, rips into one file unless -B is used.
>>
>> cdparanoia 1-4
>>
>> ...rips tracks one through four into one file.
>>
>
> i don't want, for example, tracks 2 and 3, just 1 and 4 into one file.

Ah.  Then you want an audio editor, sorry... Audacity will do a quick job of it.

Monty
_______________________________________________
Paranoia mailing list
Paranoia@...
http://lists.xiph.org/mailman/listinfo/paranoia

Re: rip multiple tracks to single file

by Paolo Saggese-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wednesday 14 January 2009 08:17, xiphmont@... wrote:

> > i don't want, for example, tracks 2 and 3, just 1 and 4 into one file.
>
> Ah.  Then you want an audio editor, sorry... Audacity will do a quick job of it.

rip the single tracks then use the "shnjoin" function from

http://etree.org/shnutils/shntool/

shnjoin [OPTIONS] file1 file2 ...

"shntool" is the "Swiss army knife" of audio files. Very handy!


BTW: is there an easy way to get a toc or cue file for a CD ripped
in "batch" mode (-B)?

(I mean a "real" toc from the CD complete with pregaps, indexes,
cdtext if present, etc).


Ciao,
                                Paolo.

--
_______________________________________________
Paranoia mailing list
Paranoia@...
http://lists.xiph.org/mailman/listinfo/paranoia