[paranoia] splitting sound files?

Wolfgang Weisselberg weissel at netcologne.de
Thu Feb 15 13:47:26 PST 2001



Hi, Ralph!

Trying to kill the keyboard, Ralph Corderoy
(ralph at inputplus.demon.co.uk) produced 0,9K in 29 lines:

> If your head and tail prefer text files then use dd(1).

>     dd if=big.raw of=part0.raw bs=1024k skip=0 count=1
>     dd if=big.raw of=part1.raw bs=1024k skip=1 count=1
>     dd if=big.raw of=part2.raw bs=1024k skip=2 count=1
>     ...

This can get SLOW for large values of skip, since (at least
some versions of) dd read through the whole 'skip' part instead
of skipping to the part that matters.

But then there's always 'man split'.

-Wolfgang

--- >8 ----
List archives:  http://www.xiph.org/archives/
Paranoia homepage: http://www.xiph.org/paranoia/
To unsubscribe from this list, send a message to 'paranoia-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Paranoia mailing list