브라우저 자막 생성 및 변환기 (.SRT / .VTT)

브라우저에서 직접 동기화된 .SRT 및 .VTT 자막 파일을 생성, 편집 및 내보내기.

미디어 및 파일 도구
100% 클라이언트 사이드 · 안전한 개인정보 보호
브라우저 자막 생성 및 변환기 (.SRT / .VTT)

브라우저에서 직접 동기화된 .SRT 및 .VTT 자막 파일을 생성, 편집 및 내보내기.

개념 및 지식 허브

동영상 자막 편집기 및 타임코드 싱크 조절 (SRT, VTT)

동영상 자막 편집기 및 타임코드 싱크 조절 (SRT, VTT)

본 도구는 100% 클라이언트 환경(브라우저)에서 작동합니다. 사진, 동영상, 음성 또는 PDF 문서가 외부 서버로 절대 전송되지 않으며 로컬 메모리에서 안전하게 처리됩니다.

핵심 아키텍처 및 수학 공식

Subtitle Node = Sequence Number + [Start Time ➔ End Time] + Text Payload

The SubRip (SRT) format is strictly sequential. A single missing arrow `-->` or a malformed timestamp (HH:MM:SS,ms) will break the entire subtitle file during playback.

모범 사례 및 필수 지침

  • Keep Lines Short: Human reading speed is limited. Never exceed 42 characters per line, and never exceed 2 lines per subtitle block. If a sentence is longer, split it into two separate timestamped blocks.
  • Use WebVTT for Modern Web: While SRT is the legacy standard for desktop video players, WebVTT is the native standard for HTML5 `<track>` tags. VTT supports advanced styling (colors, positioning) that SRT lacks.
  • Include Non Speech Audio: True accessibility requires Closed Captions (CC), not just subtitles. Always bracket significant audio cues, like `[explosion]` or `[upbeat music playing]`, for deaf and hard of hearing viewers.

자주 묻는 질문 (FAQ)

Why are my subtitles out of sync?
Desync usually occurs when the subtitle file was created for a video running at 24 frames per second (fps), but applied to a video running at 30 fps. Time drift compounds as the video plays.
Can I embed the subtitles directly into the video?
This tool generates sidecar files (.srt/.vtt) which allow the user to toggle them on or off. To permanently 'hardcode' or 'burn' subtitles into the video pixels, you need a heavy rendering engine like Handbrake.
Does this tool auto generate subtitles using AI?
No. High accuracy speech to text AI requires massive GPU computation. This tool provides a highly efficient manual synchronization interface for precise human editing.