Page 2 of 2

Re: output file name

Posted: 2010-11-24T12:16:58-07:00
by CptWacko
I got a weird thing happening ! When I'm trying "filename_%04d.jpg" (from a batch file) the file output name is filename_"path_to_batch_file"4d.jpg when the batch file executes.

Does anyone know why I got that problem happening ?

Re: output file name

Posted: 2010-11-24T15:43:43-07:00
by fmw42
CptWacko wrote:I got a weird thing happening ! When I'm trying "filename_%04d.jpg" (from a batch file) the file output name is filename_"path_to_batch_file"4d.jpg when the batch file executes.

Does anyone know why I got that problem happening ?

If you are on windows, % have to go to %% (escaped). But I don't know the %04d works in windows even with %%. I am not a windows user. So see http://www.imagemagick.org/Usage/windows/