Commit ·
e85ade7
1
Parent(s): 64157e8
Update log message to reflect current video settings (no crossfade, no zoom)
Browse files
modules/story_reels/services/story_creator.py
CHANGED
|
@@ -681,7 +681,7 @@ class StoryCreator:
|
|
| 681 |
logger.info(f"Added {len(caption_clips)} caption clips")
|
| 682 |
|
| 683 |
# Write final video (with browser-compatible settings)
|
| 684 |
-
logger.info(f"Writing video
|
| 685 |
video.write_videofile(
|
| 686 |
str(output_path),
|
| 687 |
fps=24,
|
|
|
|
| 681 |
logger.info(f"Added {len(caption_clips)} caption clips")
|
| 682 |
|
| 683 |
# Write final video (with browser-compatible settings)
|
| 684 |
+
logger.info(f"Writing video: {len(clips)} images, chain method (no effects), audio sync enabled")
|
| 685 |
video.write_videofile(
|
| 686 |
str(output_path),
|
| 687 |
fps=24,
|