Your post for the AAC transcoding is bit misleading due to Wiki
formatting in case a user cuts & pastes.
There need to be a white space before the directive. It should be
Code:
--------------------
# Transcoding for AAC files.
# SC 7.3+
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$
--------------------
--
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=56474
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix