I want convert SRT subtitles to SUB and backwards. But I don´t know, how to convert time from SRT to start and stop frame from SUB format. Can you help me?
How to convert subtitles time to start and stop frame (SRT to SUB) and backwards
2.7k views Asked by Pepa Zapletal At
3
There are 3 answers
0
On
You can do it like that:
Subtitles::convert('subtitles.srt', 'subtitles.sub');
Subtitles::convert('subtitles.sub', 'subtitles.srt');
more info: https://github.com/mantas-done/subtitles
I founded this solution ...I hope this will help someone other