An alternative workaround using ffmpeg instead of flac using time
formats of just seconds and not mm:ss.xx

A custom-convert.conf file with the following 

Code:
--------------------
    
  wav flc * *
        # FT:{START=-ss %s}U:{END=-t %u}D:{RESAMPLE=--resample %D}
        [ffmpeg] -loglevel quiet $END$  -f wav -i $FILE$ -f flac  $START$ - | 
[sox] -q -t flac - -t flac -C 0 $RESAMPLE$ -
  
  
--------------------


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

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to