<?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>SavvyAdmin.com &#187; 3gp</title>
	<atom:link href="http://savvyadmin.com/tag/3gp/feed/" rel="self" type="application/rss+xml" />
	<link>http://savvyadmin.com</link>
	<description>For savvy admins everywhere...</description>
	<lastBuildDate>Fri, 21 Jan 2011 17:53:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Convert 3gp Videos to XviD AVI</title>
		<link>http://savvyadmin.com/convert-3gp-videos-to-xvid-avi/</link>
		<comments>http://savvyadmin.com/convert-3gp-videos-to-xvid-avi/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 18:30:33 +0000</pubDate>
		<dc:creator>gmendoza</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[3gp]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[FFMpeg]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://savvyadmin.com/?p=581</guid>
		<description><![CDATA[3gp is the container format used when recording video with many mobile phones, which can be a pain when trying to view them using a number of multimedia players. Fortunately, converting videos from 3gp to XviD AVI is easy with FFmpeg. Usually, there&#8217;s not much to the quality of these types of source video files, [...]
Related posts:<ol>
<li><a href='http://savvyadmin.com/convert-video-files-to-dvd/' rel='bookmark' title='Convert Video Files to DVD'>Convert Video Files to DVD</a></li>
<li><a href='http://savvyadmin.com/extract-ac3-dolby-digital-with-ffmpeg/' rel='bookmark' title='Extract AC3 Dolby Digital with FFMpeg'>Extract AC3 Dolby Digital with FFMpeg</a></li>
<li><a href='http://savvyadmin.com/extract-audio-from-video-files-to-wav-using-ffmpeg/' rel='bookmark' title='Extract Audio from Video Files to WAV using FFmpeg'>Extract Audio from Video Files to WAV using FFmpeg</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/3GP" target="_blank">3gp</a> is the container format used when recording video with many mobile phones, which can be a pain when trying to view them using a number of multimedia players.  Fortunately, converting videos from <a href="http://en.wikipedia.org/wiki/3GP" target="_blank">3gp</a> to XviD AVI is easy with <a href="http://ffmpeg.org/" target="_blank">FFmpeg</a>.</p>
<p>Usually, there&#8217;s not much to the quality of these types of source video files, so many of the more complex video and audio options aren&#8217;t needed.  A simple FFmpeg command that retains as much quality as possible would look like the following.</p>
<blockquote><p><code><strong>ffmpeg -i video.3gp -acodec libmp3lame -vcodec libxvid -qscale 2 -f avi video.avi</strong></code></p></blockquote>
<p>Related posts:<ol>
<li><a href='http://savvyadmin.com/convert-video-files-to-dvd/' rel='bookmark' title='Convert Video Files to DVD'>Convert Video Files to DVD</a></li>
<li><a href='http://savvyadmin.com/extract-ac3-dolby-digital-with-ffmpeg/' rel='bookmark' title='Extract AC3 Dolby Digital with FFMpeg'>Extract AC3 Dolby Digital with FFMpeg</a></li>
<li><a href='http://savvyadmin.com/extract-audio-from-video-files-to-wav-using-ffmpeg/' rel='bookmark' title='Extract Audio from Video Files to WAV using FFmpeg'>Extract Audio from Video Files to WAV using FFmpeg</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://savvyadmin.com/convert-3gp-videos-to-xvid-avi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

