From owner-freebsd-questions@FreeBSD.ORG Fri Aug 25 16:08:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9F6A16A4DA for ; Fri, 25 Aug 2006 16:08:09 +0000 (UTC) (envelope-from girishvenkatachalam@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE1BA43D49 for ; Fri, 25 Aug 2006 16:08:04 +0000 (GMT) (envelope-from girishvenkatachalam@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so880729wxd for ; Fri, 25 Aug 2006 09:08:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=d3a3ya0Dkn7gMM82tV7EskpvMJeZqnqsjTUM8XVfn4W0378NcIrRSptGwm8DcTe6L3xEirH3rrQOIIxyxaIgG8Z1fGqy2iXygw0swyE/e4skcFOvsKQFlmO3mIeJ56b+6BQki8nK4ffgnLg7lKloI6IxH/8NZsnUuD2hi1yLW5M= Received: by 10.90.63.16 with SMTP id l16mr677589aga; Fri, 25 Aug 2006 09:08:04 -0700 (PDT) Received: by 10.90.98.2 with HTTP; Fri, 25 Aug 2006 09:08:04 -0700 (PDT) Message-ID: <7938ae610608250908g3ee3413ah545c5f34631ea645@mail.gmail.com> Date: Fri, 25 Aug 2006 21:38:04 +0530 From: "Girish Venkatachalam" To: "Tsu-Fan Cheng" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-multimedia@freebsd.org, FreeBSD Subject: Re: compress films 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: Fri, 25 Aug 2006 16:08:09 -0000 On 8/25/06, 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!! ffmpeg -i ddd.avi ggg.flv