SO I messed with the custom-convert.conf and came up with this.

mp4 flc * *
        # FT:{START=-j %s}U:{END=-e %u}
        [faad] -q -w -f 1 $START$ $END$ $FILE$   |  [sox] -q -t wav - -t flac
-C 0 -b 24 - rate -v -b 98 -L -a 96000

Adding those '#' options from the "mp4x flc" entry from convert.conf
worked.  Honestly it was just guessing; I don't really know what I am
doing. 

But thank you BPA!!!  

I would have never gotten this far without your help.  Do you have a
donation page?
Also I would like to get your advice on the '#' options.  I am not sure
if I have them correct and it seems they can make or break the
up-sampling.

My current custom-convert.conf looks like this.

flc flc * <MAC goes here>
        # FT:{START=--skip=%t}U:{END=--until=%v}
        [flac] -dcs $START$ $END$ -- $FILE$  |  [sox] -q -t wav - -t flac
-C 0 -b 24 - rate -v -b 98 -L -a 96000

mp3 flc * <MAC goes here>
[lame] --mp3input --decode --silent $FILE$ - |  [sox] -q -t wav - -t
flac -C 0 -b 24 - rate -v -b 98 -L -a 96000

mp4 flc * <MAC goes here>
        # FT:{START=-j %s}U:{END=-e %u}
        [faad] -q -w -f 1 $START$ $END$ $FILE$   |  [sox] -q -t wav - -t flac
-C 0 -b 24 - rate -v -b 98 -L -a 96000

aac flc * <MAC goes here>
        # IF
        [faad] -q -w -f 1 $FILE$  |  [sox] -q -t wav - -t flac -C 0 -b 24 -
rate -v -b 98 -L -a 96000


------------------------------------------------------------------------
socialxray's Profile: http://forums.slimdevices.com/member.php?userid=2996
View this thread: http://forums.slimdevices.com/showthread.php?t=113715

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/ripping

Reply via email to