MoneyPrinterTurbo icon indicating copy to clipboard operation
MoneyPrinterTurbo copied to clipboard

combine_videos doesn't work at all

Open umutbozdag opened this issue 4 weeks ago • 16 comments

是否已存在类似问题?

  • [x] 我已搜索现有问题

当前行为

There are many logs like below: webui | ## combining video: 1 => ./storage/tasks/37ba57c7-5a5f-450e-a959-a745410c4f6c/combined-1.mp4 webui | 2025-01-25 14:28:40 | INFO | "./app/services/video.py:61": combine_videos - max duration of audio: 43.44 seconds webui | 2025-01-25 14:28:40 | INFO | "./app/services/video.py:65": combine_videos - each clip will be maximum 3 seconds long webui | 2025-01-25 14:29:10 | INFO | "./app/services/video.py:141": combine_videos - Using transition mode: VideoTransitionMode.fade_in webui | 2025-01-25 14:29:11 | INFO | "./app/services/video.py:141": combine_videos - Using transition mode: VideoTransitionMode.fade_in webui | 2025-01-25 14:29:11 | INFO | "./app/services/video.py:141": combine_videos - Using transition mode: VideoTransitionMode.fade_in webui | 2025-01-25 14:29:11 | INFO | "./app/services/video.py:136": combine_videos - resizing video to 1080 x 1920, clip size: 720 x 1280 webui | 2025-01-25 14:29:11 | INFO | "./app/services/video.py:141": combine_videos - Using transition mode: VideoTransitionMode.fade_in webui | 2025-01-25 14:29:11 | INFO | "./app/services/video.py:141": combine_videos - Using transition mode: VideoTransitionMode.fade_in webui | 2025-01-25 14:29:11 | INFO | "./app/services/video.py:141": combine_videos - Using transition mode: VideoTransitionMode.fade_in webui | 2025-01-25 14:29:12 | INFO | "./app/services/video.py:136": combine_videos - resizing video to 1080 x 1920, clip size: 720 x 1280

then program exits itself with webui exited with code 0 and nothing happens, there is no combined-1.mp4 file.

How to solve this?

预期行为

I should see combined-1.mp4 file.

重现步骤

See above.

堆栈追踪/日志

See above.

Python 版本

v3.0.0

操作系统

macOS 14+

MoneyPrinterTurbo 版本

v1.2.2

其他信息

No response

umutbozdag avatar Jan 25 '25 14:01 umutbozdag