Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 5d14294108e2cf1c0d3292e2c3bc5cf6 > files > 7

dvr-3.99.3-4mdv2010.0.i586.rpm

DVR : a Digital Video Recorder for Linux.

http://www.pierrox.net/dvr/

Help, remarks and feedback are welcome.


Purpose
-------
DVR is a small tool to record movie clips. It uses gstreamer as backend, and Qt for the user interface.
DVR is designed for Video4Linux : it captures video frames from a video input and compress them into a MPEG or AVI file. It is not currently built to support MPEG input streams.


LICENSE
-------
This software is released under GPL v2. See COPYING.


REQUIREMENTS
------------
DVR needs a V4l input device.


BUILD
-----
You need :
- Linux 2.6
- Qt >= 3.x (headers and libs)
- gstreamer > =0.10 (headers and libs)
- usual development tools

In brief : untar the archive, cd dvr-x.y.z, edit Makefile, make.
Currently you may have to edit the Makefile yourself : change the Qt include/libs according to your system.


INSTALL
-------
TODO