<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>..::\\ www.christiano.ch //::.. &#187; Multimedia</title>
	<atom:link href="http://www.christiano.ch/wordpress/category/multimedia/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christiano.ch/wordpress</link>
	<description>christiano.ch blog - personal knowledge base, news, memoires et cetera</description>
	<lastBuildDate>Thu, 29 Jul 2010 06:18:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Convert AVI to FLV using ffmpeg</title>
		<link>http://www.christiano.ch/wordpress/2009/07/27/convert-avi-to-flv-using-ffmpeg/</link>
		<comments>http://www.christiano.ch/wordpress/2009/07/27/convert-avi-to-flv-using-ffmpeg/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 11:32:22 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/?p=50</guid>
		<description><![CDATA[There&#8217;s a nice and extremly powerful tool called FFMpeg. Using this Tool you can convert almost any video format (AVI, FLV, MPG, MPEG, etc) to another to download the tool use google here example AVI to FLV ffmpeg.exe -i "c:\temp\myAviFile.avi" -ar 22050 -qscale .1 c:\temp\myFlvFile.flv" to batch-convert a whole directory full of AVI files: for [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a nice and extremly powerful tool called FFMpeg. Using this Tool you can convert almost any video format (AVI, FLV, MPG, MPEG, etc) to another</p>
<p>to download the tool use google <a href="http://www.google.ch/search?q=download+ffmpeg+binary&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:de:official&amp;client=firefox-a" target="_blank">here</a></p>
<p>example AVI to FLV<br />
 <code><br />
 ffmpeg.exe -i "c:\temp\myAviFile.avi" -ar 22050 -qscale .1 c:\temp\myFlvFile.flv"<br />
 </code></p>
<p>to batch-convert a whole directory full of AVI files:<br />
 <code><br />
 for /F "Tokens=*" %i in ('Dir "c:\temp\*.avi" /B') do ffmpeg -i "%~ni.avi" -ar 22050 -qscale .1 "c:\temp\%~ni.flv"<br />
 </code>
</p>
<p>vice-versa, you can use the same trick to convert a video from flv to avi<br />
<code><br />
ffmpeg.exe -i .\9n0925_bott_window_managment.flv -qscale .1 .\myConvertedVideo.avi<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2009/07/27/convert-avi-to-flv-using-ffmpeg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
