<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Resync .srt subtitles'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Tue, 14 Feb 2012 10:44:39 GMT</pubDate>
<item>
<title>plexus said on 7/23/08</title>
<link>http://snipplr.com/view/4411/resync-srt-subtitles/</link>
<description><![CDATA[ <p>Thanks for your comment, I corrected the code.</p> ]]></description>
<pubDate>Wed, 23 Jul 2008 09:42:11 GMT</pubDate>
<guid>http://snipplr.com/view/4411/resync-srt-subtitles/</guid>
</item>
<item>
<title>jhannes said on 2/23/08</title>
<link>http://snipplr.com/view/4411/resync-srt-subtitles/</link>
<description><![CDATA[ <p>My last comment didn't work. The fix again:</p>

<p>Sub.new(r[0], Time.parse(r[1]), Time.parse(r[1]), r[3].gsub(/\s+/, ' '))</p>

<p>should be</p>

<p>Sub.new(r[0], Time.parse(r[1]), Time.parse(r[2]), r[3])</p>
 ]]></description>
<pubDate>Sat, 23 Feb 2008 15:39:15 GMT</pubDate>
<guid>http://snipplr.com/view/4411/resync-srt-subtitles/</guid>
</item>
<item>
<title>jhannes said on 2/23/08</title>
<link>http://snipplr.com/view/4411/resync-srt-subtitles/</link>
<description><![CDATA[ <p>I got this code to work, but not after some minor fixes. Two problems: First: Start and end time is both set to start time (whops), which means that subtitles will not show up. Second: Multiline subtitles are compressed to one line. Here is the fix:</p>

<p>In SubScaler::SubList< ]]></description>
<pubDate>Sat, 23 Feb 2008 15:38:17 GMT</pubDate>
<guid>http://snipplr.com/view/4411/resync-srt-subtitles/</guid>
</item>
</channel>
</rss>
