0

RVIO and simpleslate

Hi Guys,

Having an issue with the rip movie range and slate script running together in RVIO.  It seems that if your trying to rip the movie length with the "-t" flag and are trying to generate a slate at the same time the slate is never generated.  The ripping of the movie should be done independent of slate creation.  I have tried different rip configuration with no luck.   Attached is some sample python of the issue.

import os
inPath = " P:/Desktop/testFootage/testFootage.#.tga"
outPath = "P:/Desktop/ testFootage/testFootage.mov"
cmd = "rvio"
cmd = cmd + " -t  " + "1-30"
cmd = cmd + " " + inPath
cmd = cmd + " -o "+ outPath
cmd = cmd + " -leader simpleslate"
cmd = cmd + " " + "\"Zoic Studios\""
cmd = cmd + " " + "\"Show=Test Show\""
cmd = cmd + " " + "\"Episode=Test Episode\""
cmd = cmd + " " + "\"Version=TEst Version\""
os.system( cmd )

 

-Romey

2 comments

  • 0
    Avatar
    Alan Trombla

    Yep, that's a bug.  It's on our list to fix for 3.8, which will be in beta testing in a few weeks.

    -Alan

  • 0
    Avatar
    Alan Trombla

    Mike, FYI this should be fixed in the current version (3.8.4).

Please sign in to leave a comment.