From 29a6dfc03d59d80ceb9bb2a88d562fced5718271 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Fri, 24 Oct 2014 01:05:00 -0700 Subject: fix typo --- source/_posts/2014-10-23-ripping-copy-protected-dvd-with-mpv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4ddad5b2..58f55e63 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 @@ -11,7 +11,7 @@ So, can we proceed from here? Most certainly. I noticed that although `mpv` won brew install mpv --with-libdvdnav --with-libdvdread -For better performance and backup, I first cloned the DVD into a `.cdr` image (DVD/CD-R Master Image) using Disk Utilities (I've never tried creating/cloning image with `diskutil` CLI, so nothing to report on that). Then I mount the image, say the mount point is `/Volumes/UPBX_80165`. As said I can hand that mount point to `mpv` and it simply works, but how about extracting the MPEG-2 video stream? The `--stream-capture=` option is there just for you. In principle `--stream-dump=` should also work, but without monitoring the output and controlling where to end, I’m not sure if it will ever terminate itself when reading from a DVD (when I stream captured the DVD it just kept repeating itself until I explicitly quit with `q`). So that's it: +For better performance and backup, I first cloned the DVD into a `.cdr` image (DVD/CD-R Master Image) using Disk Utility (I've never tried creating/cloning image with `diskutil` CLI, so nothing to report on that). Then I mount the image, say the mount point is `/Volumes/UPBX_80165`. As said I can hand that mount point to `mpv` and it simply works, but how about extracting the MPEG-2 video stream? The `--stream-capture=` option is there just for you. In principle `--stream-dump=` should also work, but without monitoring the output and controlling where to end, I’m not sure if it will ever terminate itself when reading from a DVD (when I stream captured the DVD it just kept repeating itself until I explicitly quit with `q`). So that's it: mpv --stream-capture=dump.mpg /Volumes/UPBX_80165 -- cgit v1.2.1