<?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>linux convert aif &#8211; Scott Mcintyre</title>
	<atom:link href="https://scott.cm/tag/linux-convert-aif/feed/" rel="self" type="application/rss+xml" />
	<link>https://scott.cm</link>
	<description>Web Operations Engineer,  Linux Systems Administrator,  mySQL DBA,  MongoDB DBA,  Python+PHP Developer,  Performance Engineer</description>
	<lastBuildDate>Sun, 10 Jun 2012 11:42:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.2.3</generator>
	<item>
		<title>Linux convert AIFF to mp3</title>
		<link>https://scott.cm/linux-convert-aiff-to-mp3/</link>
				<comments>https://scott.cm/linux-convert-aiff-to-mp3/#respond</comments>
				<pubDate>Sun, 10 Jun 2012 11:42:56 +0000</pubDate>
		<dc:creator><![CDATA[Scott Mcintyre]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[convert aif to mp3]]></category>
		<category><![CDATA[convert aif to mp3 linux]]></category>
		<category><![CDATA[convert aiff on linux]]></category>
		<category><![CDATA[convert aiff to mp3]]></category>
		<category><![CDATA[linux convert aif]]></category>
		<category><![CDATA[mint convert aif]]></category>
		<category><![CDATA[mint convert aiff]]></category>
		<category><![CDATA[ubuntu convert aif]]></category>
		<category><![CDATA[ubuntu convert aif to mp3]]></category>
		<category><![CDATA[ubuntu convert aiff to mp3]]></category>

		<guid isPermaLink="false">https://scott.cm/?p=182</guid>
				<description><![CDATA[You can convert AIFF files to MP3 using ffmpeg on linux. This works with many other inputs and not just AIFF but in the instance I was testing I needed to convert AIFF. First you need ffmpeg and libmp3lame which on Ubuntu and Linux Mint can be done with sudo]]></description>
								<content:encoded><![CDATA[<p>You can convert AIFF files to MP3 using ffmpeg on linux.   This works with many other inputs and not just AIFF but in the instance I was testing I needed to convert AIFF.</p>
<p>First you need ffmpeg and libmp3lame which on Ubuntu and Linux Mint can be done with</p>
<blockquote><p>
sudo apt-get install libavcodec-extra-53 ffmpeg
</p></blockquote>
<p>Then use ffmpeg to do the conversion replacing INPUT.aiff and OUTPUT.mp3</p>
<blockquote><p>
ffmpeg -i <strong>INPUT.aiff</strong> -f mp3 -acodec libmp3lame -ab 192000 -ar 44100 <strong>OUTPUT.mp3</strong>
</p></blockquote>
<p>Sample,</p>
<blockquote>
<p>scott@scott:~/Music$ ffmpeg -i INPUT.mp3 -f mp3 -acodec libmp3lame -ab 192000 -ar 44100 OUTPUT.mp3<br />
ffmpeg version 0.7.3-4:0.7.3-0ubuntu0.11.10.1, Copyright (c) 2000-2011 the Libav developers<br />
  built on Jan  4 2012 16:08:51 with gcc 4.6.1<br />
  configuration: &#8211;extra-version=&#8217;4:0.7.3-0ubuntu0.11.10.1&#8242; &#8211;arch=amd64 &#8211;prefix=/usr &#8211;enable-vdpau &#8211;enable-bzlib &#8211;enable-libgsm &#8211;enable-libschroedinger &#8211;enable-libspeex &#8211;enable-libtheora &#8211;enable-libvorbis &#8211;enable-pthreads &#8211;enable-zlib &#8211;enable-libvpx &#8211;enable-runtime-cpudetect &#8211;enable-vaapi &#8211;enable-gpl &#8211;enable-postproc &#8211;enable-swscale &#8211;enable-x11grab &#8211;enable-libdc1394 &#8211;enable-shared &#8211;disable-static<br />
  WARNING: library configuration mismatch<br />
  avutil      configuration: &#8211;extra-version=&#8217;4:0.7.3ubuntu0.11.10.1+medibuntu1&#8242; &#8211;arch=amd64 &#8211;prefix=/usr &#8211;enable-vdpau &#8211;enable-bzlib &#8211;enable-libgsm &#8211;enable-libschroedinger &#8211;enable-libspeex &#8211;enable-libtheora &#8211;enable-libvorbis &#8211;enable-pthreads &#8211;enable-zlib &#8211;enable-libvpx &#8211;enable-runtime-cpudetect &#8211;enable-libopencore-amrnb &#8211;enable-libopencore-amrwb &#8211;enable-version3 &#8211;enable-vaapi &#8211;enable-libopenjpeg &#8211;enable-libfaac &#8211;enable-nonfree &#8211;enable-gpl &#8211;enable-postproc &#8211;enable-swscale &#8211;enable-x11grab &#8211;enable-libdirac &#8211;enable-libmp3lame &#8211;enable-librtmp &#8211;enable-libx264 &#8211;enable-libxvid &#8211;enable-libopencore-amrnb &#8211;enable-version3 &#8211;enable-libopencore-amrwb &#8211;enable-version3 &#8211;enable-libvo-aacenc &#8211;enable-version3 &#8211;enable-libvo-amrwbenc &#8211;enable-version3 &#8211;enable-libdc1394 &#8211;enable-shared &#8211;disable-static<br />
  avcodec     configuration: &#8211;extra-version=&#8217;4:0.7.3ubuntu0.11.10.1+medibuntu1&#8242; &#8211;arch=amd64 &#8211;prefix=/usr &#8211;enable-vdpau &#8211;enable-bzlib &#8211;enable-libgsm &#8211;enable-libschroedinger &#8211;enable-libspeex &#8211;enable-libtheora &#8211;enable-libvorbis &#8211;enable-pthreads &#8211;enable-zlib &#8211;enable-libvpx &#8211;enable-runtime-cpudetect &#8211;enable-libopencore-amrnb &#8211;enable-libopencore-amrwb &#8211;enable-version3 &#8211;enable-vaapi &#8211;enable-libopenjpeg &#8211;enable-libfaac &#8211;enable-nonfree &#8211;enable-gpl &#8211;enable-postproc &#8211;enable-swscale &#8211;enable-x11grab &#8211;enable-libdirac &#8211;enable-libmp3lame &#8211;enable-librtmp &#8211;enable-libx264 &#8211;enable-libxvid &#8211;enable-libopencore-amrnb &#8211;enable-version3 &#8211;enable-libopencore-amrwb &#8211;enable-version3 &#8211;enable-libvo-aacenc &#8211;enable-version3 &#8211;enable-libvo-amrwbenc &#8211;enable-version3 &#8211;enable-libdc1394 &#8211;enable-shared &#8211;disable-static<br />
  libavutil    51.  7. 0 / 51.  7. 0<br />
  libavcodec   53.  6. 0 / 53.  6. 0<br />
  libavformat  53.  3. 0 / 53.  3. 0<br />
  libavdevice  53.  0. 0 / 53.  0. 0<br />
  libavfilter   2.  4. 0 /  2.  4. 0<br />
  libswscale    2.  0. 0 /  2.  0. 0<br />
  libpostproc  52.  0. 0 / 52.  0. 0<br />
[aiff @ 0x100d560] max_analyze_duration reached<br />
Input #0, aiff, from &#8216;INPUT.aiff&#8217;:<br />
  Duration: 00:53:17.08, start: 0.000000, bitrate: 1411 kb/s<br />
    Stream #0.0: Audio: pcm_s16be, 44100 Hz, 2 channels, s16, 1411 kb/s<br />
Output #0, mp3, to &#8216;OUTPUT.mp3&#8217;:<br />
  Metadata:<br />
    TSSE            : Lavf53.3.0<br />
    Stream #0.0: Audio: libmp3lame, 44100 Hz, 2 channels, s16, 192 kb/s<br />
Stream mapping:<br />
  Stream #0.0 -> #0.0<br />
Press ctrl-c to stop encoding<br />
size=   74933kB time=3197.13 bitrate= 192.0kbits/s<br />
video:0kB audio:74933kB global headers:0kB muxing overhead 0.000042%
</p></blockquote>
]]></content:encoded>
							<wfw:commentRss>https://scott.cm/linux-convert-aiff-to-mp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
