Hi,
I was looking for subtitles of a movie but found in different language.i convert it in into english using google translator.but for time stamp on the this srt has spaces in between.because of which VLC is not able to recognize.Ex-00: 01: 36.190 --> 00: 01: 41.427 instead of 00:01:36.190 --> 00:01:41.427. please tell me how to efficiently convert into right format.
Thanks
Arpit
+ Reply to Thread
Results 1 to 4 of 4
-
-
I would use Subtitle Edit to translate(using also google) your srt and it should create a working file directly. In Subtitle Edit open your srt and then Auto-Translate!
Or you could use a text editor and use Find/Search and replace all, replace the :[SPACE] with just :
(Replace [SPACE] with a space...) -
In addition to suggesting the text editor as Baldrick did, I was also going to mention that all of the SRT files I have use a comma instead of a dot between the seconds and the milliseconds. I don't know, maybe the SRT format is flexible and can recognise either one, but I've never seen any of them using dots.
Do or do not. There is no "try." - Yoda -
looks like webvtt and not srt.
srt has a number above " --> " while webvtt doesn't.
i tried this on a youtube video with subtitles (downloaded with youtube-dl with option to download all subs) and it worked...
ffmpeg -i "input.vtt" -codec srt "output.srt"Last edited by tugshank; 23rd Jan 2017 at 14:53. Reason: added remedy
Similar Threads
-
Extracting timestamp from a .mpeg file
By vole324 in forum Newbie / General discussionsReplies: 1Last Post: 6th Apr 2015, 12:27 -
Reading .MTS file date and timestamp
By avid in forum ProgrammingReplies: 0Last Post: 2nd Sep 2014, 06:56 -
changing times on srt
By Anonymous2 in forum SubtitleReplies: 1Last Post: 27th Jan 2014, 04:22 -
changing SRT file format -please help !
By stevebb in forum Newbie / General discussionsReplies: 6Last Post: 6th May 2012, 02:55 -
How can I add a running date/timestamp to a video? (hh:mm:ss format)
By quantice in forum Newbie / General discussionsReplies: 3Last Post: 19th Mar 2012, 11:34