This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install required CLI tools | |
| brew install ddrescue mplayer ffmpeg | |
| # Check disk | |
| drutil status | |
| # Copy raw data | |
| sudo ddrescue -b 2048 -n /dev/disk5 dvd_raw.iso dvd.log | |
| # Dump raw data to MPEG-1 |