From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 19 05:45:16 2004 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 E330E16A524 for ; Mon, 19 Jan 2004 05:45:10 -0800 (PST) Received: from marge.icomtek.csir.co.za (marge.icomtek.csir.co.za [146.64.28.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B41F743D2D for ; Mon, 19 Jan 2004 05:45:07 -0800 (PST) (envelope-from jhugo@icomtek.csir.co.za) Received: from jeep.icomtek.csir.co.za (jeep.icomtek.csir.co.za [146.64.28.29])i0JDj1Re069081 for ; Mon, 19 Jan 2004 15:45:02 +0200 (SAST) (envelope-from jhugo@icomtek.csir.co.za) From: Johann Hugo To: freebsd-multimedia@freebsd.org Date: Mon, 19 Jan 2004 15:44:22 +0200 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200401191544.22589.jhugo@icomtek.csir.co.za> Subject: Video motion detection 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: Mon, 19 Jan 2004 13:45:17 -0000 Hi I've got a system that receives a http://video-stream and then stores it on hard disk (I'm using mencoder for this). This is not very efficient and it fills up a lot diskspace with the same image. Are there any apps that will allow me to store video only if there is some activity. I had a look at motion.sourceforge.net, but it requires a video4linux driver and does not compile on FreeBSD. Johann