We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527f682 commit 2476959Copy full SHA for 2476959
test2.py assemble_video.pytest2.py renamed to assemble_video.py
@@ -59,6 +59,7 @@
59
60
next_keyframe = Image.open(files[i + 1])
61
62
+ # This has to be nearest
63
scaled_keyframe = next_keyframe.resize((scaled_width, scaled_height), resample=Image.NEAREST)
64
65
scaled_keyframe.paste(previous_keyframe, placement_box)
0 commit comments