<?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>gHacks technology news &#187; audio conversion</title>
	<atom:link href="http://www.ghacks.net/tag/audio-conversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Convert various media formats to Vorbis in Linux</title>
		<link>http://www.ghacks.net/2009/08/31/convert-various-media-formats-to-vorbis-in-linux/</link>
		<comments>http://www.ghacks.net/2009/08/31/convert-various-media-formats-to-vorbis-in-linux/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 18:45:20 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[audio conversion]]></category>
		<category><![CDATA[mp3 conversion]]></category>
		<category><![CDATA[mp3 to ogg conversion]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15878</guid>
		<description><![CDATA[Over the past month I have made it my goal to stop using the proprietary MP3 format for audio in favor of the free, open standard Ogg Vorbis format. The primary reasons for doing this is 1) Modern Linux distributions do not ship with mp3 support built in (due to licensing constraints) and 2) My [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past month I have made it my goal to stop using the proprietary MP3 format for audio in favor of the free, open standard Ogg Vorbis format. The primary reasons for doing this is 1) Modern Linux distributions do not ship with mp3 support built in (due to licensing constraints) and 2) My Sanza Fuze supports ogg format. Add these two elements the fact that ripping a CD into ogg format is far faster than ripping it into mp3 format, and you can see why I would choose to migrate to ogg.</p>
