Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] {OT} dvdrip permissions error, alternative?
Date: Tue, 10 Oct 2006 08:52:02
Message-Id: 20061010084339.67474334@hactar.digimed.co.uk
In Reply to: Re: [gentoo-user] {OT} dvdrip permissions error, alternative? by Grant
1 On Mon, 9 Oct 2006 17:08:21 -0700, Grant wrote:
2
3 > mount /dev/cdrom && vobcopy -m -o MOVIE_NAME && mkisofs -l -o
4 > MOVIE_NAME.iso MOVIE_NAME && rm -rf MOVIE_NAME
5 >
6 > How can I set that up in a script and execute just the script?
7
8 #!/bin/bash
9
10 mount /dev/dvd
11 TITLE=$(vobcopy -I 2>&1 | awk '/DVD-name:/ {print $3}')
12 vobcopy -m || exit
13 mkisofs -dvd-video -V ${TITLE} -o ${TITLE}.iso ${TITLE} || exit
14 umount /dev/dvd
15
16 > This is also better for performance because the system won't have to
17 > decrypt while it's playing right?
18
19 That seems reasonable, although I've no idea how much effort is needed
20 to decrypt a DVD once the key is known.
21
22
23 --
24 Neil Bothwick
25
26 "Bother", said Pooh, as he crossed the event horizon.

Attachments

File name MIME type
signature.asc application/pgp-signature