From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 18 15:58:07 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.ORG Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 941B316A402 for ; Tue, 18 Apr 2006 15:58:07 +0000 (UTC) (envelope-from arne_woerner@yahoo.com) Received: from web30304.mail.mud.yahoo.com (web30304.mail.mud.yahoo.com [68.142.200.97]) by mx1.FreeBSD.org (Postfix) with SMTP id 32DC043D45 for ; Tue, 18 Apr 2006 15:58:07 +0000 (GMT) (envelope-from arne_woerner@yahoo.com) Received: (qmail 82001 invoked by uid 60001); 18 Apr 2006 15:58:06 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=uXFmpNxMfmErsBp3xS4tKj7Y1fkGbUaGC66wWYPQyIOpdHLQs3jIqVG/yONq6bOGLFocx4S1py1D8Y8mrvVh4Y2APl2zKVTZTMXMoezcGvIln11PVA91AYocgZcMKcSA698Xj0ayBXGVqhNNZzsODs3eVk+zKtG2nWdMsvmggTI= ; Message-ID: <20060418155806.81998.qmail@web30304.mail.mud.yahoo.com> Received: from [213.54.70.219] by web30304.mail.mud.yahoo.com via HTTP; Tue, 18 Apr 2006 08:58:06 PDT Date: Tue, 18 Apr 2006 08:58:06 -0700 (PDT) From: "R. B. Riddick" To: Joe Auty , freebsd-multimedia@FreeBSD.ORG In-Reply-To: <60E1D0F4-190D-46AF-A92E-F7374EA32959@netmusician.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: ffmpeg question X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 15:58:12 -0000 --- Joe Auty wrote: > Nothing, except the files are very large... Since I plan to record > every night, this space consumption will add up quickly. > I personnally use this command (and arguments) to compress my PVR250 movies mencoder -ovc lavc -oac mp3lame -noaspect -lavcopts vbitrate=1111 -lameopts abr:preset=50 -o $2 $1 $1 denotes the input file or "-" for standard input (e. g. cat /dev/cxm0 | mencoder..., but this is a little bit risky, when the mencoder process needs more time than the pipe-buffer can compensate; so u should write little chunks (4GB or so - est. 1h) to ur harddisc before u compress them) $2 denotes the output file It is even possible to crop away black stripes (some cinema movies (like Sum Of All Fears have black stripes in the top and in the bottom) with the option -vf crop=720:350 The quality can be adjusted via the vbitrate (I like 1111bit/sec). The problem here is, that mencoder does not save (enough) bitrate in case of slow movements for bad times, where the pictures change more rapidly... So that I have "very" good quality when the pictures dont change and quite bad quality when the people run quickly for some seconds or when there many cuts in the movie for some seconds... Does somebody know, if one can get a certain constant quality instead of a certain nearly constant bitrate? :-)) -Arne __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com