Search found 3 matches

Go to advanced search

by Charles09
Thu Jul 30, 2015 2:20 pm
Forum: Developing
Topic: Convert encoding and format in realtime (WEBVTT support)
Replies: 13
Views: 11205

Re: Convert encoding and format in realtime (WEBVTT support)

if you want I can rewrite it to php :)
by Charles09
Tue Jul 28, 2015 5:43 pm
Forum: Developing
Topic: Convert encoding and format in realtime (WEBVTT support)
Replies: 13
Views: 11205

Re: Convert encoding and format in realtime (WEBVTT support)

thanks for reply, i found perl script: https://github.com/robelix/sub2srt/blob/master/sub2srt supported formats: if ($format eq "subrip") { conv_subrip(); } elsif ($format eq "microdvd") { conv_microdvd(); } elsif ($format eq "txtsub") { conv_txtsub(); } elsif ($format ...
by Charles09
Tue Jul 28, 2015 8:46 am
Forum: Developing
Topic: Convert encoding and format in realtime (WEBVTT support)
Replies: 13
Views: 11205

Re: Convert encoding and format in realtime (WEBVTT support)

Hi oss,

first of all thank you for this great feature, works great :D
Is in the future will be function to change the other formats (than SRT) to webvtt ?

Go to advanced search