From owner-freebsd-advocacy@FreeBSD.ORG Tue Oct 14 15:22:59 2003 Return-Path: Delivered-To: freebsd-advocacy@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 564A516A4B3 for ; Tue, 14 Oct 2003 15:22:59 -0700 (PDT) Received: from lakemtao05.cox.net (lakemtao05.cox.net [68.1.17.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE06B43FCB for ; Tue, 14 Oct 2003 15:22:57 -0700 (PDT) (envelope-from kitbsdlists@HotPOP.com) Received: from fortytwo ([68.109.49.234]) by lakemtao05.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031014222257.MFJP16588.lakemtao05.cox.net@fortytwo>; Tue, 14 Oct 2003 18:22:57 -0400 Date: Tue, 14 Oct 2003 17:21:46 -0500 From: Vulpes Velox To: Eric Anderson Message-Id: <20031014172146.6ecf13f6.kitbsdlists@HotPOP.com> In-Reply-To: <3F8C658F.7020604@centtech.com> References: <20031014224219.GD10429@pasternak.w.lub.pl> <3F8C658F.7020604@centtech.com> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-advocacy@freebsd.org cc: Michal Pasternak Subject: Re: mplayer X-BeenThere: freebsd-advocacy@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Evangelism List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2003 22:22:59 -0000 On Tue, 14 Oct 2003 16:07:27 -0500 Eric Anderson wrote: > Agreed - mplayer on FreeBSD runs flawlessly (for me anyway), and I've > played several types of movies and media with it. > > However, I'd love for someone to write up a "converting your mpeg stream > to divx on FreeBSD" article. I don't know how to do this really, but > I'd love to help figure it out. I'd love to be able to take my favorite > movie with me on my laptop when I'm traveling, without having to carry > the DVD disc around.. Ohh, that is simple. Just use mencoder to take care of that :) Mencoder is a program what comes with mplayer. It is a uber nice encoder program. I've used it many times for converting mpeg files to avi. mencoder -o -oac copy -ovc lavc -lavcopts vcodec=mpeg4 that will convert a file to a avi with mpeg4 video and it will just copy the audio...