From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 26 10:53:58 2006 Return-Path: X-Original-To: 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 5D02B16A4DA; Sat, 26 Aug 2006 10:53:58 +0000 (UTC) (envelope-from roth@droopy.unibe.ch) Received: from mailhub03.unibe.ch (mailhub.unibe.ch [130.92.9.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id D330943D45; Sat, 26 Aug 2006 10:53:57 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from localhost (scanhub01.unibe.ch [130.92.5.61]) by mailhub03.unibe.ch (Postfix) with ESMTP id 8C23D4BE4C; Sat, 26 Aug 2006 12:53:55 +0200 (CEST) X-Virus-checked: by University of Berne Received: from mailhub03.unibe.ch ([130.92.9.70]) by localhost (scanhub01.unibe.ch [130.92.5.61]) (amavisd-new, port 10024) with LMTP id At-t1EyfokLh; Sat, 26 Aug 2006 12:53:53 +0200 (CEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub03.unibe.ch (Postfix) with ESMTP id 6ED734BE13; Sat, 26 Aug 2006 12:53:53 +0200 (CEST) Received: from droopy.unibe.ch (droopy [130.92.64.20]) by asterix.unibe.ch (8.13.6+Sun/8.13.6) with ESMTP id k7QArsfk003009; Sat, 26 Aug 2006 12:53:54 +0200 (MEST) Received: (from roth@localhost) by droopy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id k7QArr26007182; Sat, 26 Aug 2006 12:53:53 +0200 (MEST) Date: Sat, 26 Aug 2006 12:53:53 +0200 From: Tobias Roth To: Tsu-Fan Cheng Message-ID: <20060826105353.GA7165@droopy.unibe.ch> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. Cc: questions@freebsd.org, multimedia@freebsd.org Subject: Re: compress films 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: Sat, 26 Aug 2006 10:53:58 -0000 On Fri, Aug 25, 2006 at 10:47:33AM -0400, Tsu-Fan Cheng wrote: > Hi BSDers, > I am running freebsd 6.1/amd64. I sometimes download films and they are > quite large, like 1.4GB or something. I want to make it smaller by using > mencoder, the script I use is as such: > >mencoder ddd.avi -ovc lavc -lavcopts vcodec=mpeg4 -vf scale=352:240 -oac > lavc -lavcopts acodec=mp3:abitrate=48 -o ggg.avi > > But sometimes the ggg.avi can still be a little larger than 700mB, is there > any more optimization I can do, or use other app to do this better?? > > many thanks!! I use avidemux2 to compress videos. It has many options, one of which is to restrict the maximum size of the output video. Thanks, Tobias