|
@@ -44,7 +44,7 @@ def generate_video(image_files, output_path):
|
|
|
'ffmpeg', '-loop', '1', '-i', image_files[i],
|
|
|
'-loop', '1', '-i', image_files[i + 1],
|
|
|
'-filter_complex',
|
|
|
- f'gltransition=duration=1:offset=0.7:source=/web/test/ASJServer/static/temp/{transitions[i]}',
|
|
|
+ f'gltransition=duration=1:offset=0.7:source=/web/test/ASJServer/static/gl-transitions/{transitions[i]}',
|
|
|
'-t', '2', output_video
|
|
|
]
|
|
|
|