<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Subtitler in Qt</title>
	<atom:link href="http://blog.zx2c4.com/179/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.zx2c4.com/179</link>
	<description>{{{ ZX2C4 }}}</description>
	<lastBuildDate>Sat, 04 Feb 2012 10:56:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: abhi</title>
		<link>http://blog.zx2c4.com/179#comment-2113</link>
		<dc:creator>abhi</dc:creator>
		<pubDate>Sun, 22 Aug 2010 06:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zx2c4.com/?p=179#comment-2113</guid>
		<description>Hey tried accessing the code in ur GIT repo.. its not there.. plz add it there..</description>
		<content:encoded><![CDATA[<p>Hey tried accessing the code in ur GIT repo.. its not there.. plz add it there..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hassan Ibraheem (hassanibraheem) 's status on Friday, 14-Aug-09 11:52:06 UTC - Identi.ca</title>
		<link>http://blog.zx2c4.com/179#comment-400</link>
		<dc:creator>Hassan Ibraheem (hassanibraheem) 's status on Friday, 14-Aug-09 11:52:06 UTC - Identi.ca</dc:creator>
		<pubDate>Fri, 14 Aug 2009 11:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zx2c4.com/?p=179#comment-400</guid>
		<description>[...]  http://blog.zx2c4.com/179  [...]</description>
		<content:encoded><![CDATA[<p>[...]  <a href="http://blog.zx2c4.com/179" rel="nofollow">http://blog.zx2c4.com/179</a>  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pano</title>
		<link>http://blog.zx2c4.com/179#comment-398</link>
		<dc:creator>pano</dc:creator>
		<pubDate>Thu, 13 Aug 2009 20:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zx2c4.com/?p=179#comment-398</guid>
		<description>If you&#039;re interested in subtitling apps, you should take a look at subtitle composer 
http://www.kde-apps.org/content/show.php/Subtitle+Composer?content=69822
http://sourceforge.net/projects/subcomposer/

:-)</description>
		<content:encoded><![CDATA[<p>If you&#8217;re interested in subtitling apps, you should take a look at subtitle composer<br />
<a href="http://www.kde-apps.org/content/show.php/Subtitle+Composer?content=69822" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.kde-apps.org/content/show.php/Subtitle+Composer?content=69822&amp;referer=');">http://www.kde-apps.org/content/show.php/Subtitle+Composer?content=69822</a><br />
<a href="http://sourceforge.net/projects/subcomposer/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/sourceforge.net/projects/subcomposer/?referer=');">http://sourceforge.net/projects/subcomposer/</a></p>
<p> <img src='http://blog.zx2c4.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopala Krishna</title>
		<link>http://blog.zx2c4.com/179#comment-397</link>
		<dc:creator>Gopala Krishna</dc:creator>
		<pubDate>Thu, 13 Aug 2009 20:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zx2c4.com/?p=179#comment-397</guid>
		<description>Cool.. Really nice app. Didn&#039;t know there were solutions already to sync subtitles!
Just last week itself I wrote a simple python script to sync subtitles by -20s for one of movie(Bourne Identity :D).

I feel such features should be added to existing players like dragon.</description>
		<content:encoded><![CDATA[<p>Cool.. Really nice app. Didn&#8217;t know there were solutions already to sync subtitles!<br />
Just last week itself I wrote a simple python script to sync subtitles by -20s for one of movie(Bourne Identity <img src='http://blog.zx2c4.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ).</p>
<p>I feel such features should be added to existing players like dragon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Strash</title>
		<link>http://blog.zx2c4.com/179#comment-396</link>
		<dc:creator>Strash</dc:creator>
		<pubDate>Thu, 13 Aug 2009 19:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zx2c4.com/?p=179#comment-396</guid>
		<description>For me the easiest way to resync subtitles is to use a function that show the next (or the previous) line of text with a sortcut. For example, in SMplayer (a very good mplayer front-end in Qt4), if you press Y you get the next line and if you press G you get the previous. When playing a movie you just have to look for the good line, then press the good key as soon as the character starts to speak.

Oh, by the way, SMplayer fetch automatically subtitles from OpenSubtitles.org. Maybe you can suggest to add your code to SMplayer to allow it to get subtitles from subscene too ?</description>
		<content:encoded><![CDATA[<p>For me the easiest way to resync subtitles is to use a function that show the next (or the previous) line of text with a sortcut. For example, in SMplayer (a very good mplayer front-end in Qt4), if you press Y you get the next line and if you press G you get the previous. When playing a movie you just have to look for the good line, then press the good key as soon as the character starts to speak.</p>
<p>Oh, by the way, SMplayer fetch automatically subtitles from OpenSubtitles.org. Maybe you can suggest to add your code to SMplayer to allow it to get subtitles from subscene too ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

