Hi,
Question : Is there any way to create standalone converting tool from image sequence to mov video file through rvio.exe / rvio_hw.exe ?
(we create tool with python2.7, pyqt4, shotgun_api3 module / also we have license of rv)
Situation :
We have been creating ‘shotgun upload media player’ pipeline in-house tool.
At this points, we thought that the rvio_hw.exe is useful to converting from sequence image to mov file.
[Information that we find]
shell> rvio foo.#.exr -o foo.mov
we run the command line but because of the license failed, the command did not work
(After a while, we knew that running rvioSetup() function and bind function from rv.commands module is necessary…via rv python console…)
we want to know the solution exists
Thanks for reading in busy time.