User Tools

Site Tools


tutorials:video-editing

Differences

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

Link to this comparison view

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://www.mplayerhq.hu|MPlayer]] +   Part of [[http://www.mplayerhq.hu|MPlayer]] 
-* [[http://www.mplayerhq.hu/DOCS/HTML/en/mencoder.html|Basic usage of MEncoder]]+   [[http://www.mplayerhq.hu/DOCS/HTML/en/mencoder.html|Basic usage of MEncoder]]
  
-=== Installation ===+==== Installation ====
  
-=== Usage ===+  *  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}}}
  
-* convert a MTS file ([[http://en.wikipedia.org/wiki/AVCHD|AVCHD format]]) to an AVI file (MPEG4)<code>+==== Usage ==== 
 + 
 +   convert a MTS file ([[http://en.wikipedia.org/wiki/AVCHD|AVCHD format]]) to an AVI file (MPEG4)<code>
 mencoder $MTS_FILE -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=5000:aspect=16/9 -fps 50 -vf scale=1024:576 -ffourcc XVID -o $AVI_FILE mencoder $MTS_FILE -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=5000:aspect=16/9 -fps 50 -vf scale=1024:576 -ffourcc XVID -o $AVI_FILE
 </code> </code>
-* convert a MTS file ([[http://en.wikipedia.org/wiki/AVCHD|AVCHD format]]) to a MPEG file (MPEG2)<code>+   convert a MTS file ([[http://en.wikipedia.org/wiki/AVCHD|AVCHD format]]) to a MPEG file (MPEG2)<code>
 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.1266703173.txt.gz · Last modified: 2010/02/20 23:59 by razvan