From owner-freebsd-questions@FreeBSD.ORG Mon Mar 29 08:26:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 800A716A4CE for ; Mon, 29 Mar 2004 08:26:27 -0800 (PST) Received: from highland.isltd.insignia.com (highland.isltd.insignia.com [195.74.141.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD7D443D1F for ; Mon, 29 Mar 2004 08:26:26 -0800 (PST) (envelope-from subscriber@insignia.com) Received: from dailuaine.isltd.insignia.com (dailuaine.isltd.insignia.com [172.16.64.11])i2TGQPr4087993 for ; Mon, 29 Mar 2004 17:26:25 +0100 (BST) (envelope-from subscriber@insignia.com) Received: from speyburn.isltd.insignia.com (speyburn [172.16.64.16]) i2TGQPgF004226 for ; Mon, 29 Mar 2004 17:26:25 +0100 (BST) (envelope-from subscriber@insignia.com) From: Jim Hatfield To: freebsd-questions@freebsd.org Date: Mon, 29 Mar 2004 17:28:30 +0100 Organization: Insignia Solutions Message-ID: <5kjg60h4nd7ic2son1et79cm2pe3rv6chj@4ax.com> References: <3203DF3DDE57D411AFF4009027B8C36754B385@exchange-uk.isltd.insignia.com> In-Reply-To: <3203DF3DDE57D411AFF4009027B8C36754B385@exchange-uk.isltd.insignia.com> X-Mailer: Forte Agent 2.0/32.640 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.39 Subject: Re: DVD -> SVCD with FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2004 16:26:27 -0000 On Mon, 29 Mar 2004 16:13:18 +0100, in local.freebsd.questions you wrote: >On Mon, 29 Mar 2004, Jim Hatfield wrote: > >> I tried mencoder. The ports version won't produce mpeg2 (at > >Here's what I do: I decode the MPEG to YUV using mplayer, then >reencode back to MPEG using mjpegtools. Interesting - I read the man pages for mjpegtools and thought "what's all this yuv stuff?" thinking it was only of interest to someone using a capture device. It never occurred to me to use it as an intermediate file format. Thanks. jim