Re: [gentoo-user] DVD ripping copying

2005-02-05 Thread Jason Cooper
Luke Ravitch ([EMAIL PROTECTED]) scribbled:
 On 2005-02-01 12:10, Jason Cooper [EMAIL PROTECTED] wrote:
  shameless plug
  http://lakedaemon.netmindz.net/dvd9to5/
  
  Let me know if you have any questions.
 
 Jason, the script is great!  Pretty soon I'll have copies of all my
 DVDs and will no longer have to live in fear of the kids handling
 them!  (The copies, anyway.)
 
 I am having a certain issue with some of the DVDs that I'm trying to
 copy.  At the mplex stage, I get the message:
 
 **ERROR: [mplex] Need to split output but there appears to be no
 %d in the filename pattern movie.mpeg
 
 Much of the time, movie.mpeg seems to go all the way to the end of the
 credits (i.e., it looks done to me).  So, a few questions...
 
 - You said you've copied a ~100 DVDs - have you seen this before?
 - Any ideas what I could do to avoid it?
 - Since movie.mpg looks done, is there some way to force dvd9to5
   to continue processing anyway?

Yep, I've run into it a few times, and had a few reports of it.
Apparently it is a bug in mplex.  I've tried adjusting the options
passed to mplex to satisfy it, and nothing seems to work.  

What version of mplex are you using?

Cooper.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-05 Thread Luke Ravitch
On 2005-02-05 08:50, Jason Cooper [EMAIL PROTECTED] wrote:
 What version of mplex are you using?

mjpegtools mplex-2 version 1.6.2 (2.2.3)

-- 
Luke

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-02 Thread romildo
On Tue, Feb 01, 2005 at 09:38:14PM -0500, Jason Cooper wrote:
 
 [...] I suppose I'll make an ebuild for dvd9to5 first,
 

Sometime ago I have done an ebuild for dvd9to5. I am attaching
it here, in case you want to take a look. It is really simple.

Romildo
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION=Convert DVD-9 to DVD-5
HOMEPAGE=http://lakedaemon.netmindz.net/dvd9to5/;
SRC_URI=http://lakedaemon.netmindz.net/${PN}/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=x86 sparc amd64 ~ppc
IUSE=

RDEPEND=dev-lang/perl
media-video/transcode
media-video/dvdauthor
media-video/mjpegtools

src_install() {
dobin dvd9to5.pl
insinto /etc
newins dvd9to5.conf.example dvd9to5.conf
dodoc CHANGELOG COPYING INSTALL README TODO dvd9to5.conf.example
}

--
gentoo-user@gentoo.org mailing list

Re: [gentoo-user] DVD ripping copying

2005-02-02 Thread Jason Cooper
[EMAIL PROTECTED] ([EMAIL PROTECTED]) scribbled:
 On Tue, Feb 01, 2005 at 09:38:14PM -0500, Jason Cooper wrote:
  
  [...] I suppose I'll make an ebuild for dvd9to5 first,
  
 
 Sometime ago I have done an ebuild for dvd9to5. I am attaching
 it here, in case you want to take a look. It is really simple.

Cool, thanks!  Did you put it in media-video/ or where?

Cooper.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-02 Thread romildo
On Wed, Feb 02, 2005 at 06:07:08AM -0500, Jason Cooper wrote:
 [EMAIL PROTECTED] ([EMAIL PROTECTED]) scribbled:
  On Tue, Feb 01, 2005 at 09:38:14PM -0500, Jason Cooper wrote:
   
   [...] I suppose I'll make an ebuild for dvd9to5 first,
   
  
  Sometime ago I have done an ebuild for dvd9to5. I am attaching
  it here, in case you want to take a look. It is really simple.
 
 Cool, thanks!  Did you put it in media-video/ or where?

I have put it in media-video.

Searching bugzilla, I have found  bug #56002

http://bugs.gentoo.org/show_bug.cgi?id=56002

which also proposes an ebuild for dvd9to5.

Romildo

--
gentoo-user@gentoo.org mailing list



[gentoo-user] DVD ripping copying

2005-02-01 Thread Patrick Marquetecken
Hi,

I have replaced my last windows machine with Gentoo, but forgot that i
used this also for DXD ripping/copying. This machine has no X on it
installed, i'm used to use DVDshrink because its very easy because you
insert the dvd it compress as needed and then you choose start and the
copy is done.
What must i install to do this under Linux, please something easy, so i
can insert a dvd and then create a copy of it.

