M4A (aka MPEG-4) files are handled by LMS as the type "mp4" in the
convert.conf file.

So what I have used to handle problem M4A files was as follows in a
custom-covert.cong file and then disable "native" for "MPEG-4"


Code:
--------------------
    
  
  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=108852

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

Reply via email to