joad;226396 Wrote: > Im trying to convert my flac files to 24bit (hdcd) wav files direct > without first converting the flac files to wav and then run hdcd.exe to > get the 24bit hdcd files. > > This is not working > > Code: -------------------- > > > Flac dcs name of the file.flac |hdcd.exe > out.vaw > -------------------- > > > I get this error "Didn't find 'data' chunk" > > But if a first > > Code: -------------------- > > > Flac dcs name of the file.flac > out.wav > -------------------- > > > And then do this > > Code: -------------------- > > > Hdcd.exe < out.vae > out_hdcd.wav > -------------------- > > > > It works ok.
I think this is probably something to do with fseek and ftell not working when not connected to a file. I'll take a look at this and see if there's a good workaround, as piping really does need to work! For scanning, I'd suggest using arne's excellent foobar scripted approach. -- cjk32 ------------------------------------------------------------------------ cjk32's Profile: http://forums.slimdevices.com/member.php?userid=5151 View this thread: http://forums.slimdevices.com/showthread.php?t=32967
_______________________________________________ audiophiles mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/audiophiles