TIA
Patrick





--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-01 Thread Patrick Marquetecken
After some investigations i found following programs what is the most
easiest of them like dvdshrink ?

Acidrip
dvdrip
lxdvdrip

TIA
Patrick


On Tue, 1 Feb 2005 09:48:15 +0100 (CET)
Patrick Marquetecken [EMAIL PROTECTED] wrote:

 Hi,
 
 I have replaced my last windows machine with Gentoo, but forgot that i
 used this also for DXD ripping/copying. This machine has no X on it
 installed, i'm used to use DVDshrink because its very easy because you
 insert the dvd it compress as needed and then you choose start and the
 copy is done.
 What must i install to do this under Linux, please something easy, so
i
 can insert a dvd and then create a copy of it.
 
 TIA
 Patrick
 
 
 
 
 
 --
 gentoo-user@gentoo.org mailing list
 
 
 


-- 
You're dead, Jim.
 -- McCoy, Amok Time, stardate 3372.7..

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-01 Thread Jason Cooper
Patrick Marquetecken ([EMAIL PROTECTED]) scribbled:
 After some investigations i found following programs what is the most
 easiest of them like dvdshrink ?
 
 Acidrip
 dvdrip
 lxdvdrip
 On Tue, 1 Feb 2005 09:48:15 +0100 (CET)
 Patrick Marquetecken [EMAIL PROTECTED] wrote:
 
  Hi,
  
  I have replaced my last windows machine with Gentoo, but forgot that i
  used this also for DXD ripping/copying. This machine has no X on it
  installed, i'm used to use DVDshrink because its very easy because you
  insert the dvd it compress as needed and then you choose start and the
  copy is done.
  What must i install to do this under Linux, please something easy, so
 i
  can insert a dvd and then create a copy of it.

shameless plug
http://lakedaemon.netmindz.net/dvd9to5/
/shameless plug

It removes the menus, uses one stream of audio (5.1), and adjusts the
quality just enough to squeeze the movie onto one 4.7GB dvd-/+r at the
highest quality possible.  I've backed up my collection (100 dvds) with
it without problem.  It takes about 1.5 hours per dvd.

Let me know if you have any questions.

Cooper.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-01 Thread Patrick Marquetecken
On Tue, 1 Feb 2005 14:41:34 -0500
Jason Cooper [EMAIL PROTECTED] wrote:

 Patrick Marquetecken ([EMAIL PROTECTED]) scribbled:
  After some investigations i found following programs what is the
most
  easiest of them like dvdshrink ?
  
  Acidrip
  dvdrip
  lxdvdrip
  On Tue, 1 Feb 2005 09:48:15 +0100 (CET)
  Patrick Marquetecken [EMAIL PROTECTED] wrote:
  
   Hi,
   
   I have replaced my last windows machine with Gentoo, but forgot
that i
   used this also for DXD ripping/copying. This machine has no X on
it
   installed, i'm used to use DVDshrink because its very easy because
you
   insert the dvd it compress as needed and then you choose start and
the
   copy is done.
   What must i install to do this under Linux, please something easy,
so
  i
   can insert a dvd and then create a copy of it.
 
 shameless plug
 http://lakedaemon.netmindz.net/dvd9to5/
 /shameless plug
 
 It removes the menus, uses one stream of audio (5.1), and adjusts the
 quality just enough to squeeze the movie onto one 4.7GB dvd-/+r at the
 highest quality possible.  I've backed up my collection (100 dvds)
with
 it without problem.  It takes about 1.5 hours per dvd.
 
 Let me know if you have any questions.
 
 Cooper.
 
Thats it what I'm looking for, but how do i know how much titles, audio
and subtitles.
And witch different language there are.

Patrick

-- 
Live long and prosper
 -- Spock, Amok Time, stardate 3372.7..

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-01 Thread Jason Cooper
Patrick Marquetecken ([EMAIL PROTECTED]) scribbled:
 On Tue, 1 Feb 2005 14:41:34 -0500
 Jason Cooper [EMAIL PROTECTED] wrote:
  shameless plug
  http://lakedaemon.netmindz.net/dvd9to5/
  /shameless plug
  
  It removes the menus, uses one stream of audio (5.1), and adjusts the
  quality just enough to squeeze the movie onto one 4.7GB dvd-/+r at the
  highest quality possible.  I've backed up my collection (100 dvds)
 with
  it without problem.  It takes about 1.5 hours per dvd.
  
  Let me know if you have any questions.
  
  Cooper.
  
 Thats it what I'm looking for, but how do i know how much titles, audio
 and subtitles.
 And witch different language there are.

