<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/subtitletools/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/subtitletools/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 15 Sep 2011 15:50:45 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/subtitletools/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Cristiano</title><link>https://sourceforge.net/p/subtitletools/wiki/Home/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -1,24 +1,26 @@
 Welcome to the SubtitleTools wiki!
 ==================================
 
-We'll keep this short and sweet, because there actually just is one (1) SubtitleTool, and that's SubtitleOffsetter.
-
+We'll keep this short and sweet, because there currently is just one (1) SubtitleTool, and that's SubtitleOffsetter.
+
 SubtitleOffsetter is a command-line tool to add or subtract an offset to or from the timings specified within an .srt file.
 
 There currently is only one binary release, for Windows, but the C++ code which constitute the source for it is highly portable. The 'Makefile' in svn just needs the '.exe' removed from the OFFSETTER_BIN variable, and it should readily create binaries for any platform. There are no external dependencies needed. It's a fairly basic program.
 
 ##When and how to use##
 
 If you struggle to find a fitting subtitle file for your video, you just use the one closest matching. Then start viewing the video, and keep an eye on the timer. Note down the time when someone starts talking for the first time in the video. Then compare this time to the first timing in the .srt file (just open it in a text editor). Calculate the difference in milliseconds. Use the program to add or subtract the calculated offset to or from all timings.
 
 ####Command line####
 
 Usage is displayed if the program is run without parameters. Just start a command prompt, shell or terminal, cd to the directory where you put the binary, and run the program.
 
 The program needs two parameters:
 
 - The input .srt file to read.
 - The offset to add (or subtract if negative) to or from the timings specified in the .srt file.
 
 Only one thing left to mention: the output the program produces gets written to standard output (usually the screen). To capture it in an .srt file you need to 'pipe' it to a file, usually by appending "&gt; filename.srt" at the end of your command (no quotes).
 
+##Notes##
+When supplying a negative offset, it can happen that the first few subtitles are shifted out in negative time (negative h:m:s). When that happens, they are simply discarded and the rest of them are reindexed, starting again at 1 from the first time a positive one is encountered.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cristiano</dc:creator><pubDate>Thu, 15 Sep 2011 15:50:45 -0000</pubDate><guid>https://sourceforge.net92cb958903fce5ce0367fdde01a841eab21f6ad1</guid></item><item><title>WikiPage Home modified by Cristiano</title><link>https://sourceforge.net/p/subtitletools/wiki/Home/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -7,13 +7,11 @@
 
 There currently is only one binary release, for Windows, but the C++ code which constitute the source for it is highly portable. The 'Makefile' in svn just needs the '.exe' removed from the OFFSETTER_BIN variable, and it should readily create binaries for any platform. There are no external dependencies needed. It's a fairly basic program.
 
-Usage
-=====
-
+##When and how to use##
+
 If you struggle to find a fitting subtitle file for your video, you just use the one closest matching. Then start viewing the video, and keep an eye on the timer. Note down the time when someone starts talking for the first time in the video. Then compare this time to the first timing in the .srt file (just open it in a text editor). Calculate the difference in milliseconds. Use the program to add or subtract the calculated offset to or from all timings.
 
-Command line
-============
+####Command line####
 
 Usage is displayed if the program is run without parameters. Just start a command prompt, shell or terminal, cd to the directory where you put the binary, and run the program.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cristiano</dc:creator><pubDate>Thu, 01 Sep 2011 17:50:04 -0000</pubDate><guid>https://sourceforge.net3ee091da7b401eb88f21aebd984a7bb6f735b089</guid></item><item><title>WikiPage Home modified by Cristiano</title><link>https://sourceforge.net/p/subtitletools/wiki/Home/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -22,3 +22,5 @@
 - The input .srt file to read.
 - The offset to add (or subtract if negative) to or from the timings specified in the .srt file.
 
