Kino Video Editor
 
  Kino / dvgrab
Latest News
Download
Features
Requirements
Screen Shots
  Support
User Guide
HOWTOs
FAQ
Mailing Lists
Contributed Code
  Development
Project Vision
Developer Guide
Source Code
Current Developers
Report a Bug
  Community
Success Stories
Discussion
 

Summary
I installed Ubuntu 6.10 on a machine and here is the process I followed to install an unpackaged Kino as simply as possible. These instructions might apply to 6.06 LTS as well.



Install dependent packages

Using synaptic or apt-get, enable the universe repository and install the following packages:
  • build-essential
  • cvs
  • make
  • autoconf
  • intltool
  • libtool
  • libavformat-dev
  • libiec61883-dev
  • libavc1394-dev
  • libsamplerate0-dev
  • libdv4-dev
  • libquicktime-dev
  • libasound2-dev
  • libglade2-dev
  • libxv-dev
  • ffmpeg
  • ffmpeg2theora
  • sox
  • vorbis-tools

To use CVS HEAD (1.0 release candidate)

$ cvs -d:pserver:anonymous@kino.cvs.sourceforge.net:/cvsroot/kino login
(press Enter at password prompt)
$ cvs -z3 -d:pserver:anonymous@kino.cvs.sourceforge.net:/cvsroot/kino co -P kino
$ cd kino
$ ./autogen.sh

To use a release tarball

$ tar -xzf kino-0.9.5.tar.gz
$ cd kino-0.9.5

Build

$ ./configure --sysconfdir=/etc --enable-quicktime
$ make
$ sudo make install

Optional

This installs non-Free utilities used by Kino export
functions.
Using synaptic or apt-get enable the multiverse repository
and install the following packages:
  • lame
  • mjpegtools
  • qdvdauthor (for advanced DVD Video authoring)

Start

(You might need to logout and log back in for this to show up.)
From the Applications menu choose Sound & Video -> Kino

Extra

In order to use Firewire DV cameras on Ubuntu with this
build, you must have read and write permission to
/dev/raw1394, which is not enabled by default. You can run
Kino with sudo to workaround this. Alternatively, change the
system configuration which governs the device file
permission, even if you reboot:
$ sudo gedit /etc/udev/rules.d/40-permissions.rules

Press Ctrl+F and search for "raw1394"
Read the security warning. Realize the security risk only applies when you have a Firewire storage device connected and the raw1394 module loaded. If you decide to accept this risk, change 'GROUP="disk"' to 'GROUP="video"'.
Click Save and close gedit.




| Printer-friendly page |