From owner-freebsd-multimedia Wed Feb 5 21:39:15 2003 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 776D837B401 for ; Wed, 5 Feb 2003 21:39:14 -0800 (PST) Received: from AVelizy-101-1-5-136.abo.wanadoo.fr (AVelizy-101-1-5-136.abo.wanadoo.fr [217.128.35.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 257EF43FB1 for ; Wed, 5 Feb 2003 21:37:52 -0800 (PST) (envelope-from dhenin@cyclopes.org) Received: from AVelizy-101-1-5-136.abo.wanadoo.fr (localhost [127.0.0.1]) by AVelizy-101-1-5-136.abo.wanadoo.fr (8.12.6/8.12.6) with ESMTP id h165eElC053666 for ; Thu, 6 Feb 2003 06:40:14 +0100 (CET) (envelope-from dhenin@AVelizy-101-1-5-136.abo.wanadoo.fr) Received: (from root@localhost) by AVelizy-101-1-5-136.abo.wanadoo.fr (8.12.6/8.12.6/Submit) id h165cs7u053636; Thu, 6 Feb 2003 06:38:54 +0100 (CET) Date: Thu, 6 Feb 2003 06:38:53 +0100 From: dhenin@cyclopes.org To: "Steve O'Hara-Smith" , multimedia@FreeBSD.ORG Subject: Re: ffmpeg without encoding Message-ID: <20030206053853.GA53269@polypheme.cyclopes.org> References: <20030205200311.GA47072@polypheme.cyclopes.org> <20030205212211.632d1424.steve@sohara.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030205212211.632d1424.steve@sohara.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org According to Steve O'Hara-Smith: > Did you tune in a station with fxtv or xawtv or mplayer or > bsd_tvtune ? If you have then try rebuilding ffmpeg with a different > option for WITH_BKTR_DEVICE=x (IME 1 is usually the TV tuner and 0 > the S-Video input). Thanks for your answer. I live in Europe (France) and I use SECAM format. So if I try rebuilding ffmpeg with WITH_BKTR_FORMAT=SECAM, I got : grab_bsdbktr.c: In function `bktr_init': grab_bsdbktr.c:75: `SECAM' undeclared (first use in this function) grab_bsdbktr.c:75: (Each undeclared identifier is reported only once grab_bsdbktr.c:75: for each function it appears in.) grab_bsdbktr.c: In function `grab_read_packet': grab_bsdbktr.c:164: warning: int format, different type arg (arg 2) grab_bsdbktr.c:169: warning: int format, different type arg (arg 3) grab_bsdbktr.c:150: warning: unused variable `msig' gmake[1]: *** [grab_bsdbktr.o] Erreur 1 and the file libavformat/grab_bsdbktr.c : #define GRABBER_SETTLE_TIME 3 #define PAL 1 #define NTSC 2 /* PAL is 768 x 576. NTSC is 640 x 480 */ #define PAL_HEIGHT 576 #define NTSC_HEIGHT 480 #ifndef VIDEO_FORMAT #define VIDEO_FORMAT SECAM #endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message