From owner-freebsd-questions@FreeBSD.ORG Mon Mar 29 06:20:11 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 EA7F316A4D0 for ; Mon, 29 Mar 2004 06:20:11 -0800 (PST) Received: from highland.isltd.insignia.com (highland.isltd.insignia.com [195.74.141.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD9643D31 for ; Mon, 29 Mar 2004 06:20:11 -0800 (PST) (envelope-from subscriber@insignia.com) Received: from dailuaine.isltd.insignia.com (dailuaine.isltd.insignia.com [172.16.64.11])i2TEK9r4087408 for ; Mon, 29 Mar 2004 15:20:10 +0100 (BST) (envelope-from subscriber@insignia.com) Received: from speyburn.isltd.insignia.com (speyburn [172.16.64.16]) i2TEK9gF004172 for ; Mon, 29 Mar 2004 15:20:09 +0100 (BST) (envelope-from subscriber@insignia.com) From: Jim Hatfield To: freebsd-questions@freebsd.org Date: Mon, 29 Mar 2004 15:22:14 +0100 Organization: Insignia Solutions Message-ID: <4sbg6016p2dr010pkijmvfp6g1mn55hklp@4ax.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: 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 14:20:12 -0000 If anyone is successfully converting DVDs to SVCD (or MPEG2 formats in general) I'd appreciate knowing what tools they use. I have been fine producing MPEG4 files with mencoder, but I now have a networked video player (Hauppauge MediaMVP) which doesn't support MPEG4 but supports MPEG2 just fine. I tried mencoder. The ports version won't produce mpeg2 (at least not with libavcodec). The version from the mplayer site will, but the results look like "modern art". I got the same with transcode, though it's a while since I used it. ffmpeg=20 won't even build on my AMD-Duron based 5.1 machine (though to be fair it will on my PIII Celeron 4.9 machine). The package of ffmpeg doesn't support mpeg2 encoding. mjpegtools has an=20 mpeg2 encoder but not a decoder. It seems like no matter what I try there is some problem which blocks me. I would hate to have to revert to a Windows solution for this. jim