WaZaRWiki : VideoTips

GaelReignier :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register :: Hosted by: eNiX
ITTips


How to rotate video


Useful when a video shot with the iPhone is in portrait and not landscape...

mencoder -ovc raw -vf rotate=1 -oac pcm testOutput.mov -o testOutput_final.mov


where:
ovc is the video encoder to choose. Here is raw. To get a full list: mencoder -ovc help
rotate: to rotate the video where:
oac is the audio encoder
File name (testOutput.mov)
-o the name of the new output file

Encode a video:


mencoder -ovc x264  -oac pcm testOutput_final.mov -o testOutput_fixed.mov

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0577 seconds