From owner-freebsd-questions@FreeBSD.ORG Wed Sep 2 15:49:29 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B697E106566C for ; Wed, 2 Sep 2009 15:49:29 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from mail-vw0-f189.google.com (mail-vw0-f189.google.com [209.85.212.189]) by mx1.freebsd.org (Postfix) with ESMTP id 6CC4B8FC15 for ; Wed, 2 Sep 2009 15:49:28 +0000 (UTC) Received: by vws27 with SMTP id 27so861512vws.3 for ; Wed, 02 Sep 2009 08:49:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=hc1HfQNHuWS/CV6FNCU54ld+A5wfe+POCsXW6ns6Wy4=; b=iG0/ltW9UzGpd6HQOSDM4qFrh4MNC5FP7NgwNoohB2os4i+xuSPtqK03dWD5AzDt4i N36vyiQ+dNp57YsLxxnUfE+0jRQXmpc9L5cG7HQZ95RBr2tyr+jbxTB4hZPuyejtJ7oe 01fYrXBh5mxhAMeRMtTgrn5LH/7d7EXl231hY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ptoZnvMabyr30WcLbQmgq5IooHo7aGrKwS9aov3Sn1y5ze3MU2PAR25qkX6wmr08I4 +wmUA1Y9DBjU3TTkbrILAFftAcMKvp8sAfv0I6YuqI8Do+uVQa0tdFu9qHdY+NuRzKSg +5AW7sJarGxx1XgObLShn2ULfmbTzIEW09LIU= MIME-Version: 1.0 Received: by 10.220.88.15 with SMTP id y15mr11099424vcl.62.1251904673511; Wed, 02 Sep 2009 08:17:53 -0700 (PDT) In-Reply-To: <1251899620.8690.13.camel@localhost> References: <0016e64cae6a217e26047290e16e@google.com> <20090902051927.GA78814@slackbox.xs4all.nl> <1251899620.8690.13.camel@localhost> Date: Wed, 2 Sep 2009 09:17:53 -0600 Message-ID: <340a29540909020817v3b245ecdv21aed16460e690aa@mail.gmail.com> From: Andrew Falanga To: Sergio de Almeida Lenzi Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions Subject: Re: having problems copying a dvd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2009 15:49:29 -0000 On Wed, Sep 2, 2009 at 7:53 AM, Sergio de Almeida Lenzi < lenzi.sergio@gmail.com> wrote: > Hello > > Thanks Roland for the parameters in the mplayer/mencoder... > > To make things easier.. I recomend to create a profile > in the directory ~/.mplayer/mencoder.conf with the content: > ========================================================= > [pal] > oac=lavc=yes > ovc=lavc=yes > lavcopts=vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=6000:vbitrate=4000 > Lavcopts=keyint=15:trell=yes:mbd=2:precmp=2:subcmp=2:cmp=2:dia=-10 > lavcopts=predia=-10:cbp=yes:mv0=yes:aspect=16/9 > lavcopts=vqmin=1:lmin=1:dc=10:vstrict=0 > lavcopts=acodec=ac3:abitrate=192 > lavcopts=lumi_mask=0.2:dark_mask=0.15:scplx_mask=0.2:tcplx_mask=0.1 > vf=scale=720:576,harddup=yes > af=lavcresample=48000 > mpegopts=format=dvd:tsaf=yes > of=mpeg=yes > srate=48000 > channels=2 > ofps=25 > > [pal_cinemascope] > profile=pal > vf=scale=720:432,expand=720:576,harddup=yes > ========================================================== > > Or using the options from Roland.... > extract the stream (as Roland said...) mplayer dvd://1 -dumpstream > -dumpfile dvd.mpg > crop detect... mplayer -vf cropdetect dvd.mpg > > and then finally encode with mencoder using the profile above and > Roland's example... > > mencoder -profile pal -vf crop=704:416:10:80 dvd.mpg -o film.mpg > > the result will be a high definition video with 1024x576 PAL (25 fps) > 16:9 aspect with audio AC3 192Kbps (plays using HDMI) > in any dvd player... or in your computer. > if the source (dvd.mpg) is in 2.35/1 ratio use -profile pal_cinemascope > and mencoder will adjust the aspect for the video. > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > To both, thanks a bunch for this information. This is awesome! I can't wait to install and try. -- A: Because it messes up the order in which people normally read text. Q: Why is it such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?