Hi,

0n 06/08/[EMAIL PROTECTED]:40 T told me:

> On Wed, 09 Aug 2006 22:14:34 -0400, Bob Stia wrote:
> 
> > On Wednesday 09 August 2006 09:03, T wrote:
> >> On Mon, 07 Aug 2006 23:26:58 -0400, Bob Stia wrote:
> >> > I foolishly used another program (dvd::rip) to rip a vob from a dvd.
> >> > ...
> >> >
> >> > Hope someone here can tell me what is going wrong...
> >>
> >> first of all, is the DVD disk you are ripping a DVD5 or DVD9?
> >>
> > Hi tong,
> > 
> > Dopn't know for sure but it probably had to be a DVD9. Was over 5GB after
> > ripping to the basics.
> 
> Hmm... DVD9, haven't played with it myself. But here are the urls that
> might get you started:
> 
> ldvd [DVD backup tool with GUI]
> http://ldvd9to5.gff-clan.net/
> 
> klvemkdvd [front end for lvemkdvd - build DVD file systems from mpeg files] 
> [It backs up only one user selectable video track, and one user selectable 
> audio stream]
> http://lvempeg.sourceforge.net/klvemkdvd.html
> 
> dvdshrink [xdvdshrink: BASH and Perl-Gtk2 to create archival copies of DVD 
> content on single-layer writable DVDs] [It backus up only one user selectable 
> video track, audio stream, and subtitles]
> http://dvdshrink.sourceforge.net/ and 
> http://sourceforge.net/project/showfiles.php?group_id=133818
> 
> vamps-tools [set of utilities to help duplicate/requantize DVD on the fly. 
> Main tool is both a resize factor calculator and a dvdauthor configuration 
> file generator].
> http://vamps-tools.sourceforge.net/
> [Last time I checked, there are no downloads available (yet) for this
> program, as the project hasn't released any files]

Everything fine, but you missed the best (IMHO) for this job:

k9copy and lxdvdrip

> DVD Shrink (Windoze solution)
> http://www.afterdawn.com/software/video_software/dvd_rippers/dvd_shrink.cfm

... and pollute your box with wine? No way!   *SCNR*

To OP:

I suppose your problem is based on DVD incompatible muxing. Try:

mplayer -dumpaudio -dumpfile audio.ac3 <infile>
mplayer -dumpvideo -dumpfile video.m2v <infile>

(As you are talking about DVD9, you probably would like to
(tc)requant the video.m2v to make audio.ac3 + video.m2v < 4.3 GB, or
use vamps on the result of following step)

Then use mplex to prepare the stream to meet dvd standards:

mplex -f 8 -o video.mpg audio.ac3 video.m2v

-f 8 will take care that the stream is dvd compliant.

BTW: Of course you can cat the vobs using transcode (man tccat), but
     I would advise to look at k9copy if in need of 9to5 anyway, as
     the tccat pueroduced result will probably give you the same
     problems.

HTH

-- 
bye maik

Attachment: signature.asc
Description: Digital signature

Reply via email to