Command Line Video Editing: Difference between revisions

From XPUB & Lens-Based wiki
(New page: = Command line video editing = Main tools I use: * Mplayer / Mencoder * ffmpeg * [[http://www.imagemagick.org/ | ImageMagi...)
 
Line 2: Line 2:


Main tools I use:
Main tools I use:
* [[http://www.mplayerhq.hu/ | Mplayer / Mencoder]]
* [[http://www.mplayerhq.hu/ Mplayer / Mencoder]]
* [[http://ffmpeg.mplayerhq.hu/ | ffmpeg]]
* [[http://ffmpeg.mplayerhq.hu/ ffmpeg]]
* [[http://www.imagemagick.org/ | ImageMagick]]
* [[http://www.imagemagick.org/ ImageMagick]]
* [[http://www.python.org | python]]
* [[http://www.python.org python]]
* Text editor (I use kate)
* [[Good Text Editors | text editor]]
 
== Basic Operations ==


!! Basic Operations
* transcoding (changing from one format of video to another)
* transcoding (changing from one format of video to another)
* filtering / resizing
* filtering / resizing
Line 15: Line 16:
* images to movie
* images to movie
* joining audio & video
* joining audio & video


[[Mplayer Quick Reference]]
[[Mplayer Quick Reference]]

Revision as of 11:55, 11 November 2008

Command line video editing

Main tools I use:

Basic Operations

  • transcoding (changing from one format of video to another)
  • filtering / resizing
  • extracting (pulling out a selection of video)
  • movie to images
  • images to movie
  • joining audio & video

Mplayer Quick Reference