From owner-freebsd-questions@FreeBSD.ORG Fri Dec 27 14:55:31 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20E76F23 for ; Fri, 27 Dec 2013 14:55:31 +0000 (UTC) Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AD13D1595 for ; Fri, 27 Dec 2013 14:55:30 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id w61so8345193wes.28 for ; Fri, 27 Dec 2013 06:55:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=BCKuhccb6O12ncMQbbT+f0MSUQQu1PsEYTpjWNJB3+E=; b=zjQVjyZnqw/fnNO55ekskwbxeS6uj81M9Df47Gd0EQUV64anG/cumXNWH9RHfkmEeG 4XbZcTcpMr+gVHlrf056u//qjO0nIYtACW2Lhtgy5KCMexiFUjIf6SoIOoNw/5gztbO+ fEuVJ+E9jCk9aX+kDrPCvYKWES14Zwd2VInGlI9jTLcDW4oPi0CxpLX5R/tS41hRkrus lSpO19qCEwgJQl9YNo/2PvGLjARSMoJkbtOXJG8TKZcX6b9S0789h1Ol6QyLCNwQXOe4 IjHf7Lfieik+cvv8tw+Bz5w8SaBnylkP9dmVmlVP8FYux6zA2gxPff50GMAm3cPh6ngc s9fA== X-Received: by 10.194.237.99 with SMTP id vb3mr35074441wjc.28.1388156129086; Fri, 27 Dec 2013 06:55:29 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPSA id cx3sm55095978wib.0.2013.12.27.06.55.28 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 27 Dec 2013 06:55:28 -0800 (PST) Date: Fri, 27 Dec 2013 14:55:27 +0000 From: RW To: freebsd-questions@freebsd.org Subject: Re: Converting .vob to .mp4 Message-ID: <20131227145527.30213817@gumby.homeunix.com> In-Reply-To: <52BD6FFB.8030205@gmail.com> References: <52BD6FFB.8030205@gmail.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 14:55:31 -0000 On Fri, 27 Dec 2013 12:18:03 +0000 James Griffin wrote: > Hi > > I ripped some DVD's the other day, I the .vob files on my hard drive > and I used vobcopy to rip the data. > > Now i'd like to convert these files to mp4. I've seen a number of > examples online about how to do this using either ffmpeg or mencoder. The last time I tried this sort of thing I used Handbrake and it produced better results than I've ever had from following online examples. Unfortunately I haven't been able to build it from ports for quite a long time. If you have easy access to linux I'd suggest using that.