Skip to content

Commit 2476959

Browse files
committed
updated files
1 parent 527f682 commit 2476959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test2.py renamed to assemble_video.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959

6060
next_keyframe = Image.open(files[i + 1])
6161

62+
# This has to be nearest
6263
scaled_keyframe = next_keyframe.resize((scaled_width, scaled_height), resample=Image.NEAREST)
6364

6465
scaled_keyframe.paste(previous_keyframe, placement_box)

0 commit comments

Comments
 (0)