From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 20 21:07:46 2004 Return-Path: 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 98CCD16A4CE for ; Fri, 20 Aug 2004 21:07:46 +0000 (GMT) Received: from mail-relay-2.tiscali.it (mail-relay-2.tiscali.it [213.205.33.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECD6343D1D for ; Fri, 20 Aug 2004 21:07:45 +0000 (GMT) (envelope-from marcogi.lists@email.it) Received: from flyby (62.11.221.60) by mail-relay-2.tiscali.it (7.1.021.3) id 40F419A7008724F8 for freebsd-multimedia@freebsd.org; Fri, 20 Aug 2004 23:07:44 +0200 Received: from marco by flyby with local (Exim 3.36 #1 (Debian)) id 1ByGZB-0000js-00 for ; Fri, 20 Aug 2004 23:04:53 +0200 Date: Fri, 20 Aug 2004 23:04:53 +0200 From: Marco Gigante To: freebsd-multimedia@freebsd.org Message-ID: <20040820210453.GA2823@linuxhost> Mail-Followup-To: freebsd-multimedia@freebsd.org References: <20040818215243.91005.qmail@web60401.mail.yahoo.com> <412579D7.6000605@gldis.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <412579D7.6000605@gldis.ca> User-Agent: Mutt/1.5.6+20040722i Subject: Re: encoding X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 21:07:46 -0000 On Fri, Aug 20, 2004 at 12:11:03AM -0400, Jeremy Faulkner wrote: > Jobert wrote: > >Hello good day; > > > >Want to ask question on how to convert .wmv and .asf > >to mpg. Thanks on advance > >_______________________________________________ > > mencoder (part of multimedia/mplayer) can encode to mpeg1 (and other > formats) and can read anything that mplayer can. > > mencoder -ovc lavc -lavcopts vcodec=mpeg1video -oac mp3lame $WMV_FILE Maybe you want to use -of mpeg option too. Otherwise the mpeg1 video is put into avi container. mencoder -ovc lavc -lavcopts vcodec=mpeg1video -oac mp3lame \ -of mpeg -o $MPEG1_FILE $WMV_FILE -- Marco Gigante