<?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: Convert any audio/video files to mp3 for free</title>
	<atom:link href="http://www.helyar.net/2009/convert-any-audiovideo-files-to-mp3-for-free/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.helyar.net/2009/convert-any-audiovideo-files-to-mp3-for-free/</link>
	<description>From the desktop of George Helyar</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:35:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: George Helyar</title>
		<link>http://www.helyar.net/2009/convert-any-audiovideo-files-to-mp3-for-free/comment-page-1/#comment-1282</link>
		<dc:creator>George Helyar</dc:creator>
		<pubDate>Mon, 27 Sep 2010 11:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/?p=419#comment-1282</guid>
		<description>Thanks for letting me know about &lt;code&gt;-map_meta_data out:in&lt;/code&gt;

For using &quot;ffmpeg&quot; on its own, the executable needs to be on your system path. In Windows this is your %PATH% environment variable. You could put ffmpeg.exe in your C:\Windows\system32 but in this case it is easier to just put ffmpeg in the same directory as your batch file (as the current directory is always checked)</description>
		<content:encoded><![CDATA[<p>Thanks for letting me know about <code>-map_meta_data out:in</code></p>
<p>For using &#8220;ffmpeg&#8221; on its own, the executable needs to be on your system path. In Windows this is your %PATH% environment variable. You could put ffmpeg.exe in your C:\Windows\system32 but in this case it is easier to just put ffmpeg in the same directory as your batch file (as the current directory is always checked)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.helyar.net/2009/convert-any-audiovideo-files-to-mp3-for-free/comment-page-1/#comment-1281</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 27 Sep 2010 08:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.helyar.net/?p=419#comment-1281</guid>
		<description>Hi,
Found your bat file most useful this weekend just for doing some quick mp3 work. Wanted to drop the bit rate of some of my files, but needed the meta data to remain. Here&#039;s what I used :)

ffmpeg -i %1 -ab 160k -map_meta_data %1.mp3:%1 -y %1.mp3
@if errorlevel 1 @pause

Also found using straight &#039;ffmpeg&#039; did not work (not recognized as an internal or external command) so stuck it on my C:Drive and made it C:\ffmpeg

Regards,
C</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Found your bat file most useful this weekend just for doing some quick mp3 work. Wanted to drop the bit rate of some of my files, but needed the meta data to remain. Here&#8217;s what I used <img src='http://www.helyar.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>ffmpeg -i %1 -ab 160k -map_meta_data %1.mp3:%1 -y %1.mp3<br />
@if errorlevel 1 @pause</p>
<p>Also found using straight &#8216;ffmpeg&#8217; did not work (not recognized as an internal or external command) so stuck it on my C:Drive and made it C:\ffmpeg</p>
<p>Regards,<br />
C</p>
]]></content:encoded>
	</item>
</channel>
</rss>

