objection_engine
objection_engine copied to clipboard
Decide what should happen for loooooong text
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.
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.