Date: Fri, 20 Aug 2004 23:04:53 +0200 From: Marco Gigante <marcogi.lists@email.it> To: freebsd-multimedia@freebsd.org Subject: Re: encoding Message-ID: <20040820210453.GA2823@linuxhost> In-Reply-To: <412579D7.6000605@gldis.ca> References: <20040818215243.91005.qmail@web60401.mail.yahoo.com> <412579D7.6000605@gldis.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040820210453.GA2823>