chienbv / sacd-ripper

Automatically exported from code.google.com/p/sacd-ripper
GNU General Public License v2.0
0 stars 0 forks source link

Can not process extracted DSDs #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, first of all thanks a lot for all your effort! I'm quite new in this field 
and have a problem: When I extract from a SACD Iso the DSD Stereo files I can 
not further process it with Audiogate or Saracon. But I can do it with other 
DSDs delivered elsewhere. This is the message from Saracon:

{09:23:17} [warning] LSCO chunk not supported.
{09:23:17} [warning] Unknown chunk (ID3 ).
{09:23:17} [warning] DST chunk not supported.
{09:23:17} [warning] DIIN chunk not supported.
[error] DSDIFF open failed with "DSD chunk not found."

Thanks for any help!

Original issue reported on code.google.com by kurt1...@gmx.net on 23 Feb 2012 at 8:26

GoogleCodeExporter commented 9 years ago
Make sure you convert the DST to DSD using the -c option.

Original comment by mr_wic...@hotmail.com on 23 Feb 2012 at 9:01

GoogleCodeExporter commented 9 years ago
If I use this command in my batch file, the sacd_extract.exe starts to extract 
and after one second it crashes:

FOR /F "tokens=*" %%k IN ('dir /b *.iso') DO "Programs/sacd_extract.exe" -c 
-i"%%k"

Original comment by kurt1...@gmx.net on 23 Feb 2012 at 6:15

GoogleCodeExporter commented 9 years ago
Solved!
Using 0.3.6 Win32 of sacd_extract with this command works:

FOR /F "tokens=*" %%k IN ('dir /b *.iso') DO "Programs/sacd_extract.exe" -c -P 
-2 -p -i"%%k"

Original comment by kurt1...@gmx.net on 23 Feb 2012 at 8:12