George frame rate amd start frame
George frame rate amd start frame
is it possible through George to set the Project frame rate and the Project start frame?
-mads
-mads
Re: George frame rate amd start frame
to change the frame rate:madsjuul wrote:is it possible through George to set the Project frame rate and the Project start frame?
-mads
tv_framerate 12.5 [timestretch]
to set the start frame, you must create a new project
tv_projectnew "project name" width height aspectratio framerate lower/upper/none startframe
Cool thank you .-)
but I cant change the start frame of a loaded psd file?
the its a feature request
And I have A problem with the tv_RegFile it always opens in my home directory. i have type this though
?Mads
but I cant change the start frame of a loaded psd file?
the its a feature request
And I have A problem with the tv_RegFile it always opens in my home directory. i have type this though
Code: Select all
tv_ReqFile "Get PSD File|C:\PSD\"
It's a problem, we need a new cmd.madsjuul wrote: but I cant change the start frame of a loaded psd file?
the its a feature request
remove the double cotemadsjuul wrote:And I have A problem with the tv_RegFile it always opens in my home directory. i have type this thoughCode: Select all
tv_ReqFile "Get PSD File|C:\PSD"
If I type this:
I get this Error:
ERROR:unexpected char in an expression
??mads[/quote]
Code: Select all
tv_ReqFile GetPSDFile|C:\PSD\
ERROR:unexpected char in an expression
??mads[/quote]
OK, this cmd work here with the double cote in a GRG scriptmadsjuul wrote:Code: Select all
tv_ReqFile GetPSDFile|C:\PSD\
Code: Select all
tv_ReqFile "Get PSD File|C:\windows|mydefaultname|*.psd"