feat(learning): 업로드 동영상 카드 썸네일(ffmpeg 프레임 추출)

- 동영상 업로드 후 PPT와 동일한 썸네일 큐로 PNG 생성
- ENABLE_VIDEO_THUMBNAIL, VIDEO_THUMB_SEEK_SEC 환경 변수 지원
- 관리자: 동영상도 썸네일 재생성·삭제 시 썸네일 파일 정리
- 카드/스타일: 썸네일 이미지 표시 시 불투명도 1

Made-with: Cursor
This commit is contained in:
2026-04-21 17:02:21 +09:00
parent 8f441e8ef2
commit 7bee72f287
7 changed files with 173 additions and 38 deletions

View File

@@ -776,10 +776,8 @@ button.ai-case-inline-link:hover {
color: #fff;
}
.thumb-fallback-video {
font-size: 28px;
line-height: 1;
opacity: 0.95;
.thumb.video .thumb-image {
opacity: 1;
}
.lecture-video-wrap {