<?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>Fri, 06 Jan 2012 15:28:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.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" &#8230; <a href="http://www.christiano.ch/wordpress/2009/07/27/convert-avi-to-flv-using-ffmpeg/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Convert+AVI+to+FLV+using+ffmpeg+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D50" title="Post to Twitter"><img class="nothumb" src="http://www.christiano.ch/wordpress/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Convert+AVI+to+FLV+using+ffmpeg+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D50" title="Post to Twitter">Tweet This Post</a></p></div>]]></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>

