<?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: Flvtool2 &#8211; Flash Video (flv) Metadata / Cue Point Injector and Cutting Tool</title>
	<atom:link href="http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/</link>
	<description>This is the blog of Brooks Andrus. Here, at irregular intervals, you may find digital noise centered around the activities of an early 21st century technologist. I work for TechSmith Corporation, but this web space and the views found on it are entirely my own.</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:26:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: free flash tutorial</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-51049</link>
		<dc:creator>free flash tutorial</dc:creator>
		<pubDate>Sat, 04 Dec 2010 16:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-51049</guid>
		<description>Could you tell me that how do I change the width and height?</description>
		<content:encoded><![CDATA[<p>Could you tell me that how do I change the width and height?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuri</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-50552</link>
		<dc:creator>Yuri</dc:creator>
		<pubDate>Mon, 02 Aug 2010 06:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-50552</guid>
		<description>A xml-content was filtered so there is content of xml-file without brackets:

tags
  metatag event=&quot;onCuePoint&quot;
    name 33 seconds /name
    timestamp 33 /timestamp
    type navigation /type 
  /metatag
/tags</description>
		<content:encoded><![CDATA[<p>A xml-content was filtered so there is content of xml-file without brackets:</p>
<p>tags<br />
  metatag event=&#8221;onCuePoint&#8221;<br />
    name 33 seconds /name<br />
    timestamp 33 /timestamp<br />
    type navigation /type<br />
  /metatag<br />
/tags</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuri</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-50551</link>
		<dc:creator>Yuri</dc:creator>
		<pubDate>Mon, 02 Aug 2010 06:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-50551</guid>
		<description>I&#039;m trying to add cue points with FLVTools2 1.0.6 and xml-file:



  
    33 seconds
    33
    navigation
  


After executing command:
flvtool2 -AUPt abc.xml input_file.flv output_file.flv

I got errors:
ERROR: undefined method `to_i&#039; for {:cdata=&gt;&quot;33&quot;}:Hash
ERROR: flvtool2/base.rb:72:in `add&#039;
ERROR: flvtool2/base.rb:88:in `call&#039;
ERROR: flvtool2/base.rb:88:in `add&#039;
ERROR: flvtool2/base.rb:82:in `each&#039;
ERROR: flvtool2/base.rb:82:in `add&#039;
ERROR: flvtool2/base.rb:47:in `send&#039;
ERROR: flvtool2/base.rb:47:in `execute!&#039;
ERROR: flvtool2/base.rb:46:in `each&#039;
ERROR: flvtool2/base.rb:46:in `execute!&#039;
ERROR: flvtool2/base.rb:239:in `process_files&#039;
ERROR: flvtool2/base.rb:225:in `each&#039;
ERROR: flvtool2/base.rb:225:in `process_files&#039;
ERROR: flvtool2/base.rb:44:in `execute!&#039;
ERROR: flvtool2.rb:168:in `execute!&#039;
ERROR: flvtool2.rb:228

Is something wrong in my xml-file?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to add cue points with FLVTools2 1.0.6 and xml-file:</p>
<p>    33 seconds<br />
    33<br />
    navigation</p>
<p>After executing command:<br />
flvtool2 -AUPt abc.xml input_file.flv output_file.flv</p>
<p>I got errors:<br />
ERROR: undefined method `to_i&#8217; for {:cdata=&gt;&#8221;33&#8243;}:Hash<br />
ERROR: flvtool2/base.rb:72:in `add&#8217;<br />
ERROR: flvtool2/base.rb:88:in `call&#8217;<br />
ERROR: flvtool2/base.rb:88:in `add&#8217;<br />
ERROR: flvtool2/base.rb:82:in `each&#8217;<br />
ERROR: flvtool2/base.rb:82:in `add&#8217;<br />
ERROR: flvtool2/base.rb:47:in `send&#8217;<br />
ERROR: flvtool2/base.rb:47:in `execute!&#8217;<br />
ERROR: flvtool2/base.rb:46:in `each&#8217;<br />
ERROR: flvtool2/base.rb:46:in `execute!&#8217;<br />
ERROR: flvtool2/base.rb:239:in `process_files&#8217;<br />
ERROR: flvtool2/base.rb:225:in `each&#8217;<br />
ERROR: flvtool2/base.rb:225:in `process_files&#8217;<br />
ERROR: flvtool2/base.rb:44:in `execute!&#8217;<br />
ERROR: flvtool2.rb:168:in `execute!&#8217;<br />
ERROR: flvtool2.rb:228</p>
<p>Is something wrong in my xml-file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unihost Brasil - Hospedagem de sites</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-50419</link>
		<dc:creator>Unihost Brasil - Hospedagem de sites</dc:creator>
		<pubDate>Thu, 06 May 2010 09:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-50419</guid>
		<description>Nice tutorial, thanks!

Alex M.</description>
		<content:encoded><![CDATA[<p>Nice tutorial, thanks!</p>
<p>Alex M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viola</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-50001</link>
		<dc:creator>Viola</dc:creator>
		<pubDate>Mon, 05 Oct 2009 20:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-50001</guid>
		<description>How can I get .flv title using Flvtool2?</description>
		<content:encoded><![CDATA[<p>How can I get .flv title using Flvtool2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-49991</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Tue, 22 Sep 2009 01:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-49991</guid>
		<description>Hi, Brooks. I posted a question earlier about a recorded flv file. I&#039;ve tried the chain command &quot;-UPs&quot; only to get the following results. What can be done? Would you send me a detailed solution? Thanks a lot.
E:\flvtool2-1.0.6&gt;flvtool2 -UPs t84.flv
---
E:/flvtool2-1.0.6/t84.flv:
  hasKeyframes: true
  cuePoints:
  audiodatarate: 3.47117025958881
  hasVideo: true
  stereo: true
  canSeekToEnd: false
  framerate: 25
  audiosamplerate: 44000
  videocodecid: 7
  datasize: 7426372
  lasttimestamp: 2203.87
  audiosamplesize: 16
  audiosize: 1010008
  hasAudio: true
  audiodelay: 2076.186
  videosize: 6414705
  metadatadate: Tue Sep 22 09:18:48 GMT+0800 2009
  metadatacreator: inlet media FLVTool2 v1.0.6 - http://www.inlet-media.de/flvto
ol2
  lastkeyframetimestamp: 2202.27
  height: 384
  filesize: 7458721
  hasMetadata: true
  keyframes:
    times:
      - 2076.186
      - 2076.186
      - 2082.175
      - 2088.175
      - 2093.932
      - 2099.932
      - 2105.967
      - 2108.007
      - 2108.847
      - 2112.715
      - 2114.915
      - 2120.915
      - 2125.592
      - 2126.992
      - 2127.872
      - 2129.512
      - 2130.512
      - 2132.584
      - 2136.184
      - 2138.664
      - 2139.744
      - 2141.464
      - 2144.772
      - 2146.492
      - 2148.492
      - 2152.008
      - 2154.408
      - 2156.848
      - 2160.768
      - 2166.16
      - 2172.003
      - 2178.003
      - 2183.239
      - 2189.239
      - 2191.95
      - 2197.95
      - 2202.27
    filepositions:
      - 1646
      - 1705
      - 371461
      - 699395
      - 967953
      - 1280001
      - 1620885
      - 1807495
      - 1876533
      - 2094258
      - 2293453
      - 2585122
      - 2745607
      - 2875298
      - 2942415
      - 3059361
      - 3147496
      - 3264635
      - 3427629
      - 3616175
      - 3670500
      - 3760953
      - 3997038
      - 4117494
      - 4252851
      - 4470122
      - 4614280
      - 4762854
      - 4942785
      - 5321481
      - 5650529
      - 5935662
      - 6254936
      - 6663421
      - 6818706
      - 7135580
      - 7388000
  audiocodecid: 2
  videodatarate: 23.1577034943077
  duration: 2203.91
  hasCuePoints: false
  width: 512</description>
		<content:encoded><![CDATA[<p>Hi, Brooks. I posted a question earlier about a recorded flv file. I&#8217;ve tried the chain command &#8220;-UPs&#8221; only to get the following results. What can be done? Would you send me a detailed solution? Thanks a lot.<br />
E:\flvtool2-1.0.6&gt;flvtool2 -UPs t84.flv<br />
&#8212;<br />
E:/flvtool2-1.0.6/t84.flv:<br />
  hasKeyframes: true<br />
  cuePoints:<br />
  audiodatarate: 3.47117025958881<br />
  hasVideo: true<br />
  stereo: true<br />
  canSeekToEnd: false<br />
  framerate: 25<br />
  audiosamplerate: 44000<br />
  videocodecid: 7<br />
  datasize: 7426372<br />
  lasttimestamp: 2203.87<br />
  audiosamplesize: 16<br />
  audiosize: 1010008<br />
  hasAudio: true<br />
  audiodelay: 2076.186<br />
  videosize: 6414705<br />
  metadatadate: Tue Sep 22 09:18:48 GMT+0800 2009<br />
  metadatacreator: inlet media FLVTool2 v1.0.6 &#8211; <a href="http://www.inlet-media.de/flvto" rel="nofollow">http://www.inlet-media.de/flvto</a><br />
ol2<br />
  lastkeyframetimestamp: 2202.27<br />
  height: 384<br />
  filesize: 7458721<br />
  hasMetadata: true<br />
  keyframes:<br />
    times:<br />
      &#8211; 2076.186<br />
      &#8211; 2076.186<br />
      &#8211; 2082.175<br />
      &#8211; 2088.175<br />
      &#8211; 2093.932<br />
      &#8211; 2099.932<br />
      &#8211; 2105.967<br />
      &#8211; 2108.007<br />
      &#8211; 2108.847<br />
      &#8211; 2112.715<br />
      &#8211; 2114.915<br />
      &#8211; 2120.915<br />
      &#8211; 2125.592<br />
      &#8211; 2126.992<br />
      &#8211; 2127.872<br />
      &#8211; 2129.512<br />
      &#8211; 2130.512<br />
      &#8211; 2132.584<br />
      &#8211; 2136.184<br />
      &#8211; 2138.664<br />
      &#8211; 2139.744<br />
      &#8211; 2141.464<br />
      &#8211; 2144.772<br />
      &#8211; 2146.492<br />
      &#8211; 2148.492<br />
      &#8211; 2152.008<br />
      &#8211; 2154.408<br />
      &#8211; 2156.848<br />
      &#8211; 2160.768<br />
      &#8211; 2166.16<br />
      &#8211; 2172.003<br />
      &#8211; 2178.003<br />
      &#8211; 2183.239<br />
      &#8211; 2189.239<br />
      &#8211; 2191.95<br />
      &#8211; 2197.95<br />
      &#8211; 2202.27<br />
    filepositions:<br />
      &#8211; 1646<br />
      &#8211; 1705<br />
      &#8211; 371461<br />
      &#8211; 699395<br />
      &#8211; 967953<br />
      &#8211; 1280001<br />
      &#8211; 1620885<br />
      &#8211; 1807495<br />
      &#8211; 1876533<br />
      &#8211; 2094258<br />
      &#8211; 2293453<br />
      &#8211; 2585122<br />
      &#8211; 2745607<br />
      &#8211; 2875298<br />
      &#8211; 2942415<br />
      &#8211; 3059361<br />
      &#8211; 3147496<br />
      &#8211; 3264635<br />
      &#8211; 3427629<br />
      &#8211; 3616175<br />
      &#8211; 3670500<br />
      &#8211; 3760953<br />
      &#8211; 3997038<br />
      &#8211; 4117494<br />
      &#8211; 4252851<br />
      &#8211; 4470122<br />
      &#8211; 4614280<br />
      &#8211; 4762854<br />
      &#8211; 4942785<br />
      &#8211; 5321481<br />
      &#8211; 5650529<br />
      &#8211; 5935662<br />
      &#8211; 6254936<br />
      &#8211; 6663421<br />
      &#8211; 6818706<br />
      &#8211; 7135580<br />
      &#8211; 7388000<br />
  audiocodecid: 2<br />
  videodatarate: 23.1577034943077<br />
  duration: 2203.91<br />
  hasCuePoints: false<br />
  width: 512</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-49990</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Mon, 21 Sep 2009 16:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-49990</guid>
		<description>Hi,Brooks
I&#039;ve got some recorded flv clips with wrong timestamp (e.g. starting 358:28:41, ending 10000:00:00).  Is it possible to set the starting timestamp to zero (BTW, I don&#039;t know the total duration of the clips)? I&#039;d appreciate it if you could just send me a step-by-step illustration of how to achieve that goal. 
Thank you very much!
Leo</description>
		<content:encoded><![CDATA[<p>Hi,Brooks<br />
I&#8217;ve got some recorded flv clips with wrong timestamp (e.g. starting 358:28:41, ending 10000:00:00).  Is it possible to set the starting timestamp to zero (BTW, I don&#8217;t know the total duration of the clips)? I&#8217;d appreciate it if you could just send me a step-by-step illustration of how to achieve that goal.<br />
Thank you very much!<br />
Leo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mac FLV Converter</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-49940</link>
		<dc:creator>Mac FLV Converter</dc:creator>
		<pubDate>Wed, 22 Jul 2009 03:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-49940</guid>
		<description>I know one named &lt;a href=&quot;http://www.flvto.net/flv-converter-for-mac/&quot; rel=&quot;nofollow&quot;&gt;FLV Converter for mac&lt;/a&gt; that can convert the flv video to many other video formats.
Hope it is helpful</description>
		<content:encoded><![CDATA[<p>I know one named <a href="http://www.flvto.net/flv-converter-for-mac/" rel="nofollow">FLV Converter for mac</a> that can convert the flv video to many other video formats.<br />
Hope it is helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flv editor</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-49935</link>
		<dc:creator>flv editor</dc:creator>
		<pubDate>Wed, 15 Jul 2009 08:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-49935</guid>
		<description>Thanks for sharing, I personally use FLV Editor for all my flv videos editor like cutting flv, trimming, If you want a try too, here:
&lt;a href=&quot;http://www.flvto.net/&quot; rel=&quot;nofollow&quot;&gt;http://www.flvto.net/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for sharing, I personally use FLV Editor for all my flv videos editor like cutting flv, trimming, If you want a try too, here:<br />
<a href="http://www.flvto.net/" rel="nofollow">http://www.flvto.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XTC</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-49923</link>
		<dc:creator>XTC</dc:creator>
		<pubDate>Sat, 27 Jun 2009 06:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-49923</guid>
		<description>As usual with most open source material, another half-assed and fairly useless &quot;guide&quot;</description>
		<content:encoded><![CDATA[<p>As usual with most open source material, another half-assed and fairly useless &#8220;guide&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trebla</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-49606</link>
		<dc:creator>trebla</dc:creator>
		<pubDate>Wed, 04 Feb 2009 12:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-49606</guid>
		<description>Hi, I have a 2.6G flv file and I like to extract the first two minutes chunk. My linux box hung when I issued the following command:
flvtool2 -Co 120000 infile.flv outfile.flv

Is the file size too big for flvtool2? or is it the command incomplete? Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I have a 2.6G flv file and I like to extract the first two minutes chunk. My linux box hung when I issued the following command:<br />
flvtool2 -Co 120000 infile.flv outfile.flv</p>
<p>Is the file size too big for flvtool2? or is it the command incomplete? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GrosshÃ¤ndler</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-47325</link>
		<dc:creator>GrosshÃ¤ndler</dc:creator>
		<pubDate>Sat, 21 Jun 2008 19:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-47325</guid>
		<description>I tried opening it in RichFLV, and the cuepoint names are indeed empty.</description>
		<content:encoded><![CDATA[<p>I tried opening it in RichFLV, and the cuepoint names are indeed empty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mermaidbbpp</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-47262</link>
		<dc:creator>Mermaidbbpp</dc:creator>
		<pubDate>Fri, 20 Jun 2008 08:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-47262</guid>
		<description>For adding cuepoints to flv, I&#039;m using Flash Video MX Pro. It is very easy to handle. Maybe you can have a try. Here is the link.
http://www.video-to-flash.com/video_to_flash/
Hope you enjoy it.</description>
		<content:encoded><![CDATA[<p>For adding cuepoints to flv, I&#8217;m using Flash Video MX Pro. It is very easy to handle. Maybe you can have a try. Here is the link.<br />
<a href="http://www.video-to-flash.com/video_to_flash/" rel="nofollow">http://www.video-to-flash.com/video_to_flash/</a><br />
Hope you enjoy it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brooks</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-47209</link>
		<dc:creator>Brooks</dc:creator>
		<pubDate>Thu, 19 Jun 2008 01:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-47209</guid>
		<description>@ Newb - check out this post:

http://www.brooksandrus.com/blog/2007/04/15/change-insert-flv-metadata-values-timestamp-dimensions-with-flvtool2/</description>
		<content:encoded><![CDATA[<p>@ Newb &#8211; check out this post:</p>
<p><a href="http://www.brooksandrus.com/blog/2007/04/15/change-insert-flv-metadata-values-timestamp-dimensions-with-flvtool2/" rel="nofollow">http://www.brooksandrus.com/blog/2007/04/15/change-insert-flv-metadata-values-timestamp-dimensions-with-flvtool2/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Newb</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-46994</link>
		<dc:creator>Newb</dc:creator>
		<pubDate>Fri, 13 Jun 2008 11:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-46994</guid>
		<description>How do I change the width and height?</description>
		<content:encoded><![CDATA[<p>How do I change the width and height?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcd</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-45394</link>
		<dc:creator>mcd</dc:creator>
		<pubDate>Tue, 13 May 2008 19:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-45394</guid>
		<description>Hi, I tried injecting cuepoints into a FLV, followed every steps of this tutorial, but when my video plays, I get the error:

Error #2044: Unhandled AsyncErrorEvent:. text=Error #2095: flash.net.NetStream was unable to invoke callback onCuePoint. error=TypeError: Error #2007: Parameter definitionName must be non-null.

The problem is with the FLV, because I tested with other FLVs and the cuepoints do trigger without any error... I only get this error when I play this one.

I tried opening it in RichFLV, and the cuepoint names are indeed empty. They should be named &quot;onCuePoint&quot;. When I open other FLVs, they are all named onCuePoint...</description>
		<content:encoded><![CDATA[<p>Hi, I tried injecting cuepoints into a FLV, followed every steps of this tutorial, but when my video plays, I get the error:</p>
<p>Error #2044: Unhandled AsyncErrorEvent:. text=Error #2095: flash.net.NetStream was unable to invoke callback onCuePoint. error=TypeError: Error #2007: Parameter definitionName must be non-null.</p>
<p>The problem is with the FLV, because I tested with other FLVs and the cuepoints do trigger without any error&#8230; I only get this error when I play this one.</p>
<p>I tried opening it in RichFLV, and the cuepoint names are indeed empty. They should be named &#8220;onCuePoint&#8221;. When I open other FLVs, they are all named onCuePoint&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venix Flytrap&#8217;s Anticlimax &#187; Blog Archive &#187; embedding metadata in flv files</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-45183</link>
		<dc:creator>Venix Flytrap&#8217;s Anticlimax &#187; Blog Archive &#187; embedding metadata in flv files</dc:creator>
		<pubDate>Sun, 11 May 2008 08:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-45183</guid>
		<description>[...] have been successful using FLVtool2 as described in this OSX-based tutorial.Â  When I specifically need to embed named cuepoints in a video I didn&#8217;t render myself, this [...]</description>
		<content:encoded><![CDATA[<p>[...] have been successful using FLVtool2 as described in this OSX-based tutorial.Â  When I specifically need to embed named cuepoints in a video I didn&#8217;t render myself, this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flv converter</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-42764</link>
		<dc:creator>flv converter</dc:creator>
		<pubDate>Tue, 01 Apr 2008 10:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-42764</guid>
		<description>&lt;a href=&quot;http://www.flvtoipod.com&quot; rel=&quot;nofollow&quot;&gt;FLV to Ipod&lt;/a&gt;  for beginer can try the software list here.</description>
		<content:encoded><![CDATA[<p><a href="http://www.flvtoipod.com" rel="nofollow">FLV to Ipod</a>  for beginer can try the software list here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomislav</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-42603</link>
		<dc:creator>tomislav</dc:creator>
		<pubDate>Sun, 30 Mar 2008 09:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-42603</guid>
		<description>Sorry for the previous post..i found the right command

-C -i time -o time


thx</description>
		<content:encoded><![CDATA[<p>Sorry for the previous post..i found the right command</p>
<p>-C -i time -o time</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomislav</title>
		<link>http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/comment-page-1/#comment-42601</link>
		<dc:creator>tomislav</dc:creator>
		<pubDate>Sun, 30 Mar 2008 09:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/#comment-42601</guid>
		<description>Hi,

how can i use the -i and -o commands? For example i have a 2 minutres video,but i just want to have the first minute. What is the correct command?

thx in advance</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>how can i use the -i and -o commands? For example i have a 2 minutres video,but i just want to have the first minute. What is the correct command?</p>
<p>thx in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>

