Apesbrain wrote: 
> 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.

Sorry not to have replied earlier.

I had to install ffmeg (which isn't in the same folder as faad and sox).
Can it be moved? 

I tried the aac aac line which didn't work - a ffmpeg location problem?



Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers
Logitech Radio
Logitech UE Radio
O2 Joggler + SqpOS + Aune X2 T-amp + Mordaunt Short ms-3.40 speakers 
UPnPBridge - 2 paired Sonos Play1 speakers
UPnPBridge - Rocki - Sony SRS-BTM8 speaker
UPnPBridge - Pioneer WX-SMA1 speaker
UPnPBridge - PURE One Flow internet radio: PURE Jongo S3x speaker
Castbridge - Chromecast 1 + Chromecast Audio
SB Player - Fire TV
------------------------------------------------------------------------
castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
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