britboy;359079 Wrote:
> 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$
I can confirm these settings work. Make sure you have the white space
before the #'s.
--
pardsbane
------------------------------------------------------------------------
pardsbane's Profile: http://forums.slimdevices.com/member.php?userid=20916
View this thread: http://forums.slimdevices.com/showthread.php?t=54331
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta