SubSync: ReSync *.srt subtitles
Version 1.0.0.0 (2.01 KB) by
Mark Bos
SubSync.m adjusts *.srt subtitles by defining timeshift or begin-/endtimes.
SubSync.m adjusts *.srt subtitles by defining timeshift or begin-/endtimes.
Personally, i use it with a call script:
clc
commandwindow
clear all
Folder='E:\Movies\Thru The Moebius Strip [2005] AVI DVDRip';
FileOld='Thru.The.Moebius.Strip.Ned.DVD.srt';
FileNew='esd-ttms.srt';
% method 1
dt=1;
SubSync(Folder,FileOld,FileNew,dt)
% method 2
% % T1=[00 03 03 500]; %H M S s
% % Te=[01 58 06 000];
% % SubSync(Folder,FileOld,FileNew,T1,Te)
Cite As
Mark Bos (2026). SubSync: ReSync *.srt subtitles (https://www.mathworks.com/matlabcentral/fileexchange/32902-subsync-resync-srt-subtitles), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2010b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
