Check out my first novel, midnight's simulacra!

Ripping: Difference between revisions

From dankwiki
Line 17: Line 17:
** bdvmdbg does not work with the gcj JRE. Sun Java 6 works for me (didn't try openjdk).
** bdvmdbg does not work with the gcj JRE. Sun Java 6 works for me (didn't try openjdk).
** Ensure bdvmdbg, invoked by itself, successfully launches.
** Ensure bdvmdbg, invoked by itself, successfully launches.
* Mount the disc as a UDF filesystem.


==See Also==
==See Also==
* [http://www.mythtv.org/wiki/High_Definition_Disk_Formats High-Definition Disk Formats] at the mythTV wiki
* [http://www.mythtv.org/wiki/High_Definition_Disk_Formats High-Definition Disk Formats] at the mythTV wiki

Revision as of 05:04, 15 September 2011

Linux can usually get the job done when it comes to liberating optical bits, but it can take some doing.

Audio CDs

DVDs

  • To retain original structure, dvdbackup with the -M option works.

Blu-Ray

dumphd

  • Acquire dumphd (currently version 0.6) from the debian multimedia repository
  • Acquire aacskeys (currently version 1.4.0) from the debian multimedia repository
    • Copy /usr/share/doc/aacskeys/ProcessingDeviceKeysSimple.txt to wherever you'll be ripping. Yeah.
  • Acquire bdvmdbg (currently version 0.1.5) from the debian multimedia repository
    • bdvmdbg does not work with the gcj JRE. Sun Java 6 works for me (didn't try openjdk).
    • Ensure bdvmdbg, invoked by itself, successfully launches.
  • Mount the disc as a UDF filesystem.

See Also