On 24/11/11 11:19, Sthu Deus wrote:
Good time of the day.


Excuse me for off topic, please.

I try to split a big flac file into separate tracks it contains
according to .cue file I have w/ this command:

$ shnsplit -o wav -f 1.cue 1.flac

when I get:

shnsplit: error: value not in bytes, m:ss, m:ss.ff, or m:ss.nnn format:

Not sure... but I would double check the cue file maybe, what you do should work (used it in the past).

Lorenzo.

then I tried to do so w/

$ awk '/INDEX/{split($3,t,":"); printf
t[1]":"t[2]":%03d\n",t[3]*1000/75;}' 1.cue | shnsplit -o wav
1.flac

but it ends up w/ the following:

awk: /INDEX/{split(,t,":"); printf t[1]":"t[2]":%03d
awk:                       ^ syntax error
awk: fatal: 0 is invalid as number of arguments for split
shnsplit: error: no split points given -- nothing to do

I guess it should work...

The .cue file has such lines:

...
INDEX 01 00:00:00
INDEX 01 04:01:30
INDEX 01 06:54:50
...

If You have any suggestion, please share it w/ me. :)


Thanks for Your time.




--
** NOTE **: This gmail address is my new email.
I will still be reading my libero.it email, but please use this new one for any further email.
Thanks you for understanding.
** NOTA **: Questo indirizzo gmail è la mia nuova email.
Continuerò a leggere la posta libero.it ancora per un po' ma vi prego di usare questa nuova da ora in poi.
Grazie per la comprensione.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4ece1f80.1070...@gmail.com

Reply via email to