Difference between revisions of "Package:SACD-Extract"

From Funtoo
Jump to navigation Jump to search
(Created page with "{{Ebuild |Summary=Part of SACD-ripper, sacd-extract allows you to extract DSD data from SACD ISO files. |CatPkg=app-cdr/sacd-extract |Maintainer=Drobbins, |Homepage=https://c...")
 
Line 2: Line 2:
|Summary=Part of SACD-ripper, sacd-extract allows you to extract DSD data from SACD ISO files.
|Summary=Part of SACD-ripper, sacd-extract allows you to extract DSD data from SACD ISO files.
|CatPkg=app-cdr/sacd-extract
|CatPkg=app-cdr/sacd-extract
|Maintainer=Drobbins,  
|Maintainer=Drobbins,
|Homepage=https://code.google.com/p/sacd-ripper/
|Homepage=https://code.google.com/p/sacd-ripper/
}}
}}
Line 15: Line 15:
Other usage examples can be seen in the Usage Examples section of the [http://sacd-ripper.googlecode.com/svn/trunk/readme sacd-ripper README].
Other usage examples can be seen in the Usage Examples section of the [http://sacd-ripper.googlecode.com/svn/trunk/readme sacd-ripper README].


{info|Sometimes, extraction will proceed quickly (tens of MB/sec), while for other albums, SACD extraction may proceed quite slowly (1-2MB/sec.) This is dependent on the [[Wikipedia:Endianness|endianness]] of the data that is stored on the Super Audio CD.}
{{info|Sometimes, extraction will proceed quickly (tens of MB/sec), while for other albums, SACD extraction may proceed quite slowly (1-2MB/sec.) This is dependent on the [[Wikipedia:Endianness|endianness]] of the data that is stored on the Super Audio CD.}}
 
 
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 00:12, September 28, 2014

SACD-Extract

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

The command sacd-extract is used to extract DSD data from Super Audio CD ISO files. It is part of the sacd-ripper package which is used to extract DSD ISO files from certain unlocked Playstation 3 systems.

Typical usage might involve this command to extract all 2-channel DSD audio files from a Super Audio CD ISO:

user $ sacd-extract -2 -p -c -i /mnt/storage/media/audio/MyAlbum/MyAlbum.iso 

Other usage examples can be seen in the Usage Examples section of the sacd-ripper README.

Template:Info