<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.8.1">
</HEAD>
<BODY>
On Mon, 2006-03-04 at 10:26 +1000, Peter Garrett wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">On Mon, 03 Apr 2006 07:06:59 +0800</FONT>
<FONT COLOR="#000000">"Michael T. Richter" <<A HREF="mailto:ttmrichter@gmail.com">ttmrichter@gmail.com</A>> wrote:</FONT>

<FONT COLOR="#000000">> There's a partial solution to this.  I ran vobcopy -m (for "mirror") and</FONT>
<FONT COLOR="#000000">> got a set of files copied and decrypted from the DVD.  These files could</FONT>
<FONT COLOR="#000000">> then be just burned as a normal data DVD to make a playable DVD.</FONT>

<FONT COLOR="#000000">Ah OK - I discussed this with a friend, and he couldn't see why an exact</FONT>
<FONT COLOR="#000000">copy couldn't be made by choosing "clone" or "copy" in k3b or similar (as</FONT>
<FONT COLOR="#000000">I said to you, I have no DVD burning capability here so I couldn't try</FONT>
<FONT COLOR="#000000">it..)</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> So I can now copy the disk with ease.  I still can't rip it to an AVI or</FONT>
<FONT COLOR="#000000">> the like and have sound, but I'm working on that still.</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
OK, ffmpeg apparently doesn't like whatever format the audio is in on this VOB.  Iso_dump reports it as "mpeg1 ^@^@ ( ) 16bit 48kHz 2Ch Not specified 0" (yes, complete with two binary characters there transcribed as ^@^@).  Nor does acidrip nor anything else.  Ffmpeg, for example, identifies it as "MP2".  As a result what comes out is dead silence with AcidRip just not bothering to write an audio track at all and ffmpeg writing one out that translates to no sound.<BR>
<BR>
The solution to this video mess is two-fold:<BR>
1.  To make clones of this DVD, I had to use "vobcopy -m" to mirror the files.  At this point it's just a simple DVD burn away treating the extracted files as I would any data DVD.  (An annoying problem with Nautilus' DVD burning tools is that empty directories -- AUDIO_TS in this case -- get ignored.  I imagine that some really picky DVD players won't like that.)<BR>
2.  To turn the DVD into an AVI complete with audio I used "vobcopy" (no "-m") to make a single, big VOB and then used ffmpeg on it.  The key is that on the output I have to put "-acodec copy" to just copy the sound in place.  When I do that, even Totem can play it!<BR>
<BR>
So the solution is ugly (in traditional UNIX style), but it now works and I can actually send my wedding video to my relatives and friends around the world as well as make copies for local friends and relatives.<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
--<BR>
<B>Michael T. Richter</B><BR>
<I><FONT SIZE="2">Email:</FONT></I><FONT SIZE="2"> ttmrichter@gmail.com, mtr1966@hotpop.com</FONT><BR>
<I><FONT SIZE="2">MSN:</FONT></I><FONT SIZE="2"> ttmrichter@hotmail.com, mtr1966@hotmail.com; </FONT><I><FONT SIZE="2">YIM:</FONT></I><FONT SIZE="2"> michael_richter_1966; </FONT><I><FONT SIZE="2">AIM:</FONT></I><FONT SIZE="2"> YanJiahua1966; </FONT><I><FONT SIZE="2">ICQ:</FONT></I><FONT SIZE="2"> 241960658; </FONT><I><FONT SIZE="2">Jabber:</FONT></I><FONT SIZE="2"> mtr1966@jabber.cn</FONT><BR>
<BR>
<I><FONT SIZE="1">"[Blacks] ... are inferior to the whites in the endowments both of body and mind."</FONT></I><FONT SIZE="1"> </FONT><B><FONT SIZE="1">--Thomas Jefferson</FONT></B>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>