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.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 23rd January 2014, 20:33   #1  |  Link
rack04
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.
rack04 is offline   Reply With Quote
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
Old 24th January 2014, 13:49   #3  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,493
Code:
AssumeFPS(Framerate*2).ChangeFPS(Framerate)
Note that this will remove every other frame and keep the original frame rate. If you want to keep all the frames and double the frame rate, remove the ChangeFPS.
wonkey_monkey is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:59.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.