Just checked - For players that need transcoding (i.e. do not support
AAC), the default LMS handling of MP4 using faad cannot handle remote
URLs (i.e. podcasts).
A custom-convert.conf for mp4 using ffmpeg on Linux would be
Code:
--------------------
mp4 mp3 * *
# FRB:{BITRATE=-B %B}T:{START=-ss %s}
[ffmpeg] -loglevel quiet -f mp4 -i $FILE$ -f wav - | [lame] --silent
-q $QUALITY$ $BITRATE$ - -
mp4 pcm * *
# FRB:{BITRATE=-B %B}T:{START=-ss %s}
[ffmpeg] -loglevel quiet -f mp4 -i $FILE$ -f u16le -
mp4 flc * *
# FRB:{BITRATE=-B %B}T:{START=-ss %s}
[ffmpeg] -loglevel quiet -f mp4 $START$ -i $FILE$ -f flac -
--------------------
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=108041
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss