0

getting frameStart and frameEnd while customizing frameburn.mu script

Hi,

I am trying to get the frameStart() and frameEnd() (or any other frame info) using the "commands" api module but I keep on getting "0"

this is the command I am using in the frameburn.mu script:

----------------------------------------------------------------------------

int frameEnd;

frameEnd   = commands.frameEnd();

-----------------------------------------------------------------------------

what am I doing wrong ? is there a "right" way to get it ? our artists wants to see the "frame-in" "frame-out" and "total-frames" since I am running the script

on a video source (not image sequence) I don't know anything about the frame range.

 

I will really appreciate your answer !

Thanks

Ran

 

 

Return the current global frame number

1 comment

  • 0
    Avatar
    Jon Morley

    Hi Ran,

    There is no way to get the frame start and end from within RVIO. You will need to know that ahead of time calling something like:

    prompt> rvls -x your_movie_file.mov

    Sorry,

    Jon

Please sign in to leave a comment.