Hi i download subtitle from xml and convert to .srt but when i play the video the subtitle position got wrong
example:
Hi, How are you
I`m Fine
become:
I`m Fine
Hi, How are you
do you know how to fix it without change it one by one?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 14 of 14
			
		- 
	
- 
	SRT doesn't really support explicit positioning of subs. You're problem is probably a result of overlapping (in time) subs and the way particular SRT renders deal with them. Some subtitle editors let you automatically fix overlapping subs, set minimum time between subs, max line length, etc. You'll have to analyze what causes your problem and try those fixes. 
- 
	
- 
	I don't think the xml timings are wrong. But the way the renderer stacks subs that occur at the same time are the opposite of the way the program that converted them to SRT stacked them. 
 
 xml
 SRT:Code:<p end="00:03:22:24" xml:id="p55" begin="00:03:19:24">Qué bueno, ya</p> <p end="00:03:22:24" xml:id="p56" begin="00:03:19:24">le tocó regañada.</p> 
 So this appears to be a problem with the conversion program.Code:36 00:03:20,000 --> 00:03:23,000 le tocó regañada. Qué bueno, ya 
- 
	SubtitleEdit /convert 1.xml srt 
 
 
 the above produces
 
 
 56
 00:03:19,999 --> 00:03:22,999
 Qué bueno, ya
 
 
 57
 00:03:19,999 --> 00:03:22,999
 le tocó regañada.
 
 
 
 This is the correct order. The id offset of 1 is because the .xml starts at p0 whilst the .srt starts at 1.
 
 
 The error clearly occurs, as jagabo pointed out, with the conversion program.
- 
	Could u explain how to fix the p0 set to p1? 
 Or anything to make the issue fix?
 I’m not the expert to do this i’m noob btw
- 
	I have no idea why you would want to do that.Could u explain how to fix the p0 set to p1?
 Guess you can use a text editor or, if you are capable, use awk.
 
 Isn't
 SubtitleEdit /convert 1.xml srt
 what you are trying to achieve?Last edited by jack_666; 23rd Apr 2023 at 17:11. 
- 
	Finally i found it, how dumb i am. 
 https://youtu.be/UAfKFWqLCOI
 
 Subtitledit > tools > merge line with same time codes > ok > save srt
Similar Threads
- 
  How can we convert MKS to SRT?By Djard in forum SubtitleReplies: 10Last Post: 5th Sep 2023, 01:54
- 
  Convert SRT to SUP?By lazyturbo in forum SubtitleReplies: 14Last Post: 28th Dec 2022, 14:05
- 
  Subtitle position depending on the position of an other textBy Valit in forum SubtitleReplies: 1Last Post: 25th Dec 2020, 08:46
- 
  Is there a program that can convert CC to ASS with position info?By xAlienxx in forum SubtitleReplies: 8Last Post: 1st Mar 2019, 11:05
- 
  How to position a subtitle in a .srt file ?By momo1984 in forum SubtitleReplies: 24Last Post: 24th Feb 2019, 05:01


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote 
 
			
			 
			