Hi everyone,
I am trying to automate a system that will use rvio to compile some of my render for our dailies.
I have try to script a bit but for the moment, not quite a lot of success.
So turn my head towards the built in plugin of rvio include in deadline and i think there`s is quite something to do with it.
But so far, im not quite lucky. I am not event able to lunch the script itseflt. i get that message in my log:
0: INFO: Startup Directory: “C:\Program Files (x86)\Tweak\RV-3.12.14-32\bin”
0: INFO: Process Priority: BelowNormal
0: INFO: Process is now running
0: STDOUT: ERROR: $HOME is not set in the environment and is required.
0: INFO: Process exit code: -1
Befere this message, i was getting :
0: STDOUT: INFO: writing R:/the_path/_the_file_name.mov
0: STDOUT: INFO: output compressor avc1
0: STDOUT: INFO: output codec avc1
0: STDOUT: INFO: video output format is 1028x720 24-bit avc1 at 24 fps with datarate: 5000000 and keyframe interval: 0
0: STDOUT: ERROR: CreateMovieStorage failed (-43) – Make sure R:/the_path/_the_file_name.mov isn’t write-protected.
0: INFO: Process exit code: -2
The thing is i am admin of that station, and there is no pre-existant file of it. To remove that erre it limit my bitrate to 20 000.
Any idea why it`s doing that ?
Ho and yeah, at the end, i want a post action script calling rvio to make a mov of every pass of every render that will pass trough deadline.
So if anybody got already a script like that, you`ll be saving me some time. Right now im trying to build it from a mix of the submit rvio and the post action quicktime script.
Thanks !