public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Boyd Stephen Smith Jr." <bss03@volumehost.net>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] {OT} dvdrip permissions error, alternative?
Date: Sat, 7 Oct 2006 14:16:46 -0500	[thread overview]
Message-ID: <200610071416.51637.bss03@volumehost.net> (raw)
In-Reply-To: <200610072152.28871.nick@rout.co.nz>

[-- Attachment #1: Type: text/plain, Size: 2820 bytes --]

On Saturday 07 October 2006 03:52, Nick Rout <nick@rout.co.nz> wrote 
about 'Re: [gentoo-user] {OT} dvdrip permissions error, alternative?':
> On Saturday 07 October 2006 06:50, Grant wrote:
> > > >  I think I'll stick with:
> > > >
> > > > dd if=/dev/dvd of=image.dvd
> > >
> > > That won't work on CSS scrambled discs. You'll copy the scrambled
> > > data but not the key. Instead, use vobcopy followed by growisofs.
> >
> > What about this (it's what I've been doing):
> >
> > lsdvd && dd if=/dev/dvd of=image.dvd
> >
> > Is there any advantage to creating an ISO filesystem out of the image
> > if you aren't going to burn it?
>
> yes. ease of transfer, keping everyting togther. still playable with
> xine dvd://path/to.iso
>
> why are you naming it image.dvd instead of image.iso?
>
> > Also, is there any way to compress
> > the image without doing any kind of transcoding or that type of
> > reprocessing?
>
> the mpeg streams on the dvd ARE compressed. thats what the mpeg codec
> does. You can try the usual suspects - zip, bzip etc, but you won't get
> far.
>
> programs that reduce the size of DVD9 so that they will fit on a DVD5
> usually requantise the stream, I am not sure what that means, but it is
> much quicker than transcoding to another codec like xvid. xvid will, of
> course, give you a much smaller avi file.

Increasing the quantization increases the number of pixels represented by a 
single data element in the stream.  From what I understand, MPEG2 does 
very JPEG like compression, meaning that square groups of pixels with 
almost the same color will be stored as a single data element with the 
average color (and maybe some hinting).  Increasing the quantization 
further merges some of these groups together, resulting in both quality 
and size reductions.

> the analogy with flac is not really appropriate. flac is a lossless
> compression, you start with an uncompressed wav file and end up with a
> losslessly compressed audio file. A DVD is already lossy compressed to
> mpeg2, so it is not logical to make an analogy with flac.

Agreed.  There are a number of lossless video codecs out there ( 
http://en.wikipedia.org/wiki/List_of_codecs#Lossless_data_compression_2 ), 
though certainly none are in wide use.  I'd wager that since your are 
starting w/ an already compressed stream, converting to a lossless format 
would actually make the video larger.  With DVD it isn't practical to 
transfer uncompressed video, perhaps we might see some uncompressed video 
available with HD-DVD or Blu-ray.

-- 
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2006-10-07 19:22 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-05 16:57 [gentoo-user] {OT} dvdrip permissions error, alternative? Grant
2006-10-05 17:09 ` Hemmann, Volker Armin
2006-10-05 17:12 ` Meino Christian Cramer
2006-10-05 18:39 ` Mike Williams
2006-10-06 16:59   ` Grant
2006-10-06 17:27     ` Neil Bothwick
2006-10-06 17:50       ` Grant
2006-10-06 18:03         ` Neil Bothwick
2006-10-06 18:34           ` Grant
2006-10-07  8:52         ` Nick Rout
2006-10-07 19:16           ` Boyd Stephen Smith Jr. [this message]
2006-10-07 20:43           ` Grant
2006-10-08  5:45             ` Nick Rout
2006-10-06 22:36       ` Boyd Stephen Smith Jr.
2006-10-07 16:56         ` Neil Bothwick
2006-10-07 17:22           ` [gentoo-user] [Even more OT]: " Remy Blank
2006-10-07 17:47             ` darren kirby
2006-10-07 18:43               ` [gentoo-user] " Remy Blank
2006-10-07 18:03           ` [gentoo-user] " Uwe Thiem
2006-10-08  7:56           ` Nick Rout
2006-10-08 17:59             ` Grant
2006-10-09  1:40               ` Nick Rout
2006-10-09  2:01                 ` Grant
2006-10-09  9:02               ` Neil Bothwick
2006-10-09 14:55                 ` Grant
2006-10-09 15:16                   ` Neil Bothwick
2006-10-09 16:42                     ` Grant
2006-10-09 18:07                       ` Neil Bothwick
2006-10-10  0:08                         ` Grant
2006-10-10  7:43                           ` Neil Bothwick
2006-10-10  8:28                           ` Neil Bothwick
2006-10-10 15:59                             ` Grant
2006-10-10 20:53                               ` Neil Bothwick
2006-10-11 15:24                                 ` Grant
2006-10-11 18:12                                   ` Neil Bothwick
2006-10-12 10:08                                     ` Paul Stear
2006-10-12 14:26                                     ` Grant
2006-10-12 17:38                                       ` Neil Bothwick
2006-10-13  5:55                                         ` Grant
2006-10-13  8:14                                           ` Neil Bothwick
2006-10-13 14:52                                             ` Grant
2006-10-13 15:03                                               ` Neil Bothwick
2006-10-13 16:07                                                 ` Grant
2006-10-14  3:39                                                   ` Grant
2006-10-13  8:23                                           ` Bo Ørsted Andresen
2006-10-13  9:51                                             ` go moko
2006-10-09 10:50             ` Neil Bothwick
2006-10-06 22:31     ` Boyd Stephen Smith Jr.
2006-10-07  1:54       ` Grant
2006-10-07  4:21         ` Boyd Stephen Smith Jr.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200610071416.51637.bss03@volumehost.net \
    --to=bss03@volumehost.net \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox