Skip to content

Commit

Permalink
Fixed a bug in the video generation (at the end)
Browse files Browse the repository at this point in the history
Fixed a bug in the video generation (at the end)
  • Loading branch information
aletts authored Jun 24, 2022
1 parent b83d102 commit cebbf07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion disco.py
Original file line number Diff line number Diff line change
Expand Up @@ -3071,7 +3071,6 @@ def move_files(start_num, end_num, old_folder, new_folder):
createPath(flo_out)
frames_in = sorted(glob(batchFolder+f"/{folder}({run})_*.png"))
shutil.copy(frames_in[0], flo_out)
print(sub_p_res)
for i in trange(init_frame, min(len(frames_in), last_frame)):
frame1_path = frames_in[i-1]
frame2_path = frames_in[i]
Expand Down

0 comments on commit cebbf07

Please sign in to comment.