Skip to content

Commit e9e46b9

Browse files
committed
Initial frame should be saved as 0000.jpg and not 0.jpg.
1 parent 90133a3 commit e9e46b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ local frames_dir = opt.output_dir
211211
if not paths.dirp(frames_dir) then
212212
paths.mkdir(frames_dir)
213213
end
214-
image.save(paths.concat(frames_dir, '0.jpg'), output)
214+
image.save(paths.concat(frames_dir, '0000.jpg'), output)
215215

216216
-- set optimizer options
217217
local optim_state

0 commit comments

Comments
 (0)