From owner-freebsd-ports@FreeBSD.ORG Sat Mar 24 13:12:51 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC1451065670 for ; Sat, 24 Mar 2012 13:12:51 +0000 (UTC) (envelope-from rocky@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 652D98FC0C for ; Sat, 24 Mar 2012 13:12:51 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.182]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 602D85C22 for ; Sat, 24 Mar 2012 23:26:24 +1000 (EST) Message-ID: <4F6DC852.2080401@herveybayaustralia.com.au> Date: Sat, 24 Mar 2012 23:12:50 +1000 From: R Skinner User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sat, 24 Mar 2012 13:20:25 +0000 Subject: FFMpeg port video4linux X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Mar 2012 13:12:51 -0000 I'm at a loss here; I could be tired, but I cant find if video4linux has been enabled in ffmpeg (or disabled). There's nothing in the makefile either. For the life of me I cannot get it use a webcamd device - all I get is "unknown input format". I'm using ffplay (not that should make a difference here), and this is the cmd: $ffplay -f video4linux2 /dev/video0 Just "video4linux" fails similarly. I was trying to get something to work, and I think I just figured out the why. Can anyone point me to how to get this to work? Or why it doesn't? What do I need to do to make this happen? Cheers