fix: 인트로 텍스트 20자 제한 및 비디오 캐싱 문제 해결

- 인트로(썸네일) 텍스트 제한을 10자에서 20자로 증가
- 비디오 URL에 updated_at 타임스탬프 추가하여 캐싱 문제 해결
- 재편집 후 영상이 이전 버전으로 보이는 문제 수정

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
kihong.kim
2026-01-04 22:10:23 +09:00
parent be3ed688a1
commit ad14c4ea8c
3 changed files with 12 additions and 8 deletions

View File

@@ -88,7 +88,7 @@ class RenderRequest(BaseModel):
subtitle_style: Optional[SubtitleStyle] = None
keep_original_audio: bool = False
# Intro text overlay (shown at beginning of video for YouTube Shorts thumbnail)
intro_text: Optional[str] = None # Max 10 characters recommended
intro_text: Optional[str] = None # Max 20 characters recommended
intro_duration: float = 0.7 # Duration of frozen frame with intro text (seconds)
intro_font_size: int = 100 # Font size