This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
tutorials:video-editing [2010/02/20 23:59] razvan created |
tutorials:video-editing [2020/07/20 09:16] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | = Video Editing = | + | ====== Video Editing |
| - | Tools and use cases for video editing. | + | Open-source tools and use cases for video editing. |
| - | == mencoder == | + | ===== mencoder |
| - | * Part of [[http:// | + | |
| - | * [[http:// | + | * [[http:// |
| - | === Installation === | + | ==== Installation |
| - | === Usage === | + | * On Debian, use [[http:// |
| + | * add repository URL (such as {{{deb http:// | ||
| + | * synchronize package index: {{{apt-get update}}} | ||
| + | * install mencoder: {{{apt-get install mencoder}}} | ||
| - | * convert a MTS file ([[http:// | + | ==== Usage ==== |
| + | |||
| + | | ||
| mencoder $MTS_FILE -oac copy -ovc lavc -lavcopts vcodec=mpeg4: | mencoder $MTS_FILE -oac copy -ovc lavc -lavcopts vcodec=mpeg4: | ||
| </ | </ | ||
| - | * convert a MTS file ([[http:// | + | |
| mencoder $MTS_FILE -oac copy -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720: | mencoder $MTS_FILE -oac copy -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720: | ||
| </ | </ | ||
| + | |||
| + | ===== ffmpeg ===== | ||
| + | |||
| + | * [[http:// | ||
| + | |||
| + | == Kino === | ||
| + | |||
| + | * [[http:// | ||
| + | |||
| + | ===== Cinefx ===== | ||
| + | |||
| + | * [[http:// | ||
| + | |||
| + | ===== HandBrake ===== | ||
| + | |||
| + | * [[http:// | ||