Did you change convert.conf to use faad ?

If not then it is simpler to just put the following lines in a file
called custom-convert.conf and save the file in the same directory
convert.conf.  Then restart SC and MOV filetype should be set to use
faad.


Code:
--------------------
    
  # Transcoding for AAC files.
  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 mp3 * *
  [faad] -w -f 2 $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ -b 
$BITRATE$ $-x$ -r - -
  mov wav * *
  [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=51409

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to