From owner-freebsd-multimedia@FreeBSD.ORG Mon Sep 1 17:26:03 2003 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 02C4716A4C0 for ; Mon, 1 Sep 2003 17:26:03 -0700 (PDT) Received: from mail.bootstraplab.org (bootlab-thx.mind.de [212.21.77.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id CED8D43FFD for ; Mon, 1 Sep 2003 17:26:00 -0700 (PDT) (envelope-from uzs106@ibm.rhrz.uni-bonn.de) Received: from mail.bootstraplab.org (uzs106@localhost [127.0.0.1]) h820Q5eb016803; Tue, 2 Sep 2003 02:26:06 +0200 Received: from localhost (uzs106@localhost)h820Q5av016799; Tue, 2 Sep 2003 02:26:05 +0200 X-Authentication-Warning: mail.bootstraplab.org: uzs106 owned process doing -bs Date: Tue, 2 Sep 2003 02:26:05 +0200 (CEST) From: Heiko Recktenwald X-X-Sender: To: "Steve O'Hara-Smith" In-Reply-To: <20030901201341.1e6ff86d.steve@sohara.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-multimedia@freebsd.org Subject: Re: How to make high quality MPEG4 video 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: Tue, 02 Sep 2003 00:26:03 -0000 Hi, On Mon, 1 Sep 2003, Steve O'Hara-Smith wrote: > On Mon, 1 Sep 2003 22:52:57 +0900 (JST) > sugiura@kt.rim.or.jp (Sugiura Shiro) wrote: > > SS> I want to record and encode high quality video(MPEG4/DivX) > SS> 640x480@29.97fps from TV using bt878 chip(PVR951). I tried to use > SS> ffmpeg0.4.6, 0.4.7 and mencoder , but not so good. > > With that 2.8GHZ P4 you should be able to go direct. I can quite > easily record PAL 720x576@25fps in mpeg4 or mpeg1 on my AMD XP2000 in > realtime with ffmpeg alone running like this: <...> Well, it is not FreeBSD, but one nice program for MPEG 4 out of TV is mp4live of MPEG4IP fame. It needs the video4linux interface, so it is not part of the FreeBSD port. Did compile on Redhat 9 without problem. Best, H.