<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Thu May 23, 2013 1:47 pm by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Thu May 23, 2013 1:47 pm</pubDate>
  <lastBuildDate>Thu May 23, 2013 1:47 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: ogg to mp3</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=103486#103486</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=130'&gt;Ram&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Dec 28, 2011 11:40 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Think this should be moved to the Tips section...</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=103486#103486</comments>
                                        <author>Ram</author>
                                        <pubDate>Wed Dec 28, 2011 11:40 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=103486#103486</guid>
                                      </item>
                                      <item>
                                        <title>Re: ogg to mp3</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=103469#103469</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=5'&gt;nelz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Dec 27, 2011 3:33 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      That should do it, I hadn't see the map_metadata option before.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=103469#103469</comments>
                                        <author>nelz</author>
                                        <pubDate>Tue Dec 27, 2011 3:33 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=103469#103469</guid>
                                      </item>
                                      <item>
                                        <title>Re: ogg to mp3</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=103467#103467</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=66236'&gt;PCNetSpec&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Dec 27, 2011 2:42 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Nice &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
How about&amp;#058;&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;for name in *.ogg; do ffmpeg -i &amp;quot;$name&amp;quot; -ab 128k -map_meta_data 0&amp;#58;0,s0 &amp;quot;$&amp;#123;name/.ogg/.mp3&amp;#125;&amp;quot;; done;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
which seems to keep the metadata.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=103467#103467</comments>
                                        <author>PCNetSpec</author>
                                        <pubDate>Tue Dec 27, 2011 2:42 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=103467#103467</guid>
                                      </item>
                                      <item>
                                        <title>Re: ogg to mp3</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=103463#103463</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=5'&gt;nelz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Dec 27, 2011 10:45 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      No need to use basename, shells can do the extension replacement themselves&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;quot;$&amp;#123;name/.ogg/.mp3&amp;#125;&amp;quot;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
which also avoids the problem of the unbalanced, nested quoted, which really need to be escaped. You also have the probem of ffmpeg losing all the ID data. Sound[CK]onverter is probably the best option.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=103463#103463</comments>
                                        <author>nelz</author>
                                        <pubDate>Tue Dec 27, 2011 10:45 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=103463#103463</guid>
                                      </item>
                                      <item>
                                        <title>Re: ogg to mp3</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=103457#103457</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=66236'&gt;PCNetSpec&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Dec 27, 2011 5:26 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;cd /directory/containing/ogg/files&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
then&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;for name in *.ogg; do ffmpeg -i &amp;quot;$name&amp;quot; &amp;quot;$&amp;#40;basename &amp;quot;$name&amp;quot; .ogg&amp;#41;.mp3&amp;quot;; done&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
ffmpeg defaults to a bitrate of 64k .. so if you want a higher bitrate (say 128k), make that:&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;for name in *.ogg; do ffmpeg -i &amp;quot;$name&amp;quot; -ab 128k &amp;quot;$&amp;#40;basename &amp;quot;$name&amp;quot; .ogg&amp;#41;.mp3&amp;quot;; done&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=103457#103457</comments>
                                        <author>PCNetSpec</author>
                                        <pubDate>Tue Dec 27, 2011 5:26 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=103457#103457</guid>
                                      </item>
                                      <item>
                                        <title>Re: ogg to mp3</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=103454#103454</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=60'&gt;Rhakios&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Dec 27, 2011 1:45 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      It's never a particularly good idea to re-encode compressed files, but if you must then SoundConverter (or SoundKonverter for KDE users) can do the job on a file or folder basis. How long it takes will depend on how fast your computer is.&lt;br /&gt;
Cue someone with a way to do it from the command line...</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=103454#103454</comments>
                                        <author>Rhakios</author>
                                        <pubDate>Tue Dec 27, 2011 1:45 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=103454#103454</guid>
                                      </item>
                                      <item>
                                        <title>ogg to mp3</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=103453#103453</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=26409'&gt;heiowge&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Dec 26, 2011 11:58 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      My mp3 player doesn't see ogg files.&lt;br /&gt;
&lt;br /&gt;
Is there an easy to use program that can bulk convert 100+ ogg files at a time to mp3?&lt;br /&gt;
&lt;br /&gt;
ta</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=103453#103453</comments>
                                        <author>heiowge</author>
                                        <pubDate>Mon Dec 26, 2011 11:58 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=103453#103453</guid>
                                      </item></channel></rss>