Stop tracking AGENTS.md
This commit is contained in:
parent
57aa88854b
commit
aafd856ecc
3 changed files with 4 additions and 11 deletions
|
|
@ -451,7 +451,7 @@ def build_video(
|
|||
filters.append(f"[{current}]copy[{title_label}]")
|
||||
|
||||
caption_label = title_label
|
||||
caption_size = (subtitle_font_size if title_lines else max(40, height // 18)) + 2
|
||||
caption_size = subtitle_font_size if title_lines else max(40, height // 18)
|
||||
for idx, caption in enumerate(captions):
|
||||
if not caption:
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue