Notifications
Clear all
[Closed] PAL or NTSC
May 05, 2007 9:31 pm
can I do this in max script and if so how ?
if max is set to PAL FR = 0
if max is set to NTSC FR = 1
I know I can use timeDisplayMode to tell me if I set to [size=2]frames or ticks but I would just like to know if max is set to pal or ntsc , is this something I can do with max script
[/size]
2 Replies
1 Reply
Not sure I could follow your pseudo-code above, but
FrameRate==25 –> true for PAL, false for any other frame rate incl. NTSC
FrameRate==30 –> true for NTSC, false for any other frame rate incl. PAL
You can also set the FrameRate through a script if it is not what you wanted.