OK, got it.
I've created a custom-convert.conf with a flac to flac rule that always
converts to 16/44.1 for softsqueeze as that is the maximum it can
handle. If you're copying the code below, do make sure you get the dash
at the end of the [sox] command.
Code:
--------------------
# hard code transcoding for softsqueeze always 44.1k 16-bit
flc flc softsqueeze *
# FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
[flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t flac -C 0 -b 16 -r
44.1k -
--------------------
It does mean that 16/44.1k flac runs through sox as well but hey, it
works.
--
Mick Seymour
------------------------------------------------------------------------
Mick Seymour's Profile: http://forums.slimdevices.com/member.php?userid=21137
View this thread: http://forums.slimdevices.com/showthread.php?t=59321
_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/ripping