From owner-freebsd-multimedia Thu Jul 25 11:50:01 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA20718 for multimedia-outgoing; Thu, 25 Jul 1996 11:50:01 -0700 (PDT) Received: from plains.nodak.edu (tinguely@plains.NoDak.edu [134.129.111.64]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA20692; Thu, 25 Jul 1996 11:49:53 -0700 (PDT) Received: (from tinguely@localhost) by plains.nodak.edu (8.7.1/8.7.1) id NAA13156; Thu, 25 Jul 1996 13:49:45 -0500 (CDT) Date: Thu, 25 Jul 1996 13:49:45 -0500 (CDT) From: Mark Tinguely Message-Id: <199607251849.NAA13156@plains.nodak.edu> To: gaelpe@gel.ulaval.ca, questions@freebsd.org Subject: Re: driver to have a output video for freebsd Cc: freebsd-multimedia@freebsd.org Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I looking for a possibility to capture video on screen and put this > capture on television via output video for videoconferencing. Do you know if > freebsd can support this kind of video output device? if I understand you correctly, the video image is aleady being displayed in a X window running on a FreeBSD and you wish to send this video to a video conferencing program. the application "nv" (in ports/net) can do select a X window as a video source, but the X display running the video source and nv but be running in 8 bit mode. see the information for nv. If I am mis-understanding your question and if you are capturing from an external source, then you will need a capture card. see: http://www.cs.ndsu.nodak.edu/~tinguely/mbone-freebsd/ for supported capture cards. --mark.