From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RKXKd-0004Zm-Bw for garchives@archives.gentoo.org; Sun, 30 Oct 2011 15:29:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED82821C05C; Sun, 30 Oct 2011 15:29:41 +0000 (UTC) Received: from mail-yw0-f53.google.com (mail-yw0-f53.google.com [209.85.213.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 4286F21C03C for ; Sun, 30 Oct 2011 15:28:47 +0000 (UTC) Received: by ywe9 with SMTP id 9so5777176ywe.40 for ; Sun, 30 Oct 2011 08:28:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=nqW29YCBKW2Uxd5jcbcInjcdAqupf7kpAyHPqAzQN6Y=; b=ZBDTzrX+2jKucoYC32Q63yURsi0GOhfaiYXE6HutUjoK5A0u5K54HkaB3THWhqIUDY p6tzAkOGER63hrXe97VpeAM5Zhkhre0Z1ljdA2qIf7Jl5a4zNxr46edKjCu+g72wPdoI Nbl7WHMrY2EywgJukDyYAW3ajhAMwqhrTaMN0= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.182.12.69 with SMTP id w5mr2182939obb.31.1319988526580; Sun, 30 Oct 2011 08:28:46 -0700 (PDT) Received: by 10.182.149.33 with HTTP; Sun, 30 Oct 2011 08:28:46 -0700 (PDT) In-Reply-To: References: Date: Sun, 30 Oct 2011 08:28:46 -0700 Message-ID: Subject: Re: [gentoo-user] DVD->mp4 - handbrake vs something else From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: X-Archives-Hash: 6e7ab3d1629fb6d87627c79499c0e8bd On Sun, Oct 30, 2011 at 4:39 AM, Andrey Moshbear wrote: > On Thu, Oct 27, 2011 at 16:09, Mark Knecht wrote: >> I'm getting a Kindle Fire in a few days. While I didn't get it >> specifically to watch movies looking at the specs it does apparently >> handle mp4 as a video format and they state online that you can watch >> streaming movies & TV shows from Amazon's servers. I do a lot of blood >> donations - roughly 20-25 times/year - that take 2-3 hours each so >> either being able to read or watch a movie would be a pleasant way to >> pass the time. Being able to hold it comfortably in one hand is >> important to me. >> >> I started looking around in Google for something to encode a few DVDs >> so that I could see how well it works. A program called handbrake was >> showing up in a lot of links, but it requires an overlay. While I have >> no problem adding yet another overlay (which on is best?) I wondered >> what might be in the normal portage database that others here use for >> this purpose? >> > > I use vobcopy to rip each title to a vob (instead of VTS_${TITLE}_$n) > then 2-pass ffmpeg the vob to transcode to mkv. > > Makes batch transcoding rather fast and painless. > > Thanks. Here's my progress so far using a Casablanca DVD as a test case. Again, my goal by the middle of next month is to run videos on the Kindle Fire. The spec sheets for the Fire says it's supports mp4. I don't see any other obvious video formats. 1) I tried vobcopy. I got 6GB of files. I assumed ffmpeg was the next step but didn't easily Google how to run it in this specific case so I set it aside for the moment. 2) Tried dvd::rip because it was in portage. It got through the rip portion of the job but then apparently couldn't find it's own files to do the encoding. I tried joining the dvd:rip email list but I'm still waiting for the moderator to accept me 3 days later so there's no where appropriate for me to ask questions on using dvd::rip. 3) I tried handbrake which requires using an overlay. 3a) Tried the sabayon overlay but it wants to change too many files on my system so I dropped that. 3b) Tried the multimedia overlay because it had the most up to date version of handbrake. Unfortunately that didn't build 3c) Tried the init6 overlay with provided handbrake-0.9.5 which built correctly and runs fine. Handbrake goes directly from DVD to a reasonably sized (1.3GB) m4v file. That file plays fine in xine and looks very good. Being that the Kindle Fire only has about 6GB available for user content that gives me 4 movies at a time which is fine for me but I suspect I can do better. My issue now (I think) is to learn to use ffmpeg to convert from m4v to mp4. I'd like to see about reducing the file size a bit if possible. At the same time the native resolution of the Fire is 1024x600 so I'm wondering about whether I can make the movies look better by making the mp4 file somehow know about that size. Anyway, I'v made reasonable progress for a few days of sporadic effort. Hopefully I'll be able to make more by Nov. 15th. Cheers, Mark