<?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: Server-Side FFmpeg Converter: Flash, ARP, &#038; SWFStudio	</title>
	<atom:link href="https://jessewarden.com/2006/09/server-side-ffmpeg-converter-flash-arp-swfstudio.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2006/09/server-side-ffmpeg-converter-flash-arp-swfstudio.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Wed, 04 Oct 2006 18:43:24 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2006/09/server-side-ffmpeg-converter-flash-arp-swfstudio.html/comment-page-1#comment-3741</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Wed, 04 Oct 2006 18:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1049#comment-3741</guid>

					<description><![CDATA[&lt;a href=&quot;http://soenkerohde.com/2006/10/04/ffmpeg-gui-with-flex-2-update/&quot; rel=&quot;nofollow&quot;&gt;Sonke Rohde&lt;/a&gt; has updated his Flex 2 GUI for FFMPEG.


]]></description>
			<content:encoded><![CDATA[<p><a href="http://soenkerohde.com/2006/10/04/ffmpeg-gui-with-flex-2-update/" rel="nofollow">Sonke Rohde</a> has updated his Flex 2 GUI for FFMPEG.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ritesh Jariwala		</title>
		<link>https://jessewarden.com/2006/09/server-side-ffmpeg-converter-flash-arp-swfstudio.html/comment-page-1#comment-3740</link>

		<dc:creator><![CDATA[Ritesh Jariwala]]></dc:creator>
		<pubDate>Sat, 09 Sep 2006 07:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1049#comment-3740</guid>

					<description><![CDATA[Hi Jesse,

This is really cool. Can you just write down steps to use your codes or check it out how your code is working. I tried to setup things but no setup instruction from your side lead me no where to check your example/code in action.

I guess its abs. cool and i really want to try it out.]]></description>
			<content:encoded><![CDATA[<p>Hi Jesse,</p>
<p>This is really cool. Can you just write down steps to use your codes or check it out how your code is working. I tried to setup things but no setup instruction from your side lead me no where to check your example/code in action.</p>
<p>I guess its abs. cool and i really want to try it out.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aran		</title>
		<link>https://jessewarden.com/2006/09/server-side-ffmpeg-converter-flash-arp-swfstudio.html/comment-page-1#comment-3739</link>

		<dc:creator><![CDATA[Aran]]></dc:creator>
		<pubDate>Mon, 04 Sep 2006 09:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1049#comment-3739</guid>

					<description><![CDATA[Thanks for the further info Jesse.

I now found a page which has the latest builds of ffmpeg for windows:

http://ffdshow.faireal.net/mirror/ffmpeg/]]></description>
			<content:encoded><![CDATA[<p>Thanks for the further info Jesse.</p>
<p>I now found a page which has the latest builds of ffmpeg for windows:</p>
<p><a href="http://ffdshow.faireal.net/mirror/ffmpeg/" rel="nofollow ugc">http://ffdshow.faireal.net/mirror/ffmpeg/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2006/09/server-side-ffmpeg-converter-flash-arp-swfstudio.html/comment-page-1#comment-3738</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Mon, 04 Sep 2006 06:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1049#comment-3738</guid>

					<description><![CDATA[1.  Version 3.2 Build 136.  Yep, just filesys.

2. ffmpeg version prints out:

&lt;pre&gt;ffmpeg version
ffmpeg version 0.4.9-pre1, build 4751, Copyright (c) 2000-2004 Fabrice Bellard
  configuration:  --enable-memalign-hack --enable-mp3lame --enable-mingw32 --ext
ra-cflags=-I/local/include --extra-ldflags=-L/local/lib --enable-amr_nb
  built on Mar 29 2005 07:26:02, gcc: 3.2.3 (mingw special 20030504-1)&lt;/pre&gt;

3. The bat deletes the previous log, previous flv, and then calls ffmpeg with the parameters as well as logging the output to a text field.  I thought about writing a parser for the log to get better error messages, but... uh.. that&#039;s a lot of work for little gain.

&lt;pre&gt;&lt;code&gt;del %1.txt
del %1.flv
ffmpeg.exe -i %1.mpg %1.flv &gt; %1.txt 2&lt;/code&gt;&lt;/pre&gt;


Props to Thomas Burleson for getting that dang bat file format logging syntax correct!]]></description>
			<content:encoded><![CDATA[<p>1.  Version 3.2 Build 136.  Yep, just filesys.</p>
<p>2. ffmpeg version prints out:</p>
<pre>ffmpeg version
ffmpeg version 0.4.9-pre1, build 4751, Copyright (c) 2000-2004 Fabrice Bellard
  configuration:  --enable-memalign-hack --enable-mp3lame --enable-mingw32 --ext
ra-cflags=-I/local/include --extra-ldflags=-L/local/lib --enable-amr_nb
  built on Mar 29 2005 07:26:02, gcc: 3.2.3 (mingw special 20030504-1)</pre>
<p>3. The bat deletes the previous log, previous flv, and then calls ffmpeg with the parameters as well as logging the output to a text field.  I thought about writing a parser for the log to get better error messages, but&#8230; uh.. that&#8217;s a lot of work for little gain.</p>
<pre><code>del %1.txt
del %1.flv
ffmpeg.exe -i %1.mpg %1.flv > %1.txt 2</code></pre>
<p>Props to Thomas Burleson for getting that dang bat file format logging syntax correct!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aran		</title>
		<link>https://jessewarden.com/2006/09/server-side-ffmpeg-converter-flash-arp-swfstudio.html/comment-page-1#comment-3737</link>

		<dc:creator><![CDATA[Aran]]></dc:creator>
		<pubDate>Mon, 04 Sep 2006 03:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1049#comment-3737</guid>

					<description><![CDATA[Jesse.

Great article. 

Just a few questions to clarify things:

1. So in regards to compiling the VideoConverter.swf in SWFStudio, I take it you are using v3 (.2?). What plugin modules are you including? Is it just filesys to do the file copy? 

2. Was there a specific build of FFPMEG you are using? I am currently using a windows build : ffmpeg.rev5498.

3. You have an FLV_CONVERSION_BAT constant. Is the batch file actually getting used? If so what is supposed to be in it?]]></description>
			<content:encoded><![CDATA[<p>Jesse.</p>
<p>Great article. </p>
<p>Just a few questions to clarify things:</p>
<p>1. So in regards to compiling the VideoConverter.swf in SWFStudio, I take it you are using v3 (.2?). What plugin modules are you including? Is it just filesys to do the file copy? </p>
<p>2. Was there a specific build of FFPMEG you are using? I am currently using a windows build : ffmpeg.rev5498.</p>
<p>3. You have an FLV_CONVERSION_BAT constant. Is the batch file actually getting used? If so what is supposed to be in it?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
