aboutsummaryrefslogtreecommitdiff
path: root/source/_posts
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2014-11-02 17:34:25 -0800
committerZhiming Wang <zmwangx@gmail.com>2014-11-02 17:34:25 -0800
commite1b6ef8a447933de6d5fa1d549ff9aef6ce49fd2 (patch)
treef869ee98203cc09ec5ffc61922fbffe37e3d58a5 /source/_posts
parent2a8dbf15ce0097f8963f1e4935b640e272ef198b (diff)
downloadmy_new_personal_website-e1b6ef8a447933de6d5fa1d549ff9aef6ce49fd2.tar.xz
my_new_personal_website-e1b6ef8a447933de6d5fa1d549ff9aef6ce49fd2.zip
update references
Diffstat (limited to 'source/_posts')
-rw-r--r--source/_posts/2014-10-23-ripping-copy-protected-dvd-with-mpv.md6
-rw-r--r--source/_posts/2014-10-26-audio-cd-slash-dvd-to-iso-image-on-os-x.md6
2 files changed, 12 insertions, 0 deletions
diff --git a/source/_posts/2014-10-23-ripping-copy-protected-dvd-with-mpv.md b/source/_posts/2014-10-23-ripping-copy-protected-dvd-with-mpv.md
index c08a3bdf..09da7206 100644
--- a/source/_posts/2014-10-23-ripping-copy-protected-dvd-with-mpv.md
+++ b/source/_posts/2014-10-23-ripping-copy-protected-dvd-with-mpv.md
@@ -5,6 +5,12 @@ date: 2014-10-23 20:03:22 -0700
comments: true
categories: [video, ffmpeg, mpv, mplayer, dvd, transcoding, copyright, drm]
---
+**_11/02/2014 update:_**
+
+See [this post](/blog/2014/11/02/vobcopy-dvdbackup-etc/) for issues, explanations, and more.
+
+---
+
**_10/25/2014 update:_**
I'm such an idiot. `vobcopy` is the real, hassel-free way to go.
diff --git a/source/_posts/2014-10-26-audio-cd-slash-dvd-to-iso-image-on-os-x.md b/source/_posts/2014-10-26-audio-cd-slash-dvd-to-iso-image-on-os-x.md
index 93547770..c9b54453 100644
--- a/source/_posts/2014-10-26-audio-cd-slash-dvd-to-iso-image-on-os-x.md
+++ b/source/_posts/2014-10-26-audio-cd-slash-dvd-to-iso-image-on-os-x.md
@@ -5,6 +5,12 @@ date: 2014-10-26 23:29:47 -0700
comments: true
categories: [cd, dvd, iso, image, disk, diskutil, hdiutil, 'os x', filesystem, music]
---
+**_11/02/2014 update:_**
+
+See [this post](/blog/2014/11/02/vobcopy-dvdbackup-etc/) for issues, explanations, and more.
+
+---
+
Today it occurred to me that I should make clones of my audio CDs (as stand-alone ISO images, I mean, not just rsyncing the AIFFs to subdirectories in `~/aud/lossless`). One can never have too many backups.
Of course I could simply pack the aforementioned directories with AIFFs into ISOs — that’s not impressive. The end result might actually be the same, but I want to make the clones directly from the original CDs. It turns out that this is not so simple with the Disk Utility GUI — unlike DVDs, the “New Image” option is grayed out for Audio CDs. I’m not sure why, but maybe they want you to just use iTunes to deal with Audio CDs (which works well for all practical purposes — but theoretical curiosity never ends).