-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
added subtitles cannot be fully displayed #2260
Comments
Could you please provide some code (the code you used and failed is ok) to be able to check and investigate about that? I've not used the subtitles functionality yet and I could try with your code. Thank you. |
def add_subtitles_to_video_textclip(video_clip, srt_path, subtitle_config, video_path):
|
subtitle_config: |
I encountered the same issue. Did you find a solution? |
I have temporarily downgraded the version to 1.0.3 |
Expected Behavior
Add subtitles normally
Actual Behavior
After upgrading to version 2.1.1 of Moviepy, it is not possible to wrap subtitles when adding them. Multiple subtitles can only display one line, and any excess will be truncated.
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: