LuisMayo / objection_engine

Library that turns comment chains into ace attorney scenes, used in several bots
MIT License
105 stars 20 forks source link

Decide what should happen for loooooong text #73

Open saschanaz opened 2 years ago

saschanaz commented 2 years ago
render_comment_list([Comment(text_content="wow\nwow\nwow\nwow\nwow\nwow\nwow\n")], output_filename="output.mp4", resolution_scale=2)

This shows only the first four lines and clips all others.

saschanaz commented 2 years ago

Oh, actually comments_to_scene does split it into multiple scenes, but that's nothing to do with actual line numbers, so overflow still happens for some texts.