Ah... there's the one small problem.  I haven't gotten up the energy to
handle subtitles.  It's not a cut-and-dry solution.  

If you're willing to forgo subtitles, you can run 'tcprobe -i /dev/dvd'
and then pass the title number and audio track number to dvd9to5.pl with
'-t' and '-a'.  Most of the time (at least with American dvds) if you
want 5.1 audio, just './dvd9to5.pl' grabs the correct stuff.

### tcprobe sample output ###
(dvd_reader.c) ac3 en drc 48kHz 2Ch 
(dvd_reader.c) ac3 en drc 48kHz 6Ch 
(dvd_reader.c) ac3 es drc 48kHz 2Ch 
(dvd_reader.c) ac3 fr drc 48kHz 2Ch 
(dvd_reader.c) subtitle 00=en 
(dvd_reader.c) subtitle 01=es 
(dvd_reader.c) subtitle 02=fr 
(dvd_reader.c) DVD title 1/1: 28 chapter(s), 1 angle(s), title set 1
[cut chapter list]
#

read as:
audio english stereo (stream 0)
audio english 5.1(stream 1)
audio spanish stereo (stream 2)
audio french  stereo (stream 3)
subtitle english
subtitle spanish
subtitle french
1 or 1 titles, 28 chapters

If you figure out how to do the subtitles, let me know.  I'd be more
than happy to add it in, I just don't have the time to do it myself.

Cooper.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-01 Thread Nick Smith
im glad someone else brought this up, i have been meaning to for a
while. i use Intervideo DVD Copy, and it makes an EXACT copy, with one
push of a button.  its the only reason i boot into windows at all.  is
there no program that will let you do this in linux? i havent tried wine
or anything like that, does anyone think it will work in something like
that? ive even considered vmware, but im not too sure how the under
lying workings will jive with that, or even if the virtual machine will
even see a DVD burner or just a normal cdrom.

this is one of my last steps to being windows free, it would be nice to
finally kick it to the curb, but i need a good replacment for that
program.

any ideas? is no one in linux coping entire dvds? i dont want just the
movie, i want the whole dang thing!


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-01 Thread Harald Arnesen
Jason Cooper [EMAIL PROTECTED] writes:

  What must i install to do this under Linux, please something easy, so
 i
  can insert a dvd and then create a copy of it.

 shameless plug

I have used this program a lot.

 http://lakedaemon.netmindz.net/dvd9to5/
 /shameless plug

 It removes the menus, uses one stream of audio (5.1), and adjusts the
  

That is my problem with the program.

 quality just enough to squeeze the movie onto one 4.7GB dvd-/+r at the
 highest quality possible.  I've backed up my collection (100 dvds) with
 it without problem.  It takes about 1.5 hours per dvd.

 Let me know if you have any questions.
-- 
Hilsen Harald.


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-01 Thread Jason Cooper
Nick Smith ([EMAIL PROTECTED]) scribbled:
 any ideas? is no one in linux coping entire dvds? i dont want just the
 movie, i want the whole dang thing!

Naturally, I would agree with you.  However, If your source dvd is a
dual layer (most are) at 7.9GB, you *can't* copy it to current dvd+/-r's
as they are single layer, 4.7GB.  The quality loss is noticeable.  When
I wrote dvd9to5, I made the decision to go for quality as opposed to
quantity until such time as dual-layer burners are cheap $250/$2.  

I suspect windows apps that copy everything over are halving the
resolution, down-muxing the audio to stereo, or something similar.
Hell, most of the time the movie alone, with _no_ audio is ~4.5GB.  They
gotta make cuts somewhere.  

I think a lot of developers are holding off on investing a lot of energy
into compressing the whole dvd to 4.7GB, cause they see dual-layer
burners on the horizon.  So why not wait?  

ah, well, that's my 2cents.

Cooper.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-01 Thread Neil Bothwick
On Tue, 01 Feb 2005 18:30:55 -0500, Nick Smith wrote:

 im glad someone else brought this up, i have been meaning to for a
 while. i use Intervideo DVD Copy, and it makes an EXACT copy, with one
 push of a button. 

Most commercial DVDs are dual layer and won't fit on a single layer DVD-R.
To make an exact copy you need a dual layer burner and (expensive) dual
layer discs.

If the original is less than 4.7GB, you can simply rip it with vobcopy and
burn a copy with growisofs. K3b can probably do this too, although I
haven't tried.


-- 
Neil Bothwick

If ignorance is bliss, why aren't more people happy?

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-01 Thread Nick Smith
On Wed, 2005-02-02 at 00:12 +, Neil Bothwick wrote:
 On Tue, 01 Feb 2005 18:30:55 -0500, Nick Smith wrote:
 
  im glad someone else brought this up, i have been meaning to for a
  while. i use Intervideo DVD Copy, and it makes an EXACT copy, with one
  push of a button. 
 
 Most commercial DVDs are dual layer and won't fit on a single layer DVD-R.
 To make an exact copy you need a dual layer burner and (expensive) dual
 layer discs.
 
the program automaticly transcodes the dvd and compresses it perfectly
to fit on a 4.7 (actually 4.4) gig dvd, with the highest possible
quality.
 If the original is less than 4.7GB, you can simply rip it with vobcopy and
 burn a copy with growisofs. K3b can probably do this too, although I
 haven't tried.
 
 
 -- 
 Neil Bothwick
 
 If ignorance is bliss, why aren't more people happy?
 


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-01 Thread Nick Smith
On Tue, 2005-02-01 at 18:56 -0500, Jason Cooper wrote:
 Nick Smith ([EMAIL PROTECTED]) scribbled:
  any ideas? is no one in linux coping entire dvds? i dont want just the
  movie, i want the whole dang thing!
 
 Naturally, I would agree with you.  However, If your source dvd is a
 dual layer (most are) at 7.9GB, you *can't* copy it to current dvd+/-r's
 as they are single layer, 4.7GB.  The quality loss is noticeable.  When
 I wrote dvd9to5, I made the decision to go for quality as opposed to
 quantity until such time as dual-layer burners are cheap $250/$2.  
 
 I suspect windows apps that copy everything over are halving the
 resolution, down-muxing the audio to stereo, or something similar.
 Hell, most of the time the movie alone, with _no_ audio is ~4.5GB.  They
 gotta make cuts somewhere.  
 
 I think a lot of developers are holding off on investing a lot of energy
 into compressing the whole dvd to 4.7GB, cause they see dual-layer
 burners on the horizon.  So why not wait?  
 
 ah, well, that's my 2cents.
 
 Cooper.
 
so this program automaticly knows what audio track to grab? cause i have
had problems with other programs in the past (dvd x copy) taking the
wrong track, say, french, and when i get around to watching the dvd the
entire thing is in french. which sucks. i could live without submenus, i
never watch them, and most of the time can do without the extras, its
just nice to have a professional looking copy when your done.


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-01 Thread Jason Cooper
Harald Arnesen ([EMAIL PROTECTED]) scribbled:
 Jason Cooper [EMAIL PROTECTED] writes:
   What must i install to do this under Linux, please something easy, so
  i
   can insert a dvd and then create a copy of it.
 
  shameless plug
 
 I have used this program a lot.
 
  http://lakedaemon.netmindz.net/dvd9to5/
  /shameless plug
 
  It removes the menus, uses one stream of audio (5.1), and adjusts the
   
 
 That is my problem with the program.

See my other response in this thread for why I chose not to copy the
menus over.  It can be done, but last I checked, dvdunauthor isn't
reliable.  I need dvdunauthor to behave predictably before I can use it
for extraction.  After that, it's easy.  Any other method I've looked at
is just too convoluted to be stable.  

If anyone has had experience recently with dvdunauthor, let me know and
I'll take another look at it.

Cooper.

--
gentoo-user@gentoo.org mailing list



[gentoo-user] DVD ripping copying

2005-02-01 Thread David Morgan
On 19:18 Tue 01 Feb , Nick Smith wrote:
 so this program automaticly knows what audio track to grab? cause i have
 had problems with other programs in the past (dvd x copy) taking the
 wrong track, say, french, and when i get around to watching the dvd the
 entire thing is in french. which sucks. i could live without submenus, i
 never watch them, and most of the time can do without the extras, its
 just nice to have a professional looking copy when your done.
 
 
 --
 gentoo-user@gentoo.org mailing list
 

