<?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: A Problem and Solution for FLV Metadata Injectors and the Maximum Duration of FLV Videos</title>
	<atom:link href="http://www.impossibilities.com/v4/2008/08/29/a-problem-and-solution-for-flv-metadata-injectors-and-the-maximum-duration-of-flv-videos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.impossibilities.com/v4/2008/08/29/a-problem-and-solution-for-flv-metadata-injectors-and-the-maximum-duration-of-flv-videos/</link>
	<description>Robert M. Hall, II - Interactive Software Developer, Adobe Flash Platform Specialist, Adobe Community Expert, Adobe Solution Partner and Adobe User Group Manager</description>
	<lastBuildDate>Fri, 23 Sep 2011 09:09:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Rodrigo Polo</title>
		<link>http://www.impossibilities.com/v4/2008/08/29/a-problem-and-solution-for-flv-metadata-injectors-and-the-maximum-duration-of-flv-videos/comment-page-1/#comment-22161</link>
		<dc:creator>Rodrigo Polo</dc:creator>
		<pubDate>Thu, 24 Sep 2009 04:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.impossibilities.com/v4/?p=466#comment-22161</guid>
		<description>Where I can find a win32 build or any build for the FaceBook flvtool++?</description>
		<content:encoded><![CDATA[<p>Where I can find a win32 build or any build for the FaceBook flvtool++?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Latorre</title>
		<link>http://www.impossibilities.com/v4/2008/08/29/a-problem-and-solution-for-flv-metadata-injectors-and-the-maximum-duration-of-flv-videos/comment-page-1/#comment-21691</link>
		<dc:creator>Daniel Latorre</dc:creator>
		<pubDate>Mon, 14 Sep 2009 08:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.impossibilities.com/v4/?p=466#comment-21691</guid>
		<description>Hi, I&#039;ve experimented exactly the same problem. Somehow, my it&#039;s a little more hard to fix for me because I&#039;m working with a sequence of movies. I has some little movies (each movie has 10 seconds aprox.). A XML file say to flash wich movie and how long must be played and flashplayer plays that sequence. It never stops and it must be hours playing that sequence. So, after 4h 30minutes flashplayer&#039;s sound and video becomes crazy. There&#039;s no error messages on my system so I can ensure that it&#039;s flashplayer&#039;s cause. And if you turn off and then turn on the fullscreen mode, it works fine again.

As you said, flashplayer has a counter from 0 to 16777990. Would&#039;nt that counter be reset to 0 when I&#039;m reading a new movie? How could I force reset the counter? It seems to be possible to reset it because I think that it&#039;s what fullscreen does. I&#039;m clearing all variables I know without any success.

As you would see, I cannot set TimeStampExtended... I&#039;m working with XML files!

Any help will be great. Thank you in advance.

PD: I&#039;m so sorry for my english, I&#039;m spanish and my english suck&#039;s!</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve experimented exactly the same problem. Somehow, my it&#8217;s a little more hard to fix for me because I&#8217;m working with a sequence of movies. I has some little movies (each movie has 10 seconds aprox.). A XML file say to flash wich movie and how long must be played and flashplayer plays that sequence. It never stops and it must be hours playing that sequence. So, after 4h 30minutes flashplayer&#8217;s sound and video becomes crazy. There&#8217;s no error messages on my system so I can ensure that it&#8217;s flashplayer&#8217;s cause. And if you turn off and then turn on the fullscreen mode, it works fine again.</p>
<p>As you said, flashplayer has a counter from 0 to 16777990. Would&#8217;nt that counter be reset to 0 when I&#8217;m reading a new movie? How could I force reset the counter? It seems to be possible to reset it because I think that it&#8217;s what fullscreen does. I&#8217;m clearing all variables I know without any success.</p>
<p>As you would see, I cannot set TimeStampExtended&#8230; I&#8217;m working with XML files!</p>
<p>Any help will be great. Thank you in advance.</p>
<p>PD: I&#8217;m so sorry for my english, I&#8217;m spanish and my english suck&#8217;s!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://www.impossibilities.com/v4/2008/08/29/a-problem-and-solution-for-flv-metadata-injectors-and-the-maximum-duration-of-flv-videos/comment-page-1/#comment-19178</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Sun, 21 Jun 2009 00:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.impossibilities.com/v4/?p=466#comment-19178</guid>
		<description>Hey, I&#039;m not exactly like you guys here - not programmer but I just like the flv. format. Just wanted to say I had same issue with large files till I stumbled unto &quot;yamdi.&quot; It stands for Yet Another MetaData Injector and it does what the author of this article asks - works for files greater than 800MB. It addes the correct time duration for files greater than 4 hrs. It is literally a simple command line.  Also its pretty fast, I&#039;m pretty sure its alot faster than &quot;flvmdi.&quot; Check him pretty cool - especially for newbies. http://yamdi.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;m not exactly like you guys here &#8211; not programmer but I just like the flv. format. Just wanted to say I had same issue with large files till I stumbled unto &#8220;yamdi.&#8221; It stands for Yet Another MetaData Injector and it does what the author of this article asks &#8211; works for files greater than 800MB. It addes the correct time duration for files greater than 4 hrs. It is literally a simple command line.  Also its pretty fast, I&#8217;m pretty sure its alot faster than &#8220;flvmdi.&#8221; Check him pretty cool &#8211; especially for newbies. <a href="http://yamdi.sourceforge.net/" rel="nofollow">http://yamdi.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://www.impossibilities.com/v4/2008/08/29/a-problem-and-solution-for-flv-metadata-injectors-and-the-maximum-duration-of-flv-videos/comment-page-1/#comment-18851</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Sun, 07 Jun 2009 09:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.impossibilities.com/v4/?p=466#comment-18851</guid>
		<description>@George
Sorry, I completely forgot that you have to put the h264 in a flv container first!
Here&#039;s the complete stanza to cheat h264 content into a flv container with metadata:

ffmpeg -i in.mp4 -f flv -vcodec copy -acodec copy intermediate.flv
flvtool++ -nomerge -tag framerate “25.000000″ \
-tag videocodecid “avc1″ -tag audiocodecid “mp4a” \
-tag audiosamplerate “22050.000000″ -tag stereo “false” \
-tag width “320.000000″ -tag height “240.000000″ \
intermediate.flv out.f4v</description>
		<content:encoded><![CDATA[<p>@George<br />
Sorry, I completely forgot that you have to put the h264 in a flv container first!<br />
Here&#8217;s the complete stanza to cheat h264 content into a flv container with metadata:</p>
<p>ffmpeg -i in.mp4 -f flv -vcodec copy -acodec copy intermediate.flv<br />
flvtool++ -nomerge -tag framerate “25.000000″ \<br />
-tag videocodecid “avc1″ -tag audiocodecid “mp4a” \<br />
-tag audiosamplerate “22050.000000″ -tag stereo “false” \<br />
-tag width “320.000000″ -tag height “240.000000″ \<br />
intermediate.flv out.f4v</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://www.impossibilities.com/v4/2008/08/29/a-problem-and-solution-for-flv-metadata-injectors-and-the-maximum-duration-of-flv-videos/comment-page-1/#comment-18850</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Sun, 07 Jun 2009 09:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.impossibilities.com/v4/?p=466#comment-18850</guid>
		<description>@George:

I succeeded by means of forcing a few tags. Example:

flvtool++ -nomerge -tag framerate &quot;25.000000&quot; \
     -tag videocodecid &quot;avc1&quot; -tag audiocodecid &quot;mp4a&quot; \
     -tag audiosamplerate &quot;22050.000000&quot; -tag stereo &quot;false&quot; \
     -tag width &quot;320.000000&quot; -tag height &quot;240.000000&quot; \
     in.mp4 out.f4v</description>
		<content:encoded><![CDATA[<p>@George:</p>
<p>I succeeded by means of forcing a few tags. Example:</p>
<p>flvtool++ -nomerge -tag framerate &#8220;25.000000&#8243; \<br />
     -tag videocodecid &#8220;avc1&#8243; -tag audiocodecid &#8220;mp4a&#8221; \<br />
     -tag audiosamplerate &#8220;22050.000000&#8243; -tag stereo &#8220;false&#8221; \<br />
     -tag width &#8220;320.000000&#8243; -tag height &#8220;240.000000&#8243; \<br />
     in.mp4 out.f4v</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.impossibilities.com/v4/2008/08/29/a-problem-and-solution-for-flv-metadata-injectors-and-the-maximum-duration-of-flv-videos/comment-page-1/#comment-16508</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 21 Apr 2009 22:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.impossibilities.com/v4/?p=466#comment-16508</guid>
		<description>I think I will implement cuePoint insertion in flvmeta1.1, that feature has been asked more than often.</description>
		<content:encoded><![CDATA[<p>I think I will implement cuePoint insertion in flvmeta1.1, that feature has been asked more than often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Gardiner</title>
		<link>http://www.impossibilities.com/v4/2008/08/29/a-problem-and-solution-for-flv-metadata-injectors-and-the-maximum-duration-of-flv-videos/comment-page-1/#comment-14780</link>
		<dc:creator>George Gardiner</dc:creator>
		<pubDate>Sat, 28 Mar 2009 21:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.impossibilities.com/v4/?p=466#comment-14780</guid>
		<description>Does anybody know what happens with really long videos encoded in the FLV container using h.264. After reading through the specs I see a problem with the fact that the AAC Composition Time is still only 24 bits, and features no extended time stamp.

I am in the process of writing a meta injector for live content streamed using h.264 to Flash... Guess I&#039;ll find out in 3 hours or so when I get back from the pub :)</description>
		<content:encoded><![CDATA[<p>Does anybody know what happens with really long videos encoded in the FLV container using h.264. After reading through the specs I see a problem with the fact that the AAC Composition Time is still only 24 bits, and features no extended time stamp.</p>
<p>I am in the process of writing a meta injector for live content streamed using h.264 to Flash&#8230; Guess I&#8217;ll find out in 3 hours or so when I get back from the pub <img src='http://www.impossibilities.com/v4/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haribo</title>
		<link>http://www.impossibilities.com/v4/2008/08/29/a-problem-and-solution-for-flv-metadata-injectors-and-the-maximum-duration-of-flv-videos/comment-page-1/#comment-13255</link>
		<dc:creator>Haribo</dc:creator>
		<pubDate>Fri, 13 Mar 2009 09:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.impossibilities.com/v4/?p=466#comment-13255</guid>
		<description>Hello,

Does anybody know a Linux CLI tool to inject onCuePoint events in existing FLV files ?
flvtool2 seems to be the only one but it&#039;s really too sloooow.
yamdi or flvmeta are great but they don&#039;t support this feature.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Does anybody know a Linux CLI tool to inject onCuePoint events in existing FLV files ?<br />
flvtool2 seems to be the only one but it&#8217;s really too sloooow.<br />
yamdi or flvmeta are great but they don&#8217;t support this feature.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert M. Hall, II</title>
		<link>http://www.impossibilities.com/v4/2008/08/29/a-problem-and-solution-for-flv-metadata-injectors-and-the-maximum-duration-of-flv-videos/comment-page-1/#comment-12767</link>
		<dc:creator>Robert M. Hall, II</dc:creator>
		<pubDate>Tue, 10 Mar 2009 05:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.impossibilities.com/v4/?p=466#comment-12767</guid>
		<description>Ahh - the test files were pretty much designed so that they would be small in size for testing this specific bug/issue. The original 4 hour video with real content at 640x480 was indeed well over a gigabyte in size. The only thing I can suggest is to lower your bitrate, framerate, keyframes and width/height dimensions as low as you can tolerate for your needs, and used either On2-VP6 or H.264 - those are the parameters you&#039;ll need to compromise on in one way or another to get a smaller file. Also, you mentioned you are getting them in MPEG-2 format. If you can get a copy straight from either the film source, or in a CODEC that is lossless or hasn&#039;t already been through a lossy process (Apples 422, or uncompressed 10bit, similar CODECS), you&#039;ll get a better cleaner encode that should encode a slight amount smaller since it would have less artifacts interfering with the encode process of the target CODEC.</description>
		<content:encoded><![CDATA[<p>Ahh &#8211; the test files were pretty much designed so that they would be small in size for testing this specific bug/issue. The original 4 hour video with real content at 640&#215;480 was indeed well over a gigabyte in size. The only thing I can suggest is to lower your bitrate, framerate, keyframes and width/height dimensions as low as you can tolerate for your needs, and used either On2-VP6 or H.264 &#8211; those are the parameters you&#8217;ll need to compromise on in one way or another to get a smaller file. Also, you mentioned you are getting them in MPEG-2 format. If you can get a copy straight from either the film source, or in a CODEC that is lossless or hasn&#8217;t already been through a lossy process (Apples 422, or uncompressed 10bit, similar CODECS), you&#8217;ll get a better cleaner encode that should encode a slight amount smaller since it would have less artifacts interfering with the encode process of the target CODEC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jyotsna</title>
		<link>http://www.impossibilities.com/v4/2008/08/29/a-problem-and-solution-for-flv-metadata-injectors-and-the-maximum-duration-of-flv-videos/comment-page-1/#comment-12707</link>
		<dc:creator>Jyotsna</dc:creator>
		<pubDate>Mon, 09 Mar 2009 20:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.impossibilities.com/v4/?p=466#comment-12707</guid>
		<description>Hey there, 

Glad to have found you .  I also plan to serve humongous files through BG. But the thing I am most impressed is how you got an 8hr file to 1.4 GB. Was that the On2 magic ? I have 90 min files that clock in at 1 GB when encoded in MP4. The source files I get are in MPEG-2 format and tend to be even larger, at about 4GB - 7 GB

Thanks for any leads you can give me.

Jo</description>
		<content:encoded><![CDATA[<p>Hey there, </p>
<p>Glad to have found you .  I also plan to serve humongous files through BG. But the thing I am most impressed is how you got an 8hr file to 1.4 GB. Was that the On2 magic ? I have 90 min files that clock in at 1 GB when encoded in MP4. The source files I get are in MPEG-2 format and tend to be even larger, at about 4GB &#8211; 7 GB</p>
<p>Thanks for any leads you can give me.</p>
<p>Jo</p>
]]></content:encoded>
	</item>
</channel>
</rss>

