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 [2020/07/20 09:16]
Line 1: Line 1:
-= Video Editing = 
  
-Tools and use cases for video editing. 
- 
-== mencoder == 
- 
-* Part of [[http://www.mplayerhq.hu|MPlayer]] 
-* [[http://www.mplayerhq.hu/DOCS/HTML/en/mencoder.html|Basic usage of MEncoder]] 
- 
-=== Installation === 
- 
-=== 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 
-</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 
-</code> 
tutorials/video-editing.txt · Last modified: 2020/07/20 09:16 (external edit)