No guarantee as I'm not able to test it but this might work:

Code:
--------------------
    
  aac aac * MA:C_:AD:DR:ES:S_
        # IF
        [faad] -q -w -f 2 -b 1 $FILE$ | [sox] -q -t wav - -t wav - bass +3 
treble -3 | [ffmpeg] -i - -c:a aac -strict -2 -b:a 320k -
  
  mp4 mp4 * MA:C_:AD:DR:ES:S_
        # FT:{START=-j %s}U:{END=-e %u}
        [faad] -q -w -f 2 -b 1 $START$ $END$ $FILE$ | [sox] -q -t wav - -t wav 
- bass +3 treble -3 | [ffmpeg] -i - -c:a aac -strict -2 -b:a 320k -
  
--------------------


Just add it to the bottom of the custom-convert.conf you already have. 
You can see the three steps: (1) FAAD decodes the file and passes the
PCM data to (2) SoX to handle equalization, then to (3) FFMPEG to
re-encode back to AAC.

Again, this assumes FAAD and FFMPEG executables are already in same
folder on your machine as SOX as they are on mine.


------------------------------------------------------------------------
Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
View this thread: http://forums.slimdevices.com/showthread.php?t=87506

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to