IceFusion;354378 Wrote:
> excellent. look forward to testing it, though I won't be able to get to
> it until Thursday...
>
> can you help me get a jumpstart on my my custom converter defs? (assume
> convert.conf will contain updated defs, particularly for [alac]?)
>
> mov flc * *
> [faad] -w -f 2 $FILE$ | [flac] -cs --totally-silent
> --compression-level-0 --endian little --sign signed --channels 2 --bps
> 16 --sample-rate 44100 -
>
> mov wav * *
> [faad] -w -f 2 $FILE$
I was able to get everything up and running with these:
# Transcoding for AAC files.
mov flc * *
# F
[faad] -w -f 2 $FILE$ | [flac] -cs --totally-silent
--compression-level-0 --endian little --sign signed --channels 2 --bps
16 --sample-rate 44100 -
mov mp3 * *
# FB:{BITRATE=-B %B}
[faad] -w -f 2 $FILE$ | [lame] --resample 44100 --silent -q
$QUALITY$ $BITRATE$ -r - -
mov wav * *
# F
[faad] -w -f 2 $FILE$
--
britboy
------------------------------------------------------------------------
britboy's Profile: http://forums.slimdevices.com/member.php?userid=13587
View this thread: http://forums.slimdevices.com/showthread.php?t=54331
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta