Free, instant, and entirely in your browser — your subtitle file is never uploaded.
MicroDVD counts frames, not seconds — this has to match the video.
SRT is the plainest subtitle format there is: a number, a start and end time, the lines of text, a blank line, repeat. It came out of a 1990s DVD-ripping program called SubRip and has outlived every format designed to replace it, precisely because there is almost nothing in it to go wrong.
MicroDVD is the odd one out: it counts frames, not time. Each line is {start}{end} followed by the text, with a pipe between display lines. There is no timestamp anywhere in the file.
This one is almost always about old hardware. A DVD player, a car head unit, a media box from the DivX years — something that reads .sub and nothing newer. The conversion turns every timestamp into a frame number, which is why the frame rate above is not a detail: it is the single decision that determines whether the subtitles stay in sync for two hours or slide steadily out of it.
You want MicroDVD because something old needs feeding: a DivX-era AVI, a hardware player, a set-top box that was never updated. It is not a format anyone chooses for new work, and going into it means committing to one frame rate for the life of the file — which is why the control above matters more here than anywhere else on the site.
Both sides carry the same thing — lines of text with a start and an end — so this is the cleanest conversion in the set. Nothing is approximated and nothing is thrown away; the timestamps are rewritten in the target's notation and the text goes across as it stands. What changes is compatibility: which players, platforms and browsers will accept the file you end up with. Because MicroDVD is the destination here, the frame rate is a decision you are making rather than one you are reading. Every timestamp is multiplied by it and rounded to a whole frame, so the file you get is locked to that rate: correct on a video that runs at it, and progressively wrong on one that does not. Set it to match the video before you convert, not after.
No. The conversion runs in your browser using JavaScript — your SRT file is read from disk, converted in memory and handed back as a download. Nothing is transmitted, so there is nothing for us to store or delete. You can disconnect from the internet after this page loads and the conversion still works.
This one is almost always about old hardware. A DVD player, a car head unit, a media box from the DivX years — something that reads .sub and nothing newer. The conversion turns every timestamp into a frame number, which is why the frame rate above is not a detail: it is the single decision that determines whether the subtitles stay in sync for two hours or slide steadily out of it.
The page checks before it converts. Subtitle formats are identified by what is inside the file rather than by the extension — which matters, because .sub alone is used by three unrelated formats. If you hand this page something that is not SRT, it says so and points you at the all-format converter instead of producing a broken file.