Tv FrameRate

From TVPaintWiki
Revision as of 11:28, 19 September 2012 by Madsjuul (Talk | contribs) (10.0.10)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<<<George<<<Command Reference<<<Project

tv_FrameRate rate ["TIMESTRETCH"]

Changes the frame rate for the project. The rate argument is the new frame rate. The "TIMESTRETCH" optional argument, if used, indicates that the time stretching function must be used when the frame rate is changed. This command returns the former project frame rate. Note that you can use this command without any arguments to determine the current frame rate for your project.


10.0.10

tv_framerate rate ""|"timestretch"|"preview"|"info" -> "" change the project frame rate without interpolation -> "timestretch" change the project frame rate with interpolation -> "preview" change the playback speed not the global project frame rate -> "info" return the project frame rate and the preview frame rate


Code for returning Current Project framerate

tv_frameRate 666 info
PARSE result projectFramerate previewFramerate
tv_warn projectFramerate