User Tools

Site Tools


tutorials:video-editing

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
tutorials:video-editing [2010/02/21 00:22]
razvan created
tutorials:video-editing [2020/07/20 09:16] (current)
Line 1: Line 1:
-= Video Editing =+====== Video Editing ======
  
 Open-source 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 ====
  
-* On Debian, use [[http://debian-multimedia.org/|debian-multimedia]] repository: +   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}}}; +     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}}} +     synchronize package index: {{{apt-get update}}} 
-*install mencoder: {{{apt-get install mencoder}}}+     install mencoder: {{{apt-get install mencoder}}}
  
-=== Usage ===+==== Usage ====
  
-* convert a MTS file ([[http://en.wikipedia.org/wiki/AVCHD|AVCHD format]]) to an AVI file (MPEG4)<code>+   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 ==+===== ffmpeg =====
  
-* [[http://www.ffmpeg.org/|ffmpeg home page]]+   [[http://www.ffmpeg.org/|ffmpeg home page]]
  
 == Kino === == Kino ===
  
-* [[http://www.kinodv.org/|Kino home page]]+   [[http://www.kinodv.org/|Kino home page]]
  
-== Cinefx ==+===== Cinefx =====
  
-* [[http://www.cinefx.org/|Cinefx home page]]+   [[http://www.cinefx.org/|Cinefx home page]]
  
-== HandBrake ==+===== HandBrake =====
  
-* [[http://handbrake.fr/|HandBrake home page]]+   [[http://handbrake.fr/|HandBrake home page]]
tutorials/video-editing.1266704542.txt.gz · Last modified: 2010/02/21 00:22 by razvan