I just use mencoder (it comes with mplayer), because I'm not bothered
about extras or being able to pick a certain scene. As such, I use
mplayer first to make sure I'm getting the right version of the film. So
I guess you can use mplayer in the same way, and then use whatever fancy
tool you like for encoding, assuming that it lets you choose the track
yourself.

-- 
djm


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-01 Thread Jason Cooper
Nick Smith ([EMAIL PROTECTED]) scribbled:
 On Tue, 2005-02-01 at 18:56 -0500, Jason Cooper wrote:
  Nick Smith ([EMAIL PROTECTED]) scribbled:
   any ideas? is no one in linux coping entire dvds? i dont want just the
   movie, i want the whole dang thing!
  
  Naturally, I would agree with you.  However, If your source dvd is a
  dual layer (most are) at 7.9GB, you *can't* copy it to current dvd+/-r's
  as they are single layer, 4.7GB.  The quality loss is noticeable.  When
  I wrote dvd9to5, I made the decision to go for quality as opposed to
  quantity until such time as dual-layer burners are cheap $250/$2.  
  
  I suspect windows apps that copy everything over are halving the
  resolution, down-muxing the audio to stereo, or something similar.
  Hell, most of the time the movie alone, with _no_ audio is ~4.5GB.  They
  gotta make cuts somewhere.  
  
  I think a lot of developers are holding off on investing a lot of energy
  into compressing the whole dvd to 4.7GB, cause they see dual-layer
  burners on the horizon.  So why not wait?  
 
 so this program automaticly knows what audio track to grab? cause i have
 had problems with other programs in the past (dvd x copy) taking the
 wrong track, say, french, and when i get around to watching the dvd the
 entire thing is in french. which sucks. i could live without submenus, i
 never watch them, and most of the time can do without the extras, its
 just nice to have a professional looking copy when your done.

It grabs the first audio track every time, unless you tell it otherwise.
For all the dvd's in my collection, that's english.  Don't have any
experience with overseas dvds.  

If you don't insert a blank, it'll close after extraction and give you
the command to enter to burn it.  This way you can mplayer the .mpeg
file to check for correctness before burning.

Cooper.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-01 Thread Neil Bothwick
On Tue, 01 Feb 2005 19:15:21 -0500, Nick Smith wrote:

   im glad someone else brought this up, i have been meaning to for a
   while. i use Intervideo DVD Copy, and it makes an EXACT copy, with
   one push of a button. 
  
  Most commercial DVDs are dual layer and won't fit on a single layer
  DVD-R. To make an exact copy you need a dual layer burner and
  (expensive) dual layer discs.
  
 the program automaticly transcodes the dvd and compresses it perfectly
 to fit on a 4.7 (actually 4.4) gig dvd, with the highest possible
 quality.

OK, so it's not an EXACT copy. If you want to reduce the size of the data
to fit 4.7GB (or 4.4 GiB if you prefer :) you have to discard something.
You either reduce the quality of everything by a sizeable factor, or you
discard some elements of the DVD and reduce the quality of the remainder
by less. Programs like 9to5 take the latter approach, although an overall
compression of the whole DVD is equally possible.


-- 
Neil Bothwick

To iterate is human; to recurse, divine.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-01 Thread Nick Smith
On Wed, 2005-02-02 at 01:31 +, Neil Bothwick wrote:
 On Tue, 01 Feb 2005 19:15:21 -0500, Nick Smith wrote:
 
im glad someone else brought this up, i have been meaning to for a
while. i use Intervideo DVD Copy, and it makes an EXACT copy, with
one push of a button. 
   
   Most commercial DVDs are dual layer and won't fit on a single layer
   DVD-R. To make an exact copy you need a dual layer burner and
   (expensive) dual layer discs.
   
  the program automaticly transcodes the dvd and compresses it perfectly
  to fit on a 4.7 (actually 4.4) gig dvd, with the highest possible
  quality.
 
 OK, so it's not an EXACT copy. If you want to reduce the size of the data
 to fit 4.7GB (or 4.4 GiB if you prefer :) you have to discard something.
 You either reduce the quality of everything by a sizeable factor, or you
 discard some elements of the DVD and reduce the quality of the remainder
 by less. Programs like 9to5 take the latter approach, although an overall
 compression of the whole DVD is equally possible.
 
