Lookign at old thread.

mpcdec is not a stragth swap for mppgen. The command line options are
totally different.  Furthermore , althouyh mpcgen is supposed to support
stdin and stdout - it doesn't seem to work.

Summary:
If you musepack7 only files then LMS provided mppdec will work fine.
If you musepack8  files then you need a musepack8 decoder. mpcdec will
not work within LMS context so need to use ffmpeg with a
custom-convert.conf

A custom-convert.conf for MPC  - the PCM and AIFF support is not correct
- homework.


Code:
--------------------
    
  
  mpc mp3 * *
        # F:{PATH=%f}R:{PATH=%F}B:{BITRATE=--abr %B}T:{START=-ss %s}
        [ffmpeg] -loglevel quiet $START$ -i $PATH$ -f wav - | [lame] --silent 
-q $QUALITY$ $BITRATE$ - -
  
  mpc flc * *
        # F:{PATH=%f}R:{PATH=%F}T:{START=-ss %s}
        [ffmpeg] -loglevel quiet $START$ -i $PATH$ -f flac - 
  
  mpc pcm * *
        # F:{PATH=%f}R:{PATH=%F}T:{START=-ss %s}
        [ffmpeg] -loglevel quiet $START$ -i $PATH$ -f s16le - 
  
  
--------------------


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

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

Reply via email to