From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 25 14:47:37 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 6250416A4DD for ; Fri, 25 Aug 2006 14:47:37 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F68B43D45 for ; Fri, 25 Aug 2006 14:47:36 +0000 (GMT) (envelope-from tfcheng@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so922734uge for ; Fri, 25 Aug 2006 07:47:35 -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:mime-version:content-type; b=fbNtk1M910Z+ih4stelx4PZu1AMjk3n8SoDM3AWTIEvXONU4SbkvDMeMr7dLmm+5ViV2m8tUJM4HgJHguRby09QMwA1wfi6kUSDwLm9zI+xqTRGCPI4ZKq3qK5DT8Ka7WCTUKamPCswtpUb4P8Qtymy6RTc5I9w4WgqnO+1/atU= Received: by 10.66.249.11 with SMTP id w11mr1910038ugh; Fri, 25 Aug 2006 07:47:34 -0700 (PDT) Received: by 10.67.90.12 with HTTP; Fri, 25 Aug 2006 07:47:33 -0700 (PDT) Message-ID: Date: Fri, 25 Aug 2006 10:47:33 -0400 From: "Tsu-Fan Cheng" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org Subject: 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: Fri, 25 Aug 2006 14:47:37 -0000 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!! TFC