Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#1 | Link |
Registered User
Join Date: Mar 2006
Posts: 1,538
|
AVS Script to rotate and speed up?
I have a raw video file that I would like to rotate 90 degrees clockwise in the z direction and speed up 2x. Can anyone provide a script that will perform these functions? Thanks.
Last edited by rack04; 23rd January 2014 at 20:35. |
![]() |
![]() |
![]() |
#2 | Link | |
Retried Guesser
Join Date: Jun 2012
Posts: 1,373
|
Quote:
Code:
RawSource("path\to\your\raw", ...) TurnRight AssumeFPS(Framerate*2).ChangeFPS(Framerate) Last edited by raffriff42; 24th January 2014 at 01:51. Reason: keep original frame rate instead of doubling it |
|
![]() |
![]() |
![]() |
#3 | Link |
Formerly davidh*****
Join Date: Jan 2004
Posts: 2,456
|
Code:
AssumeFPS(Framerate*2).ChangeFPS(Framerate) |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|