Зачем конвертировать SRT в SUB?
MicroDVD .sub was common in the early-2000s DivX era and some older DVD-authoring tools and media players still require it. The key difference from .srt is that .sub stores timing as video frame numbers rather than clock timestamps, which is why the conversion requires the video's frame rate. Note that .sub is also used for VobSub image-based subtitles paired with a .idx file, which is a completely different format and not the target here.
Способы конвертации SRT в SUB
Subtitle Edit FREE
Open the .srt in Subtitle Edit, go to File > Save As, select "MicroDVD" from the format dropdown, enter the video frame rate when prompted, and save the .sub file.
Gnome Subtitles FREE
Open the .srt in Gnome Subtitles, go to File > Save As, select MicroDVD, set the frame rate to match your video, and save.
Subtitle Workshop FREE
Open the .srt in Subtitle Workshop and use File > Save As to select the MicroDVD format, then enter the correct video frame rate.
Программы, которые конвертируют SRT
Об этих форматах
Файл SRT (SubRip Subtitle) хранит субтитры в виде обычного текста с временными кодами. Его не открывают отдельно - переименуйте его так, чтобы имя совпадало с видеофайлом, поместите оба…
Открыть детали .SRT →A SUB file stores movie subtitles as plain text, either in MicroDVD format (frame numbers in braces) or SubViewer format (timecodes). To use it, give it the same name as the video and put…
Открыть детали .SUB →Качество и на что обратить внимание
- Frame rate must match your video exactly - a wrong value shifts all subtitle timing by a fixed percentage, making them consistently early or late.
- The
.subextension is shared by VobSub (image-based, paired with.idx) and MicroDVD (text-based); confirm which format your target player or tool expects. - SRT is better supported for modern use; switch to MicroDVD
.subonly when a specific older player or DVD-authoring tool requires it.
Часто задаваемые вопросы
Can I convert SRT to SUB online?
Will the subtitle text change during conversion?
What is the difference between MicroDVD .sub and VobSub .sub?
.sub is plain-text with frame-based timing; VobSub .sub is an image-based format extracted from DVD streams that must be paired with a .idx file - they are not interchangeable.