View Full Version : rendering multiple file-out's with different duration
cole_yu 01-09-2006, 04:50 PM Is there a way(with some script perhaps) to make different time ranges for different file-out nodes...I am doing some color correction for a 20 min movie, and I attached new file out node to every clip....But all clips off course have different duration, so or they are shortened after render od expanded with emty frames after the end...
I am using Shake 2.51.1116 on windows...
| |
Nope - 'fraid not....
All I can suggest is writing a python (or equivalent) script to, for each FileOut, ignore all the other FileOuts, and then set off a render with the correct time range.
pixel mixer
01-09-2006, 05:57 PM
i think you can do it in the command line using -t and specifiying the fileout node -n the command line
i'm on 4.0 osx here and i don't know if it applies to the windows version
cole_yu
01-10-2006, 11:28 AM
I managed to do that with commandline like:
shake -exec sceneName.shk -render out1 1-10 -render out2 1-15 etc.....
Got this hint on vfxtalk:
to enter this in fileOut image name:
/folder/another_folder/movie/shot/filename.1-140@.tif
This works, but every fileOut is rendered in whole range and only 1-140 is being writen on disk,which is not very good solution...
pixel mixer
01-13-2006, 09:33 AM
just make a batch file
shake -v -fo "fileoutname1" -t 25-50 -exec blabla.shk
shake -v -fo "fileoutname2" -t 22-90 -exec blabla.shk
save that as a batch file and in the terminal window just execute it using:
sh ./mybatch
or chmod 755 ./mybatch
and then
./mybatch
this should work
cole_yu
01-17-2006, 09:36 AM
Thanx Mixer...your solution is lot easier to read and change later....
CGTalk Moderation
01-17-2006, 09:36 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2009, Jelsoft Enterprises Ltd.