<?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: Easily Convert Videos with WinFF and FFmpeg</title>
	<atom:link href="http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/feed/" rel="self" type="application/rss+xml" />
	<link>http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/</link>
	<description>News, Tips, and How-Tos for Ubuntu Linux</description>
	<lastBuildDate>Tue, 01 May 2012 21:09:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: abhilash</title>
		<link>http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-165484</link>
		<dc:creator>abhilash</dc:creator>
		<pubDate>Sat, 16 Jul 2011 06:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-165484</guid>
		<description>Convert a FLV file to a MPG
ffmpeg -i original_file.flv new_file.mpg

Convert a MPG file to a FLV
ffmpeg -i original_file.flv new_file.mpg

Make a MP3 from a MPG
ffmpeg -i input.mpg -vn output.mp3

Convert a WAV file to a MP3
ffmpeg -i son_original_file.avi -vn -ar 44100 -ac 2 -ab 192 -f mp3 new_file.mp3

     &lt;a href=&quot;http://www.ubuntumanual.org/posts/327/converting-videos-in-ubuntu-using-ffmpeg-the-ultimate-free-video-converter&quot; rel=&quot;nofollow&quot;&gt;Convert videos Ubuntu : &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Convert a FLV file to a MPG<br />
ffmpeg -i original_file.flv new_file.mpg</p>
<p>Convert a MPG file to a FLV<br />
ffmpeg -i original_file.flv new_file.mpg</p>
<p>Make a MP3 from a MPG<br />
ffmpeg -i input.mpg -vn output.mp3</p>
<p>Convert a WAV file to a MP3<br />
ffmpeg -i son_original_file.avi -vn -ar 44100 -ac 2 -ab 192 -f mp3 new_file.mp3</p>
<p>     <a href="http://www.ubuntumanual.org/posts/327/converting-videos-in-ubuntu-using-ffmpeg-the-ultimate-free-video-converter" rel="nofollow">Convert videos Ubuntu : </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jackie</title>
		<link>http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-90732</link>
		<dc:creator>Jackie</dc:creator>
		<pubDate>Mon, 07 Jun 2010 15:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-90732</guid>
		<description>When you said &quot;We’ll add the Medibuntu repository instead of downloading the packages manually. Open System-&gt;Administration-&gt;Software Sources. Select the Third-Party Software tab and click Add. When you are prompted to enter the APT line, paste this text:
deb http://packages.medibuntu.org/ hardy free&quot; 

How does that work? I&#039;m not sure where the things are in Vista. I opened System and Maintenance --&gt; Adminstration Tools and was stuck there. 

Please help! Thanks!</description>
		<content:encoded><![CDATA[<p>When you said &#8220;We’ll add the Medibuntu repository instead of downloading the packages manually. Open System-&gt;Administration-&gt;Software Sources. Select the Third-Party Software tab and click Add. When you are prompted to enter the APT line, paste this text:<br />
deb <a href="http://packages.medibuntu.org/" rel="nofollow">http://packages.medibuntu.org/</a> hardy free&#8221; </p>
<p>How does that work? I&#8217;m not sure where the things are in Vista. I opened System and Maintenance &#8211;&gt; Adminstration Tools and was stuck there. </p>
<p>Please help! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ligelowbee</title>
		<link>http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-51358</link>
		<dc:creator>ligelowbee</dc:creator>
		<pubDate>Sat, 07 Feb 2009 17:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-51358</guid>
		<description>For those that like command lines and bash scripts, here&#039;s a bash script I use for encoding video for my Ipod with mencoder:
http://my.opera.com/ligelowbee/blog/2009/02/07/script-to-encode-video-for-my-ipod-touch-using-mencoder</description>
		<content:encoded><![CDATA[<p>For those that like command lines and bash scripts, here&#8217;s a bash script I use for encoding video for my Ipod with mencoder:<br />
<a href="http://my.opera.com/ligelowbee/blog/2009/02/07/script-to-encode-video-for-my-ipod-touch-using-mencoder" rel="nofollow">http://my.opera.com/ligelowbee/blog/2009/02/07/script-to-encode-video-for-my-ipod-touch-using-mencoder</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iceman600</title>
		<link>http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-35707</link>
		<dc:creator>iceman600</dc:creator>
		<pubDate>Sun, 09 Nov 2008 18:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-35707</guid>
		<description>there is no winFF on my sound and video programs.... why? do i need a restart?</description>
		<content:encoded><![CDATA[<p>there is no winFF on my sound and video programs&#8230;. why? do i need a restart?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-32839</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 20 Oct 2008 08:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-32839</guid>
		<description>I love you lol

thanks so much, i have been working on a problem of formatting for 2 days now since getting my ipod and this solved my last problem. you are a god.

:)</description>
		<content:encoded><![CDATA[<p>I love you lol</p>
<p>thanks so much, i have been working on a problem of formatting for 2 days now since getting my ipod and this solved my last problem. you are a god.</p>
<p> <img src='http://tombuntu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xaeroevo</title>
		<link>http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-24406</link>
		<dc:creator>xaeroevo</dc:creator>
		<pubDate>Tue, 05 Aug 2008 02:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-24406</guid>
		<description>nice post! hope this will work on h264 encoded mkvs for my PSP! :)</description>
		<content:encoded><![CDATA[<p>nice post! hope this will work on h264 encoded mkvs for my PSP! <img src='http://tombuntu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panther</title>
		<link>http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-23043</link>
		<dc:creator>Panther</dc:creator>
		<pubDate>Thu, 24 Jul 2008 14:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-23043</guid>
		<description>Awesome Post worked perfectly thanks</description>
		<content:encoded><![CDATA[<p>Awesome Post worked perfectly thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaurish</title>
		<link>http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-17037</link>
		<dc:creator>gaurish</dc:creator>
		<pubDate>Thu, 05 Jun 2008 08:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-17037</guid>
		<description>Yeah, where is the 64bit package?</description>
		<content:encoded><![CDATA[<p>Yeah, where is the 64bit package?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wirelessly Sync an iPhone or iPod Touch with Ubuntu &#124; Tombuntu</title>
		<link>http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-15373</link>
		<dc:creator>Wirelessly Sync an iPhone or iPod Touch with Ubuntu &#124; Tombuntu</dc:creator>
		<pubDate>Tue, 27 May 2008 03:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-15373</guid>
		<description>[...] video. (Anyone have a method not requiring ffmpeg to be recompiled?) [update] I&#8217;m now using WinFF and FFmpeg to encode video, and HandBrakeCLI to rip [...]</description>
		<content:encoded><![CDATA[<p>[...] video. (Anyone have a method not requiring ffmpeg to be recompiled?) [update] I&#8217;m now using WinFF and FFmpeg to encode video, and HandBrakeCLI to rip [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Encode Video for the iPod Touch or iPhone &#124; Tombuntu</title>
		<link>http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-15372</link>
		<dc:creator>Encode Video for the iPod Touch or iPhone &#124; Tombuntu</dc:creator>
		<pubDate>Tue, 27 May 2008 03:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/05/22/easily-convert-videos-with-winff-and-ffmpeg/#comment-15372</guid>
		<description>[...] I&#8217;m now using WinFF and FFmpeg instead of [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;m now using WinFF and FFmpeg instead of [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

