Timecode Converter
Convert between HH:MM:SS.mmm, total seconds, and frame numbers. Supports drop-frame timecodes.
What this tool does
- Bidirectional conversion
- NTSC drop-frame support
- Shareable URL with parameters
How to use
- 1
Pick input format
HH:MM:SS / seconds / frames.
- 2
Pick FPS
23.976 / 24 / 29.97 / 30 / 59.94 / 60.
- 3
Read result
Both other formats appear automatically.
What each setting means
Recommended settings
Common pitfalls
Symptom: Timecode drifts
Cause: Drop-frame mismatch.
Fix: Match the source DF / NDF setting.
Equivalent FFmpeg commands
Reference commands you can run on the desktop FFmpeg CLI.
ffmpeg -i input.mp4 -ss 00:01:30.500 -to 00:02:00.000 -c copy output.mp4Browser support & limits
- Calculator only.
Privacy
This tool only does math in your browser. Inputs stay on your device — nothing is uploaded. Read the privacy policy →
Frequently asked questions
What is drop-frame?
A correction for NTSC 29.97fps that periodically skips frame numbers (not actual frames) to keep wall-clock alignment.
23.976 vs 24?
23.976 is the NTSC-friendly variant — they drift apart over long durations.