-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
combine_videos doesn't work at all #578
Comments
same issue .. any idea why ? |
same issue Edit: I used the docker containers |
same issue, using both docker and manual deployments (using github codespaces) |
update: apparently turning off the subtitles fix the issue |
Same issue here using docker.
Can provide further informations if needed to hep fixing this issue. |
same issue here... anyone got this working??? |
same issue. macos 15.3 |
Same issue, mac 15.3 |
Had the same issue, disabled the transitions and fixed |
have disabled transitioons and subtitles. still same problem. |
Same issue, mac 15.3 |
Same issue, mac 14.7 |
I’m facing the same issue when generating an 8-minute video. Is there a limit on how long the video can be? When I generated a 30-second video, I got a properly combined final version, but for longer videos, the combined version isn’t saved. The individual parts are available in the task/project folder, but not the full version. Is there a maximum length limit for the transcript or video?" Let me know if you want any tweaks! 😊 using docker: my final terminal windows is : |
i think should allocate minimun 16G ram |
|
是否已存在类似问题?
当前行为
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
The text was updated successfully, but these errors were encountered: