User Tools

Site Tools


tutorials:video-editing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tutorials:video-editing [2010/02/20 23:59]
razvan created
tutorials:video-editing [2010/02/21 00:22]
razvan created
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 ==
Line 9: Line 9:
  
 === Installation === === Installation ===
 +
 +* On Debian, use [[http://debian-multimedia.org/|debian-multimedia]] repository:
 +** add repository URL (such as {{{deb http://www.debian-multimedia.org lenny main non-free}}}) to {{{/etc/apt/sources.list}}};
 +** synchronize package index: {{{apt-get update}}}
 +** install mencoder: {{{apt-get install mencoder}}}
  
 === Usage === === Usage ===
Line 18: Line 23:
 mencoder $MTS_FILE -oac copy -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720:576,harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15:aspect=16/9:threads=4 -ofps 50 -fps 50 -o $MPEG_FILE mencoder $MTS_FILE -oac copy -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720:576,harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15:aspect=16/9:threads=4 -ofps 50 -fps 50 -o $MPEG_FILE
 </code> </code>
 +
 +== ffmpeg ==
 +
 +* [[http://www.ffmpeg.org/|ffmpeg home page]]
 +
 +== Kino ===
 +
 +* [[http://www.kinodv.org/|Kino home page]]
 +
 +== Cinefx ==
 +
 +* [[http://www.cinefx.org/|Cinefx home page]]
 +
 +== HandBrake ==
 +
 +* [[http://handbrake.fr/|HandBrake home page]]
tutorials/video-editing.txt · Last modified: 2020/07/20 09:16 (external edit)