Just tested it again and seems working fine... my error was that I added -a just at the end and not for each sequence. Wrote like this:
blender -b filname.blend -f 84 -f 96 -s 110 -e 113 -s 137 -e 139 -a 2014-02-11 15:21 GMT+01:00 Francesco Paglia <[email protected]>: > Thank you Campbell... > i'll check it again to see if I made any mistake... > I'll let you know asap > > > > > 2014-02-11 15:06 GMT+01:00 Campbell Barton <[email protected]>: > > works here http://www.graphicall.org/ftp/ideasman42/typescript_render.html >> >> On Wed, Feb 12, 2014 at 12:56 AM, Francesco Paglia >> <[email protected]> wrote: >> > Hi campbell, >> > I tried this: >> > >> > blender -b filname.blend -f 84 -f 96 -s 110 -e 113 -a >> > >> > and blender started rendering from 84 till 113... >> > >> > >> > >> > >> > 2014-02-11 13:58 GMT+01:00 Campbell Barton <[email protected]>: >> > >> >> On Tue, Feb 11, 2014 at 4:16 PM, Francesco Paglia < >> [email protected]> >> >> wrote: >> >> > Hi everyone! >> >> > >> >> > While rendering a short video I had the need of re-render spare frame >> >> that >> >> > crashed on the renderfarm... some times the frames were >> "concatenated" >> >> like >> >> > 110,111,112,113 some time not. >> >> > >> >> > so I tried to add those frames in a single batch process in this way: >> >> > blender -b filname.blend -f 84 -f 96 -s 110 -e 113 -s 137 -e 139 -a >> >> >> >> -s and -e only set the frame range, not trigger animation render - >> >> this works as you intended. >> >> >> >> blender -b filname.blend -f 84 -f 96 -s 110 -e 113 -a -s 137 -e 139 -a >> >> >> >> > what I got is just the spare frames and the latest group of frames >> >> defined >> >> > in the animation so I was forced to add each frame manually like -f >> 84 >> >> -f >> >> > 96 -f 110 -f 111 -f 112 -f 113 .... >> >> > >> >> > Wouldn't it be better if we can easily write a line much shorter and >> >> easier >> >> > to read for a human being like the following: >> >> > >> >> > blender -b filename.blend -f 84,96,110-113,137-139,145 >> >> > >> >> > Waiting for your feedback! >> >> > ciao Francesco >> >> > >> >> > -- >> >> > Francesco Paglia >> >> > Vfx and Production Supervisor >> >> > >> >> > e-mail [email protected] >> >> > _______________________________________________ >> >> > Bf-committers mailing list >> >> > [email protected] >> >> > http://lists.blender.org/mailman/listinfo/bf-committers >> >> >> >> >> >> >> >> -- >> >> - Campbell >> >> _______________________________________________ >> >> Bf-committers mailing list >> >> [email protected] >> >> http://lists.blender.org/mailman/listinfo/bf-committers >> >> >> > >> > >> > >> > -- >> > Francesco Paglia >> > Vfx and Production Supervisor >> > >> > mobile +39 347.82.12.473 >> > e-mail [email protected] >> > _______________________________________________ >> > Bf-committers mailing list >> > [email protected] >> > http://lists.blender.org/mailman/listinfo/bf-committers >> >> >> >> -- >> - Campbell >> _______________________________________________ >> Bf-committers mailing list >> [email protected] >> http://lists.blender.org/mailman/listinfo/bf-committers >> > > > > -- > Francesco Paglia > Vfx and Production Supervisor > > mobile +39 347.82.12.473 > e-mail [email protected] > > -- Francesco Paglia Vfx and Production Supervisor mobile +39 347.82.12.473 e-mail [email protected] _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
