Update animate.py
Browse filesOnly changed the clip resize to 4
- animate.py +1 -1
animate.py
CHANGED
@@ -226,7 +226,7 @@ def create_mp4_with_audio(frames, cv2_images, duration, audio, output_path):
|
|
226 |
clip1 = clip1
|
227 |
clip2 = (
|
228 |
vfc(temp_vid_path.as_posix())
|
229 |
-
.resize(
|
230 |
.set_start(clip1.duration - 0.5)
|
231 |
.crossfadein(2)
|
232 |
)
|
|
|
226 |
clip1 = clip1
|
227 |
clip2 = (
|
228 |
vfc(temp_vid_path.as_posix())
|
229 |
+
.resize(4)
|
230 |
.set_start(clip1.duration - 0.5)
|
231 |
.crossfadein(2)
|
232 |
)
|