All I did was google "ffmpeg" and it produced this
https://www.ffmpeg.org/download.html#build-mac
You'll need to study command line options to create new
custom-convert.conf line. I know noting about ffmpeg on OSX.
I created the following for handle remote streams to PCM (not sure if it
actually works for PCM as I use ffmpeg to Flac) - you may need to
change to play files as well. Since you are streaming PCM - output has
to be converted to 44.1/16
Code:
--------------------
# RB:{BITRATE=-B %B}
[ffmpeg] -loglevel quiet -i $FILE$ -f u16le -ar 44100 -ac 2 -
--------------------
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=103021
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss