Hi guys

Try this in your convert.conf:


Code:
--------------------
    
  flc flc transcode *
        # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
        [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t flac -C0 
-b24 - rate -v 96k
  
--------------------


It should work with 14.2 or 14.3.

michael123, in your line there is one -r96000 too much. Like this it's
'converted' to 96kHz twice, maybe that's the reason for the CPU
overload.

Phil, the option commands "-r" or "--rate" are equal and use the
standard high quality. To be able to use different rate qualities you
have to use the effect command "rate" (without hyphens). If it's
followed by a "-v" you will have the best quality. Effect commands have
to be placed after the hyphen which used to be at at the end of the
line.

cheers
Quad (who is happy to be able to help the real pros) ;-)


-- 
Quad
------------------------------------------------------------------------
Quad's Profile: http://forums.slimdevices.com/member.php?userid=20234
View this thread: http://forums.slimdevices.com/showthread.php?t=69454

_______________________________________________
ripping mailing list
ripping@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/ripping

Reply via email to