feat: 쇼츠 품질 모듈 4종 파이프라인 연결

- MotionEngine: stock_fetcher에서 kenburns 대신 7패턴 모션 적용
- HookOptimizer: 스크립트 추출 후 훅 점수 평가 및 최적화
- CaptionTemplates: 코너별 자막 템플릿 매핑 (AI인사이트→brand_4thpath 등)
- ResilientAssembler: 클립별 개별 인코딩 + GPU 자동 감지
- video_assembler work_dir mkdir 누락 버그 수정

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
JOUNGWOOK KWON
2026-04-06 10:02:14 +09:00
parent fb5e6ddbdf
commit 93b2d3a264
4 changed files with 41 additions and 14 deletions

View File

@@ -47,10 +47,20 @@ CAPTION_TEMPLATES = {
# Corner → caption template mapping
CORNER_CAPTION_MAP = {
# 현재 블로그 코너
'AI인사이트': 'brand_4thpath',
'여행맛집': 'tiktok_viral',
'스타트업': 'hormozi',
'제품리뷰': 'hormozi',
'생활꿀팁': 'tiktok_viral',
'앱추천': 'brand_4thpath',
'재테크절약': 'hormozi',
'재테크': 'hormozi',
'팩트체크': 'brand_4thpath',
# 레거시 코너 (하위 호환)
'쉬운세상': 'hormozi',
'숨은보물': 'tiktok_viral',
'바이브리포트': 'hormozi',
'팩트체크': 'brand_4thpath',
'한컷': 'tiktok_viral',
'웹소설': 'brand_4thpath',
}