![]() |
![]() |
#1 |
Member
Join Date: Feb 2005
Posts: 1
|
![]()
Hi, I want to incorporate mppdec in a simple script to help someone to convert *.mpc file to *.wav so he then can burn that as a music cd.
What are the return values of mppdec in different situations? Thank you for your time. |
![]() |
![]() |
![]() |
#2 |
Musepack developer
|
![]()
you didn't include OS... so...
on a unix platform using a shell script: (1) you can pipe mppdec to cdrecord (2.1) or just recursively decode to wav, then burn with cdrecord *wav Code:
#!/bin/sh for file in *mpc do nice --adjustment=15 mppdec --wav "$file" . done Code:
mppdec --prev *.mpc . && cdrecord -v -dao dev=sony -audio *.wav later |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
My return to using MPC... | Gow | General | 11 | 01 July 2006 01:02 am |
Determining maximum/minimum values on decode | Bob | Tech | 1 | 23 January 2006 07:25 pm |
Preferred mppdec version? | crazee_canuck | MPC for UNIX | 3 | 01 May 2005 06:19 am |
compile error mppdec | dkraft | MPC for UNIX | 3 | 28 February 2005 06:49 pm |