﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.6%2FPy%2FScripts%2FSequencer%2FSimpleSubtitleEditor</id>
	<title>Extensions:2.6/Py/Scripts/Sequencer/SimpleSubtitleEditor - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.6%2FPy%2FScripts%2FSequencer%2FSimpleSubtitleEditor"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Sequencer/SimpleSubtitleEditor&amp;action=history"/>
	<updated>2026-06-03T19:06:24Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Sequencer/SimpleSubtitleEditor&amp;diff=107629&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Sequencer/SimpleSubtitleEditor&amp;diff=107629&amp;oldid=prev"/>
		<updated>2018-06-28T19:46:45Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 19:46時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Sequencer/SimpleSubtitleEditor&amp;diff=107628&amp;oldid=prev</id>
		<title>wiki&gt;Jamesr: /* Simple Subtitle Editor */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Sequencer/SimpleSubtitleEditor&amp;diff=107628&amp;oldid=prev"/>
		<updated>2018-01-04T15:03:18Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Simple Subtitle Editor&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Simple Subtitle Editor=&lt;br /&gt;
{{ScriptInfo&lt;br /&gt;
 |name= Simple Subtitle Editor&lt;br /&gt;
 |tooltip= Simple Subtitle Editor&lt;br /&gt;
 |menu= VSE &amp;gt; Properties &amp;gt; Simple Subtitle Editor.&lt;br /&gt;
 |usage= Self-explaining&lt;br /&gt;
 |version= 0.2.2&lt;br /&gt;
 |blender= (tested on) 2.79&lt;br /&gt;
 |category= Sequencer&lt;br /&gt;
 |author= James Ruan (aka jamesr)&lt;br /&gt;
 |license= GPL&lt;br /&gt;
 |distribution= Extern&lt;br /&gt;
 |exe = SimpleSubtitleEditor.zip&lt;br /&gt;
 |download=https://github.com/jamesruan/SimpleSubtitleEditor/releases/download/0.2.2/SimpleSubtitleEditor.zip&lt;br /&gt;
 |bugtracker= https://github.com/jamesruan/SimpleSubtitleEditor/issues&lt;br /&gt;
 |warning= SRT/SUB is supported now.&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
=Features=&lt;br /&gt;
* Adding/deleting lines of subtitle.&lt;br /&gt;
* Adjusting each lines with markers in the time line.&lt;br /&gt;
* Importing/exporting: SRT(SubRip) SUB(SubViewer)&lt;br /&gt;
&lt;br /&gt;
=Usage=&lt;br /&gt;
==From Scratch==&lt;br /&gt;
Just press the 'new' button and there will be two markers added, marking the start and end frame of that subtitle line.&lt;br /&gt;
&lt;br /&gt;
NOTE: Don't delete and insert markers manually. Use the buttons instead. There are background property storing info and manually adding or deleting markers will break its consistency.&lt;br /&gt;
&lt;br /&gt;
==Import==&lt;br /&gt;
Fill in the first line editor with the file path, then click the tick aside.&lt;br /&gt;
&lt;br /&gt;
Then markers' position can be tweaked. Subtitles context can be changed or deleted.&lt;br /&gt;
&lt;br /&gt;
Only file of format SRT or SUB is supported.&lt;br /&gt;
&lt;br /&gt;
==Export==&lt;br /&gt;
Fill in the last line editor with the file path, then click the tick aside.&lt;br /&gt;
&lt;br /&gt;
Only file of format SRT or SUB is supported.&lt;br /&gt;
&lt;br /&gt;
=Known Problems=&lt;br /&gt;
* Stores only timecode info and titling info, no styling info or metadata.&lt;br /&gt;
* Only appending and deleting is supported (So that is why it's called &amp;quot;simple&amp;quot;, for few people would use inserting).&lt;br /&gt;
* Encoding is based on your system's locale.&lt;br /&gt;
&lt;br /&gt;
=Future Plan=&lt;br /&gt;
* Interface refraction? The current interface is slow for a large file.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Jamesr</name></author>
		
	</entry>
</feed>