User Tools

Site Tools


Sidebar

tutorials:video-editing

This is an old revision of the document!


= Video Editing =

Tools and use cases for video editing.

mencoder

Installation

Usage

* convert a MTS file (AVCHD format) to an AVI file (MPEG4)

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

* convert a MTS file (AVCHD format) to a MPEG file (MPEG2)

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
tutorials/video-editing.1266703173.txt.gz · Last modified: 2010/02/20 23:59 by razvan