Page 1 of 1

George frame rate amd start frame

Posted: 15 Oct 2007, 13:09
by Mads Juul
is it possible through George to set the Project frame rate and the Project start frame?

-mads

Re: George frame rate amd start frame

Posted: 15 Oct 2007, 13:58
by Hervé
madsjuul wrote:is it possible through George to set the Project frame rate and the Project start frame?

-mads
to change the frame rate:
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

Posted: 15 Oct 2007, 14:24
by Mads Juul
Is it possible to make a new project from an Photoshop file through George

Posted: 15 Oct 2007, 15:08
by Hervé
madsjuul wrote:Is it possible to make a new project from an Photoshop file through George
tv_loadproject "myproject.psd"

Posted: 16 Oct 2007, 08:08
by Mads Juul
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


Code: Select all

tv_ReqFile "Get PSD File|C:\PSD\"
?Mads

Posted: 16 Oct 2007, 08:20
by Hervé
madsjuul wrote: but I cant change the start frame of a loaded psd file?
the its a feature request
It's a problem, we need a new cmd.
madsjuul wrote: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"
remove the double cote

Posted: 16 Oct 2007, 08:32
by Mads Juul
If I type this:

Code: Select all

tv_ReqFile GetPSDFile|C:\PSD\
I get this Error:

ERROR:unexpected char in an expression

??mads[/quote]

Posted: 16 Oct 2007, 08:47
by Hervé
madsjuul wrote:

Code: Select all

tv_ReqFile GetPSDFile|C:\PSD\
OK, this cmd work here with the double cote in a GRG script

Code: Select all

tv_ReqFile "Get PSD File|C:\windows|mydefaultname|*.psd"
the path MUST EXISTS

Posted: 16 Oct 2007, 09:15
by Mads Juul
Strange this doesnt work on my computer?

-mads

Posted: 17 Oct 2007, 08:59
by Mads Juul
Ok I think I found the Bug if I use the SYSTEM file Requester It always opens in the user homedir but the TVPaint file requester opens where the script tells it to I guess its a bug.