Difference between revisions of "Kino"

From Linuxintro
imported>ThorstenStaerk
Line 5: Line 5:
  
 
= Install kino =
 
= Install kino =
This is an example how to install kino. It has been tested on [[suse]] [[Linux]] 11.1 but should work same or similar on any Linux. The example uses version 1.3.3.
+
This is an example how to install kino. It has been tested on [[suse]] [[Linux]] 11.1 as well as 11.4 and should work same or similar on any Linux. The example uses kino version 1.3.3.
 
* [[Install]] [[dependencies]]
 
* [[Install]] [[dependencies]]
  yast -i intltool
+
  yast -i intltool libdv-devel libraw1394-devel libavc1394-devel libiec61883-devel libsamplerate-devel libglade2-devel
yast -i libdv-devel
 
yast -i libraw1394-devel
 
yast -i libavc1394-devel
 
yast -i libiec61883-devel
 
yast -i libsamplerate-devel
 
 
* Get the source  
 
* Get the source  
 
  [[wget]] http://downloads.sourceforge.net/kino/kino-1.3.3.tar.gz
 
  [[wget]] http://downloads.sourceforge.net/kino/kino-1.3.3.tar.gz

Revision as of 12:01, 30 October 2011

Kino is a video editor for Linux. It allows you to transfer videos via firewire from your camcorder to your computer and to cut and edit video files.

Web site

Kino's web site is http://kinodv.org/

Install kino

This is an example how to install kino. It has been tested on suse Linux 11.1 as well as 11.4 and should work same or similar on any Linux. The example uses kino version 1.3.3.

yast -i intltool libdv-devel libraw1394-devel libavc1394-devel libiec61883-devel libsamplerate-devel libglade2-devel
  • Get the source
wget http://downloads.sourceforge.net/kino/kino-1.3.3.tar.gz
tar xvzf kino-1.3.3.tar.gz
cd kino-1.3.3/
./configure && make -j4 && make install
  • to be able to save movies as MPGs, you need to install mpeg2enc

See also