WaZaRWiki : VideoTips

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

Revision [36422]

Most recent edit made on 2012-03-11 15:35:14 by GaelReignier

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




Revision [36421]

Edited on 2012-03-11 15:34:50 by GaelReignier

Additions:

How to rotate video

Encode a video:

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


Deletions:
How to rotate video




Revision [36420]

The oldest known version of this page was edited on 2012-03-11 15:33:41 by GaelReignier
ITTips


How to rotate video

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
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.2053 seconds