VideoEditing

Differences between revisions 2 and 8 (spanning 6 versions)
Revision 2 as of 2006-11-30 21:46:52
Size: 1150
Editor: 84-45-225-120
Comment:
Revision 8 as of 2007-09-10 18:58:31
Size: 1681
Editor: h460ba6f2
Comment: updated cinelerra
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
mencoder -oac mp3lame -ovc xvid -of avi -xvidencopts bitrate=1350 -o output.avi input.flv {{{mencoder -oac mp3lame -ovc xvid -of avi -xvidencopts bitrate=1350 -o output.avi input.flv
}}}
Line 16: Line 17:

== avidemux ==

== Cinelerra ==
Cinelerra is a semi-professional piece of video editing software. Although it isn't in the ubuntu repos, repositories for it can be found here:
 *http://cvs.cinelerra.org/getting_cinelerra.php
 *http://www.kiberpipa.org/~gandalf/blog/?p=77


After adding repositories:
{{{sudo apt-get update&& sudo apt-get install cinelerra
}}}


More Cinelerra info:
 *https://wiki.ubuntu.com/UbuntuStudio/CinelerraReview
 *http://wiki.linuxquestions.org/wiki/Cinelerra


== LiVES ==

Editing video under Linux

There are a few options for editing video under Linux, ranging from the simple to the complicated. Some are command line tools that require fairly intimate knowledge of codecs and the like, and some are GUI applications which can be used to generate fairly professional results.

Kino

There is a common misconception regarding Kino, that it will only read/use dv files. This in fact is not true and Kino can use AVI files. Below is a mencoder command line, which will take video files and convert them for use in the Kino.

{{{mencoder -oac mp3lame -ovc xvid -of avi -xvidencopts bitrate=1350 -o output.avi input.flv }}}

In this example, the input file was an flv video from YouTube, but the principle should be the same for any video file you wish to use. You will need to have the lame package installed, as well as the mencoder package to be able to use this.

After this you will be able import video files into Kino

Note, on first running of Kino, you must select a Normalisation preference in the preference box, either PAL or NTSC. Otherwise Kino will refuse to import an video file.

avidemux

Cinelerra

Cinelerra is a semi-professional piece of video editing software. Although it isn't in the ubuntu repos, repositories for it can be found here:

After adding repositories: {{{sudo apt-get update&& sudo apt-get install cinelerra }}}

More Cinelerra info:

LiVES

ScreenCasts/VideoEditing (last edited 2010-11-10 23:55:59 by mm-207-184-120-178)