+Only one thing left to mention: the output the program produces gets written to standard output (usually the screen). To capture it in an .srt file you need to 'pipe' it to a file, usually by appending "&gt; filename.srt" at the end of your command (no quotes).
+
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cristiano</dc:creator><pubDate>Thu, 01 Sep 2011 17:43:09 -0000</pubDate><guid>https://sourceforge.net3d2b0d79dfa612a1a28767c455d25354f72da801</guid></item><item><title>WikiPage Home modified by Cristiano</title><link>https://sourceforge.net/p/subtitletools/wiki/Home/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -18,6 +18,7 @@
 Usage is displayed if the program is run without parameters. Just start a command prompt, shell or terminal, cd to the directory where you put the binary, and run the program.
 
 The program needs two parameters:
+
 - The input .srt file to read.
 - The offset to add (or subtract if negative) to or from the timings specified in the .srt file.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cristiano</dc:creator><pubDate>Thu, 01 Sep 2011 17:38:59 -0000</pubDate><guid>https://sourceforge.net81d8b0726f4965d9399c29d1a6433eb7fccfbb32</guid></item><item><title>WikiPage Home modified by Cristiano</title><link>https://sourceforge.net/p/subtitletools/wiki/Home/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -5,7 +5,7 @@
 
 SubtitleOffsetter is a command-line tool to add or subtract an offset to or from the timings specified within an .srt file.
 
-There currently is only one binary release, but the C++ code which constitute the source for it is highly portable. The 'Makefile' in svn just needs the '.exe' removed from the OFFSETTER_BIN variable, and it should readily create binaries for any platform. There are no external dependencies needed. It's a fairly basic program.
+There currently is only one binary release, for Windows, but the C++ code which constitute the source for it is highly portable. The 'Makefile' in svn just needs the '.exe' removed from the OFFSETTER_BIN variable, and it should readily create binaries for any platform. There are no external dependencies needed. It's a fairly basic program.
 
 Usage
 =====
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cristiano</dc:creator><pubDate>Thu, 01 Sep 2011 17:37:24 -0000</pubDate><guid>https://sourceforge.net91d22977f65025799a48a172f836c87cf6c8f530</guid></item><item><title>WikiPage Home modified by Cristiano</title><link>https://sourceforge.net/p/subtitletools/wiki/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,23 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/subtitletools/wiki/markdown_syntax/) syntax.
+Welcome to the SubtitleTools wiki!
+==================================
+
+We'll keep this short and sweet, because there actually just is one (1) SubtitleTool, and that's SubtitleOffsetter.
+
+SubtitleOffsetter is a command-line tool to add or subtract an offset to or from the timings specified within an .srt file.
+
+There currently is only one binary release, but the C++ code which constitute the source for it is highly portable. The 'Makefile' in svn just needs the '.exe' removed from the OFFSETTER_BIN variable, and it should readily create binaries for any platform. There are no external dependencies needed. It's a fairly basic program.
+
+Usage
+=====
+
+If you struggle to find a fitting subtitle file for your video, you just use the one closest matching. Then start viewing the video, and keep an eye on the timer. Note down the time when someone starts talking for the first time in the video. Then compare this time to the first timing in the .srt file (just open it in a text editor). Calculate the difference in milliseconds. Use the program to add or subtract the calculated offset to or from all timings.
+
+Command line
+============
+
+Usage is displayed if the program is run without parameters. Just start a command prompt, shell or terminal, cd to the directory where you put the binary, and run the program.
+
+The program needs two parameters:
+- The input .srt file to read.
+- The offset to add (or subtract if negative) to or from the timings specified in the .srt file.
+
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cristiano</dc:creator><pubDate>Thu, 01 Sep 2011 17:34:28 -0000</pubDate><guid>https://sourceforge.netc7303153a24d573f2b0f8884d959d48f51c1b467</guid></item><item><title>WikiPage Home modified by Cristiano</title><link>https://sourceforge.net/p/subtitletools/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/subtitletools/wiki/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cristiano</dc:creator><pubDate>Thu, 01 Sep 2011 13:06:36 -0000</pubDate><guid>https://sourceforge.net8b1f78a686f608c41a41a74c0376643e264e8b49</guid></item></channel></rss>