care to elaborate on how its possible? and with what? i wouldnt mind
loosing somethings if when you first put the DVD in the player that it
looked original even if the menu items didnt play.(the movie of
course) something besides putting in the dvd and it just starts playing.
 
 -- 
 Neil Bothwick
 
 To iterate is human; to recurse, divine.
 


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-01 Thread Jason Cooper
Nick Smith ([EMAIL PROTECTED]) scribbled:
 On Wed, 2005-02-02 at 01:31 +, Neil Bothwick wrote:
  On Tue, 01 Feb 2005 19:15:21 -0500, Nick Smith wrote:
  
 im glad someone else brought this up, i have been meaning to for a
 while. i use Intervideo DVD Copy, and it makes an EXACT copy, with
 one push of a button. 

Most commercial DVDs are dual layer and won't fit on a single layer
DVD-R. To make an exact copy you need a dual layer burner and
(expensive) dual layer discs.

   the program automaticly transcodes the dvd and compresses it perfectly
   to fit on a 4.7 (actually 4.4) gig dvd, with the highest possible
   quality.
  
  OK, so it's not an EXACT copy. If you want to reduce the size of the data
  to fit 4.7GB (or 4.4 GiB if you prefer :) you have to discard something.
  You either reduce the quality of everything by a sizeable factor, or you
  discard some elements of the DVD and reduce the quality of the remainder
  by less. Programs like 9to5 take the latter approach, although an overall
  compression of the whole DVD is equally possible.
  
 care to elaborate on how its possible? and with what? i wouldnt mind
 loosing somethings if when you first put the DVD in the player that it
 looked original even if the menu items didnt play.(the movie of
 course) something besides putting in the dvd and it just starts playing.

dvdunauthor.  I would use it to extract the data off of the dvd, then
use the guts of dvd9to5 to resize the movie, then dvdauthor to remaster.
However, dvdunauthor is new and doesn't produce stable results last I
checked.

okay, dammit.  I went and looked at dvdauthor.  Latest stable is 0.5.0,
masked is 0.6.10.  I'm merging 0.6.10 now.  I suppose I'll make an
ebuild for dvd9to5 first, then tackle dvdunauthor...  nag, nag, nag :)

Not to mention I also looked at when I released 0.1.7, 06Jun2004.  It's
about time for an update. ;)

Cooper.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-01 Thread Nick Smith
On Tue, 2005-02-01 at 21:38 -0500, Jason Cooper wrote:
 Nick Smith ([EMAIL PROTECTED]) scribbled:
  On Wed, 2005-02-02 at 01:31 +, Neil Bothwick wrote:
   On Tue, 01 Feb 2005 19:15:21 -0500, Nick Smith wrote:
   
  im glad someone else brought this up, i have been meaning to for a
  while. i use Intervideo DVD Copy, and it makes an EXACT copy, with
  one push of a button. 
 
 Most commercial DVDs are dual layer and won't fit on a single layer
 DVD-R. To make an exact copy you need a dual layer burner and
 (expensive) dual layer discs.
 
the program automaticly transcodes the dvd and compresses it perfectly
to fit on a 4.7 (actually 4.4) gig dvd, with the highest possible
quality.
   
   OK, so it's not an EXACT copy. If you want to reduce the size of the data
   to fit 4.7GB (or 4.4 GiB if you prefer :) you have to discard something.
   You either reduce the quality of everything by a sizeable factor, or you
   discard some elements of the DVD and reduce the quality of the remainder
   by less. Programs like 9to5 take the latter approach, although an overall
   compression of the whole DVD is equally possible.
   
  care to elaborate on how its possible? and with what? i wouldnt mind
  loosing somethings if when you first put the DVD in the player that it
  looked original even if the menu items didnt play.(the movie of
  course) something besides putting in the dvd and it just starts playing.
 
 dvdunauthor.  I would use it to extract the data off of the dvd, then
 use the guts of dvd9to5 to resize the movie, then dvdauthor to remaster.
 However, dvdunauthor is new and doesn't produce stable results last I
 checked.
 
 okay, dammit.  I went and looked at dvdauthor.  Latest stable is 0.5.0,
 masked is 0.6.10.  I'm merging 0.6.10 now.  I suppose I'll make an
 ebuild for dvd9to5 first, then tackle dvdunauthor...  nag, nag, nag :)
 
swt! ;-)
 Not to mention I also looked at when I released 0.1.7, 06Jun2004.  It's
 about time for an update. ;)
 
 Cooper.
 


--
gentoo-user@gentoo.org mailing list