0

RVIO and Python

Sorry for the dumb question, but am I able to access RVIO to convert a DPX to a JPEG from directly in Python? I know I can from the command line, but my script will be running on both a Windows box and a Linux box and I figure it'll just be easier if I can manage it from Python only. If I can, would you mind giving me an example?

 

Thanks,

Den

2 comments

  • 0
    Avatar
    Dennis Serras

    I can use subprocess calls to command line, of course, but I'd like this to be as cross-platform as possible. Thanks!

  • 0
    Avatar
    Jon Morley

    Hi Dennis,

    For now the only way to achieve this is through subprocess as you mentioned.

    Thanks,

    Jon

Please sign in to leave a comment.