<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: the best way for subtitles on a video?</title>
		<atom:link href="http://cycling74.com/forums/topic/the-best-way-for-subtitles-on-a-video/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/the-best-way-for-subtitles-on-a-video/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 19:16:05 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/the-best-way-for-subtitles-on-a-video/#post-55769</guid>
					<title><![CDATA[the best way for subtitles on a video?]]></title>
					<link>http://cycling74.com/forums/topic/the-best-way-for-subtitles-on-a-video/#post-55769</link>
					<pubDate>Wed, 23 Mar 2011 18:00:47 +0000</pubDate>
					<dc:creator>Julien Bayle</dc:creator>

					<description>
						<![CDATA[
						<p>hello,<br />
I know well that my question isn&#8217;t a real question without other elements.</p>
<p>I need to subtitle dynamically a video.<br />
The parsing system of .srt inside a coll works very fine.<br />
I&#8217;m using a jit.lcd in order to display subtitles, process the result through an alpha blend like in the picture</p>
<p>I&#8217;m doing the stuff like that:<br />
[qmetro 20]<br />
|<br />
|<br />
[jit.qt.movie]<br />
|<br />
|<br />
[jit.lcd]&#8212;[qmetro 20]<br />
|<br />
|<br />
[jit.pwindow]</p>
<p>Basically, I have the whole system working.</p>
<p>BUT<br />
the main problem is the quality when I update subtitles.<br />
sometimes, it flickrs a bit&#8230;<br />
Of course, I fire messages for EACH frame to re-display the subtitle because the system is done like that :-(</p>
<p>the whole system:<br />
 [attachment=157375,1968]</p>
<p>the part where the main movie is linked to jit.lcd and where the whole subtitle system is.<br />
 [attachment=157375,1969]<br />
the 2 connections coming from the left just bang each on each frame change!</p>
<p>I guess the logic is ok but the lcd/alphablend/qmovie objects are not well architectured/organized.<br />
The thing should be done on another way.</p>
<p>any help would be very appreciate!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/the-best-way-for-subtitles-on-a-video/#post-200509</guid>
					<title><![CDATA[Re: the best way for subtitles on a video?]]></title>
					<link>http://cycling74.com/forums/topic/the-best-way-for-subtitles-on-a-video/#post-200509</link>
					<pubDate>Thu, 24 Mar 2011 11:15:06 +0000</pubDate>
					<dc:creator>Julien Bayle</dc:creator>

					<description>
						<![CDATA[
						<p>another way to better ask what I&#8217;d need:</p>
<p>can I use jit.alphablend &#038; jit.lcd more like in the tutorial 29 BUT with a solid color ? (and not like in the tutorial, where the letters are not in solid color, but kind of &#8220;added&#8221; or &#8220;multiply&#8221; or whatever with the color of the background)</p>
<p>any help would be VERY appreciate!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/the-best-way-for-subtitles-on-a-video/#post-200510</guid>
					<title><![CDATA[Re: the best way for subtitles on a video?]]></title>
					<link>http://cycling74.com/forums/topic/the-best-way-for-subtitles-on-a-video/#post-200510</link>
					<pubDate>Thu, 24 Mar 2011 15:21:51 +0000</pubDate>
					<dc:creator>Julien Bayle</dc:creator>

					<description>
						<![CDATA[
						<p>hello,<br />
it seems I just solved that by&#8230; being a little smarter than before :-/</p>
<p>[jit.op @op +] is very enough to make a &#8220;+&#8221; operation on the two matrices:<br />
- the initial movie<br />
- the LCD text generated with jit.lcd</p>
<p>Now, another problem: the character encoding (I guess)<br />
The right word is : Subtìtulo</p>
<p>check that:</p>
<p>Any ideas ???</p>
<p> [attachment=157449,1972]</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/the-best-way-for-subtitles-on-a-video/#post-200511</guid>
					<title><![CDATA[Re: the best way for subtitles on a video?]]></title>
					<link>http://cycling74.com/forums/topic/the-best-way-for-subtitles-on-a-video/#post-200511</link>
					<pubDate>Thu, 24 Mar 2011 23:32:14 +0000</pubDate>
					<dc:creator>oscar</dc:creator>

					<description>
						<![CDATA[
						<p>i think is something about the ascii character encoding of your system&#8230; im getting correctly displayed &#8220;subtìtulo&#8221;<br />
from a normal message box to a lcd..<br />
good luck!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/the-best-way-for-subtitles-on-a-video/#post-200512</guid>
					<title><![CDATA[Re: the best way for subtitles on a video?]]></title>
					<link>http://cycling74.com/forums/topic/the-best-way-for-subtitles-on-a-video/#post-200512</link>
					<pubDate>Fri, 25 Mar 2011 08:54:56 +0000</pubDate>
					<dc:creator>Julien Bayle</dc:creator>

					<description>
						<![CDATA[
						<p>hi carsol,<br />
thanks for your feedback<br />
my system is just windows 7<br />
photoshop,indesign and all the other display very well ì &#038; other characters.</p>
<p>how can I trouble shoot that?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/the-best-way-for-subtitles-on-a-video/#post-200513</guid>
					<title><![CDATA[Re: the best way for subtitles on a video?]]></title>
					<link>http://cycling74.com/forums/topic/the-best-way-for-subtitles-on-a-video/#post-200513</link>
					<pubDate>Fri, 25 Mar 2011 11:34:37 +0000</pubDate>
					<dc:creator>Julien Bayle</dc:creator>

					<description>
						<![CDATA[
						<p>Ok I found the trick.<br />
It was (just) the method to fire messages to jit.lcd (&#038; jit.gl.text2d) which wasn&#8217;t good!<br />
I had some from/to symbols mismatch!</p>
<p>now, I&#8217;ll ask another question in another thread about jit.lcd vs jit.gl.text2d differencies around:<br />
- quality<br />
- cpu consumption</p>
<p>thanks again!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

