Hi everyone. I read that WavPack cannot use piping or stdin-out for the lossy + correction file modes (-b lossy and -c correction files to make it lossless again if needed).
I know I'm close, but am getting the 0 or 1 kb WavPack files and no .wvc correction files. Can you look at this line for me?
or
Usage:
WAVPACK [-options] infile[.wav]|infile.wv|- [outfile[.wv]|outpath|-]
"The Windows frontend uses this mechanism for passing filenames, although it could be used for other purposes. Either filename can be replaced with "-" to allow use of stdin or stdout, although because the hybrid lossless mode uses two files it is not compatible with pipes."
WAVPACK [-options] infile[.wav]|infile.wv|- [outfile[.wv]|outpath|-]
"The Windows frontend uses this mechanism for passing filenames, although it could be used for other purposes. Either filename can be replaced with "-" to allow use of stdin or stdout, although because the hybrid lossless mode uses two files it is not compatible with pipes."
I know I'm close, but am getting the 0 or 1 kb WavPack files and no .wvc correction files. Can you look at this line for me?
Code:
-hb384xc -i -y -w "artist=[artist]" -w "title=[title]" -w "genre=[genre]" -w "album=[album]" -w "year=[year]" -w "track=[track]" - [outfile]
or
Code:
-hb384xc -i "[infile]"-y -w "artist=[artist]" -w "title=[title]" -w "genre=[genre]" -w "album=[album]" -w "year=[year]" -w "track=[track]" -o "[outfile]"
Comment