The following works oK on my system.

Code:
--------------------
    
  mp4 mp3 * *
        # FRB:{BITRATE=-B %B}T:{START=-ss %s}
        [avconv] -loglevel quiet  -f mp4 -i $FILE$ -f wav - | [lame] --silent 
-q $QUALITY$ $BITRATE$ - -
  
  mp4 pcm * *
        # FRB:{BITRATE=-B %B}T:{START=-ss %s}
        [avconv] -loglevel quiet  -f mp4 -i $FILE$ -f u16le -
  
  mp4 flc * *
        # FRB:{BITRATE=-B %B}T:{START=-ss %s}
        [avconv] -loglevel quiet -f mp4 $START$ -i $FILE$ -f flac -
  
--------------------


Remember you need a tab before the "# FRB" and the [avconv] or [ffmpeg]

Use the LMS logging player.source set to debug - not the squeezlite log.


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=108370

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

Reply via email to