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.
303 Downloads
Updated 15 Sep 2011

View License

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 (2024). 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 Linux
Categories
Find more on Modeling in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0