From owner-freebsd-multimedia@FreeBSD.ORG Sat Sep 6 14:11:03 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 139B21065703 for ; Sat, 6 Sep 2008 14:11:03 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id E5D628FC24 for ; Sat, 6 Sep 2008 14:11:02 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so844323wfg.7 for ; Sat, 06 Sep 2008 07:11:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=tlNpIq6fk/ORVBmPiDGeVCNMo9cArYtEazjWbUy04bk=; b=YLyHp0KYgPoGTg28n1w+g9KxWP0MOxRbNhGkPASlty09XIeUw5iGgPOcTL4EsLdL4g MDVWKULDZvD5vgSokuUqzzsTQmfsI9CBpBtz4+76ayUnq/law5HzwiNa4EM7/QfWIvEI Odfbl3FHMfHaQNBqJslLPZDUT/Q+4xJB7F7kw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=N3LySEtzQTQMJH5k6/7R2YORvk0uEv3nv0jk59B3Rr+NRuOG5chsRI4RHnqfaOmloL qPYXGxa0h7rwRKk2STH85IKNxEl0HFQrd/UT3gVyuI/PgSl/irZ1gEvXbbQhqeSDlx8M W15hqtj6P/5Yzj2/DmCWatRjq8lXTyBsNIYuM= Received: by 10.142.52.18 with SMTP id z18mr4499670wfz.31.1220708515195; Sat, 06 Sep 2008 06:41:55 -0700 (PDT) Received: by 10.142.11.10 with HTTP; Sat, 6 Sep 2008 06:41:55 -0700 (PDT) Message-ID: Date: Sat, 6 Sep 2008 09:41:55 -0400 From: "Tsu-Fan Cheng" To: freebsd-mm MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: convert avi to mpg 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, 06 Sep 2008 14:11:03 -0000 Hi, i sometimes need to convert some ~1.2GB avi into ~700mb mpg, i often use mkxvcd script, I wonder if there is any other script that runs faster, thank you!! TFC