News About Screenshots Downloads Documentation

Documentation

New wiki documentation

Find it at http://wiki.aasimon.org/?id=miav:miav

The rest of the documentation on this page might be usefull but is probably outdated.

Reporting bugs

Post bugs at the aasimon bugcenter.
Log in with username: anonymous and password: miav.

If you plan to submit more bugreports, please send an email to bugs@aasimon.org and a real login will be created for you.

How to install?
First of all make sure all dependencies are fulfilled.
These are:
  • libQT >= 3.3 (http://www.trolltech.com)
  • libJpeg (http://www.ijg.org)
  • libSDL >= 1.2 (http://www.libsdl.org)
  • libdv (http://libdv.sourceforge.net)
  • libraw1394 (http://www.linux1394.org)
  • libfame >= 0.9.1, older versions produce purely green frames! (http://fame.sourceforge.net)
  • liblame >= 3.96.1 (http://lame.sourceforge.net)
  • The linux kernel >= 2.6.11 (http://www.kernel.org)
On Fedora Core 3 a simple add to the yum repository can make all these installable:
Simply create the file
/etc/yum.repos.d/dag.repo
containing:
[dag]
name=Dag RPM Repository for Fedora Core 
baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag 
enabled=1 
gpgcheck=1
and then run
yum install qt-devel libdv-devel SDL-devel
libjpeg-devel libraw1394-devel libfame-devel lame-devel
to install the development packages and
yum update kernel
to update to the latest kernel.
How to create the raw1394 device node?
Run as root:
  $  cd /dev/
  $  ./MAKEDEV raw1394
  $  chmod 666 raw1394
And then to make sure the correct modules are loaded in the kernel run:
  $  modprobe raw1394