<p>Now the problem lies in the fact that I have a fairly large collection of music files that are all in mp3 format. Having to convert 5,000+ files, one by one, via command line would cause even me to pull out my hair. So I decided it was time to search for a tool that would handle the conversion for me. The criteria for this conversion was that the tool had to be easily installed and easily used. My goal is to try to convince new users to shy away from either DRM formats or closed formats. And we all know, when dealing with new users, the easier the better. And so with that in mind, my hunt for the perfect tool landed me with <a title="Sound Converter" href="http://soundconverter.berlios.de/" target="_blank">Sound Converter</a>.</p>
<p><span id="more-15878"></span>Sound Converter is a GNOME-based conversion tool that can read anything the GStreamer library can read, which includes:</p>
<ul>
<li>Ogg Vorbis</li>
<li>AAC</li>
<li>MP3</li>
<li>FLAC</li>
<li>WAV</li>
<li>AVI</li>
<li>MPEG</li>
<li>MOV</li>
<li>M4A</li>
<li>AC3</li>
<li>DTS</li>
<li>ALAC</li>
<li>MPC</li>
</ul>
<p>Once read, Sound Converter can then convert the file into:</p>
<ul>
<li>WAV</li>
<li>FLAC</li>
<li>MP3</li>
<li>AAC</li>
<li>Ogg Vorbis</li>
</ul>
<p>The best feature of Sound Converter is that it can convert a single file or a directory of files. Add to that the usaual simplicty of most GNOME applications and you have the ingredients for a perfect solution. With that said, let&#8217;s get to it.</p>
<p><strong>Installing Sound Converter</strong></p>
<p>You will be glad to know Sound Converter is located in the Ubuntu repositories (as well as in the repos for most distributions).  So all you need to do is fire up your Add/Remove Software utility and do the following:</p>
<ol>
<li>Search for &#8220;converter&#8221; (no quotes).</li>
<li>Select (or mark) the Sound Converter entry for installation.</li>
<li>Click Apply to install.</li>
</ol>
<p>That&#8217;s it. After a brief moment Sound Converter will be installed.</p>
<p><strong>Running Sound Converter</strong></p>
<div id="attachment_15884" class="wp-caption alignleft" style="width: 331px"><a rel="attachment wp-att-15884" href="http://www.ghacks.net/2009/08/31/convert-various-media-formats-to-vorbis-in-linux/sound_converter/"><img class="size-full wp-image-15884" src="http://www.ghacks.net/wp-content/uploads/2009/08/sound_converter.png" alt="Figure 1" width="321" height="332" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>You will find the Sound Converter application in the Sound and Video sub-menu of the Applications menu of the GNOME desktop. When you open up Sound Converter you will be greeted by a very simple main window (see Figure 1). It should be obvious, from the looks of the main window, the developer had simplicity in mind when creating the interface for this tool.</p>
<div id="attachment_15886" class="wp-caption alignright" style="width: 312px"><a rel="attachment wp-att-15886" href="http://www.ghacks.net/2009/08/31/convert-various-media-formats-to-vorbis-in-linux/sound_converter_prefs/"><img class="size-full wp-image-15886" src="http://www.ghacks.net/wp-content/uploads/2009/08/sound_converter_prefs.png" alt="Figure 2" width="302" height="387" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>Pretty much all you do is add files/folders to the list and click convert. Of course you first will need to configure Sound converter to meet your needs. Before you add a single file or folder to the list click on the Edit menu and select Preferences. When the preferences window opens (see Figure 2) you will want to take care of the following options:</p>
<ul>
<li>Location: Where you want the converted files to be placed (if it is to be different that where the input files are located.)</li>
<li>Create Subfolders: Do you want Sound Converter to create subfolders for you? This is used only if you configure Sound Converter to store the output folders in a non-default location.</li>
<li>Format: What format do you want the output files to be in?</li>
</ul>
<p>The most important option is the Format. For my needs the format will be Ogg Vorbis. Once that is complete click Close and you are ready to convert.</p>
<p><strong>Converting</strong></p>
<p>There are two ways to add files/folders to the Sound Converter list. The most obvious way is to click either  the Add File or Add Folder buttons and navigate to the file/folder you want to add. Another method is to open the Nautilus file browser and drag and drop the files/folders into the Sound Converter window.</p>
<p>Once you have all of the files/folders listed in the main windows click the Convert button and Sound Converter will do its thing. In the end what you will have is solid quality converted files in the format of your desire. No command line necessary!</p>
<p><strong>Final thoughts</strong></p>
<p>Thank goodness for simple GUI tools that would have previously required creating bash scripts to handle batch conversion. Most users do not have the time or inclination to research creating such scripts. It&#8217;s a good thing Sound Converter is there to handle the job.</p>

	Tags: <a href="http://www.ghacks.net/tag/audio-conversion/" title="audio conversion" rel="tag">audio conversion</a>, <a href="http://www.ghacks.net/tag/mp3-conversion/" title="mp3 conversion" rel="tag">mp3 conversion</a>, <a href="http://www.ghacks.net/tag/mp3-to-ogg-conversion/" title="mp3 to ogg conversion" rel="tag">mp3 to ogg conversion</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/14/create-executable-media-files/" title="Create executable media files (May 14, 2008)">Create executable media files</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/08/11/convert-youtube-videos-to-audio-in-linux/" title="Convert Youtube videos to audio in Linux (August 11, 2009)">Convert Youtube videos to audio in Linux</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/08/31/convert-various-media-formats-to-vorbis-in-linux/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Create executable media files</title>
		<link>http://www.ghacks.net/2008/05/14/create-executable-media-files/</link>
		<comments>http://www.ghacks.net/2008/05/14/create-executable-media-files/#comments</comments>
		<pubDate>Wed, 14 May 2008 09:31:41 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[audio conversion]]></category>
		<category><![CDATA[codecs]]></category>
		<category><![CDATA[exe]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[video conversion]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4122</guid>
		<description><![CDATA[Want to send a video to your friend that you found on Youtube only to find out that Youtube is blocked at his school or workplace or that the video is not playable because it is missing the needed codec and the installation of new applications or codecs is blocked ? Audio / Video to [...]]]></description>
			<content:encoded><![CDATA[<p>Want to send a video to your friend that you found on Youtube only to find out that Youtube is blocked at his school or workplace or that the video is not playable because it is missing the needed codec and the installation of new applications or codecs is blocked ? Audio / Video to Exe might be the solution. I&#8217;m usually not very fond of executables sent over email or offered on websites and very cautious before I even think of double-clicking those files.</p>
<p>I think it&#8217;s ok as long as you can validate that the executable has been send by a friend. I would still scan it using an online scanner though. The software supports a lot of different audio and video formats, all the important ones are included like mov, flv, mp4, mpg, avi, swf and wmv.</p>
<p><a href="http://www.f2ko.de/English/a2e/index.php">Audio / Video to Exe</a> (via <a href="http://www.instantfundas.com/2008/05/how-to-play-audio-and-video-files.html">Instant Fundas</a>) can process multiple files at once and either convert them into a different format or create one executable for each multimedia file that has been added to the interface. The output size is roughly the size of the audio or video file.</p>
<p><span id="more-4122"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/05/audio_video_to_exe.jpg" alt="audio video to exe" title="audio video to exe" width="500" height="209" class="alignnone size-full wp-image-4123" /></p>
<p>I did encounter several errors while testing the application. It seems to have trouble with large files. The conversion of a 1.7 Gigabyte video to the executable format succeeded but I was not able to play it afterwards. Some videos were not playing correctly as well after the conversion.</p>
<p>The only advice that I can give is to try it out for yourself and see if the conversion worked for the audio or video files before you upload them or send them to a friend.</p>

	Tags: <a href="http://www.ghacks.net/tag/audio/" title="audio" rel="tag">audio</a>, <a href="http://www.ghacks.net/tag/audio-conversion/" title="audio conversion" rel="tag">audio conversion</a>, <a href="http://www.ghacks.net/tag/codecs/" title="codecs" rel="tag">codecs</a>, <a href="http://www.ghacks.net/tag/exe/" title="exe" rel="tag">exe</a>, <a href="http://www.ghacks.net/tag/multimedia/" title="multimedia" rel="tag">multimedia</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/video/" title="video" rel="tag">video</a>, <a href="http://www.ghacks.net/tag/video-conversion/" title="video conversion" rel="tag">video conversion</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/08/06/dr-divx-20-released/" title="Dr. Divx 2.0 released (August 6, 2006)">Dr. Divx 2.0 released</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/12/12/taksi-open-source-alternative-to-fraps/" title="Taksi Open Source Alternative to Fraps (December 12, 2006)">Taksi Open Source Alternative to Fraps</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/05/19/how-to-add-your-music-to-videos/" title="How to add your music to videos (May 19, 2008)">How to add your music to videos</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/06/25/display-the-installed-codecs-on-a-system/" title="Display The Installed Codecs On A System (June 25, 2008)">Display The Installed Codecs On A System</a> (6)</li>
	<li><a href="http://www.ghacks.net/2006/11/23/create-a-multimedia-xp-screensaver/" title="Create a Multimedia XP Screensaver (November 23, 2006)">Create a Multimedia XP Screensaver</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/05/14/create-executable-media-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
