Hello, I just switched to branche 6.3.x but here's what I have in my slimserver-convert.conf file:
# Transcoding for AAC files. mov flc * * [faad] -w -f 2 $FILE$ | [flac] -cs --totally-silent --compression-level- 0 --endian big --sign signed --channels 2 --bps 16 --sample-rate 44100 - mov mp3 * * [faad] -w -f 2 $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ -b $BITRATE$ -r - - Seems pretty close to what you have except for the -f 2 instead of -f 1. If I remember correctly 2 sends the output to stdout (but don't quote me on that). -WildCoder -- WildCoder ------------------------------------------------------------------------ WildCoder's Profile: http://forums.slimdevices.com/member.php?userid=1827 View this thread: http://forums.slimdevices.com/showthread.php?t=24535 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
