View Single Post
Old 23rd January 2014, 20:52   #2  |  Link
raffriff42
Retried Guesser
 
raffriff42's Avatar
 
Join Date: Jun 2012
Posts: 1,373
Quote:
Originally Posted by rack04 View Post
I have a raw video file that I would like to rotate 90 degrees clockwise in the z direction and speed up 2x...
Code:
RawSource("path\to\your\raw", ...)
TurnRight
AssumeFPS(Framerate*2).ChangeFPS(Framerate)
RawSource: http://forum.doom9.org/showthread.php?t=103509

Last edited by raffriff42; 24th January 2014 at 01:51. Reason: keep original frame rate instead of doubling it
raffriff42 is offline   Reply With Quote