<?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 for SavvyAdmin.com</title>
	<atom:link href="http://savvyadmin.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://savvyadmin.com</link>
	<description>For savvy admins everywhere...</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:20:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on MP3 Tag Editing in Linux by Paul</title>
		<link>http://savvyadmin.com/mp3-tag-editing-in-linux/comment-page-1/#comment-1026</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 04 Feb 2012 22:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=61#comment-1026</guid>
		<description>Reviving an ancient post here, but just for the next Googler who comes along: Puddletag is probably the best I&#039;ve found as a graphical editor (lets you customise which tags to show, etc). It&#039;s a bit clunky in parts but then, so are they all. It&#039;s just the LEAST clunky. :)

For command-line, eyeD3 is fine. Another option is mid3v2, Mutagen&#039;s reimplementation of id3lib&#039;s id3v2 to add id3v2.4 support. The output&#039;s a little bit more readable (by both human and machine) than eyeD3 IMHO.</description>
		<content:encoded><![CDATA[<p>Reviving an ancient post here, but just for the next Googler who comes along: Puddletag is probably the best I&#8217;ve found as a graphical editor (lets you customise which tags to show, etc). It&#8217;s a bit clunky in parts but then, so are they all. It&#8217;s just the LEAST clunky. :)</p>
<p>For command-line, eyeD3 is fine. Another option is mid3v2, Mutagen&#8217;s reimplementation of id3lib&#8217;s id3v2 to add id3v2.4 support. The output&#8217;s a little bit more readable (by both human and machine) than eyeD3 IMHO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DVD to XviD Encoding with Mencoder by TuxNuX</title>
		<link>http://savvyadmin.com/dvd-to-xvid-encoding-with-mencoder/comment-page-1/#comment-1025</link>
		<dc:creator>TuxNuX</dc:creator>
		<pubDate>Fri, 13 Jan 2012 00:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://savvyadmin.com/?p=568#comment-1025</guid>
		<description>very good tuto thank :D

if you want resize after crop

exemple;

mencoder dvd:// -vf crop=704:576:8:0,scale=704:300 (other options)

fix aspect ratio

exemple;
mencoder dvd:// -force-avi-aspect 2.35:1 (other options)

for choose subtitle
mplayer dvd://1 -identify -frames 0 -vo null 2&gt;&amp;1 &#124; grep sid
Sous-titre ( sid ) : 0 langue : english
Sous-titre ( sid ) : 1 langue : french
Sous-titre ( sid ) : 2 langue : italian

exemple with french subtitle
mencoder dvd:// -sid 1 (other options)


full exemple with french subtitle, crop etc


mencoder dvd://1 -aid 128 -sid 1 -force-avi-aspect 2.35:1 -vf kerndeint,crop=704:416:10:80,scale=704:300 -oac mp3lame -lameopts q=0:aq=0 -ovc xvid -xvidencopts fixed_quant=2:autoaspect -o video.avi</description>
		<content:encoded><![CDATA[<p>very good tuto thank :D</p>
<p>if you want resize after crop</p>
<p>exemple;</p>
<p>mencoder dvd:// -vf crop=704:576:8:0,scale=704:300 (other options)</p>
<p>fix aspect ratio</p>
<p>exemple;<br />
mencoder dvd:// -force-avi-aspect 2.35:1 (other options)</p>
<p>for choose subtitle<br />
mplayer dvd://1 -identify -frames 0 -vo null 2&gt;&amp;1 | grep sid<br />
Sous-titre ( sid ) : 0 langue : english<br />
Sous-titre ( sid ) : 1 langue : french<br />
Sous-titre ( sid ) : 2 langue : italian</p>
<p>exemple with french subtitle<br />
mencoder dvd:// -sid 1 (other options)</p>
<p>full exemple with french subtitle, crop etc</p>
<p>mencoder dvd://1 -aid 128 -sid 1 -force-avi-aspect 2.35:1 -vf kerndeint,crop=704:416:10:80,scale=704:300 -oac mp3lame -lameopts q=0:aq=0 -ovc xvid -xvidencopts fixed_quant=2:autoaspect -o video.avi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rhythmbox ID3 Tag Issues by Antares</title>
		<link>http://savvyadmin.com/rhythmbox-id3-tag-issues/comment-page-1/#comment-1024</link>
		<dc:creator>Antares</dc:creator>
		<pubDate>Tue, 10 Jan 2012 05:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=60#comment-1024</guid>
		<description>The id3.v1 problem can be fixed using id3v2 using the -s option

id3v2 -s 

Regards.</description>
		<content:encoded><![CDATA[<p>The id3.v1 problem can be fixed using id3v2 using the -s option</p>
<p>id3v2 -s </p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Mencoder Profiles by gmendoza</title>
		<link>http://savvyadmin.com/using-mencoder-profiles/comment-page-1/#comment-1023</link>
		<dc:creator>gmendoza</dc:creator>
		<pubDate>Sun, 01 Jan 2012 17:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://savvyadmin.com/?p=757#comment-1023</guid>
		<description>It&#039;s in the same directory as mencoder.exe.  For some that may be: c:\mplayer\mplayer\.</description>
		<content:encoded><![CDATA[<p>It&#8217;s in the same directory as mencoder.exe.  For some that may be: c:\mplayer\mplayer\.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Mencoder Profiles by visitor</title>
		<link>http://savvyadmin.com/using-mencoder-profiles/comment-page-1/#comment-1022</link>
		<dc:creator>visitor</dc:creator>
		<pubDate>Sun, 01 Jan 2012 10:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://savvyadmin.com/?p=757#comment-1022</guid>
		<description>And in Windows where is located mencoder.conf ?</description>
		<content:encoded><![CDATA[<p>And in Windows where is located mencoder.conf ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extract Audio from Video Files to WAV using FFmpeg by gmendoza</title>
		<link>http://savvyadmin.com/extract-audio-from-video-files-to-wav-using-ffmpeg/comment-page-1/#comment-1021</link>
		<dc:creator>gmendoza</dc:creator>
		<pubDate>Fri, 16 Dec 2011 17:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=537#comment-1021</guid>
		<description>Hey there!  You need to compile FFmpeg with opencore-amr support.  FFmpeg as it&#039;s compile on your system does not know how to decode your audio stream.  The following two lines from your output can help you when troubleshooting other scenarios.

&lt;b&gt;Input #0, amr, from ‘sound2.3gp’:&lt;b&gt;
...
&lt;b&gt;Decoder (codec id 73728) not found for input stream #0.&lt;/b&gt;


See this post to enable opencore-amr support:
http://ubuntuforums.org/showpost.php?p=7584660&amp;postcount=409

Hope this helps!</description>
		<content:encoded><![CDATA[<p>Hey there!  You need to compile FFmpeg with opencore-amr support.  FFmpeg as it&#8217;s compile on your system does not know how to decode your audio stream.  The following two lines from your output can help you when troubleshooting other scenarios.</p>
<p><b>Input #0, amr, from ‘sound2.3gp’:</b><b><br />
&#8230;<br />
</b><b>Decoder (codec id 73728) not found for input stream #0.</b></p>
<p>See this post to enable opencore-amr support:<br />
<a href="http://ubuntuforums.org/showpost.php?p=7584660&#038;postcount=409" rel="nofollow">http://ubuntuforums.org/showpost.php?p=7584660&#038;postcount=409</a></p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extract Audio from Video Files to WAV using FFmpeg by sumitavo biswas</title>
		<link>http://savvyadmin.com/extract-audio-from-video-files-to-wav-using-ffmpeg/comment-page-1/#comment-1020</link>
		<dc:creator>sumitavo biswas</dc:creator>
		<pubDate>Fri, 16 Dec 2011 12:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=537#comment-1020</guid>
		<description>Hi friends, i am facing a issue..i have a requirement to convert a .3gp file to .wav file. We have to use ffmpeg for the same, but currently the transcoded file(.wav file) do not play, it is of 0 bytes…can anyone help me how to do it? Following is the stacktrace

$/opt/csw/bin/ffmpeg -i sound2.3gp -acodec pcm_mulaw -ar 8000 -ac 1 -f wav 3gp.wav
FFmpeg version SVN-r21156-snapshot, Copyright (c) 2000-2010 Fabrice Bellard, et al.
built on Feb 12 2010 01:57:40 with gcc 4.3.4
configuration: –prefix=/opt/csw –enable-shared –disable-static –enable-ffplay –enable-runtime-cpudetect –enable-libtheora –enable-libvorbis –enable-libx264 –enable-libxvid –enable-libmp3lame –enable-gpl –enable-postproc –enable-avfilter –enable-avfilter-lavf –bindir=/opt/csw/bin/sparcv8 –libdir=/opt/csw/lib –incdir=/opt/csw/include
libavutil 50. 7. 0 / 50. 7. 0
libavcodec 52.47. 0 / 52.47. 0
libavformat 52.46. 0 / 52.46. 0
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 1.15. 0 / 1.15. 0
libswscale 0. 8. 0 / 0. 8. 0
libpostproc 51. 2. 0 / 51. 2. 0
[amr @ 442c0]max_analyze_duration reached
[amr @ 442c0]Estimating duration from bitrate, this may be inaccurate
Input #0, amr, from ‘sound2.3gp’:
Duration: N/A, bitrate: N/A
Stream #0.0: Audio: samr / 0x726D6173, 8000 Hz, 1 channels
File ’3gp.wav’ already exists. Overwrite ? [y/N] y
Output #0, wav, to ’3gp.wav’:
Stream #0.0: Audio: pcm_mulaw, 8000 Hz, 1 channels, s16, 64 kb/s
Stream mapping:
Stream #0.0 -&gt; #0.0
Decoder (codec id 73728) not found for input stream #0.</description>
		<content:encoded><![CDATA[<p>Hi friends, i am facing a issue..i have a requirement to convert a .3gp file to .wav file. We have to use ffmpeg for the same, but currently the transcoded file(.wav file) do not play, it is of 0 bytes…can anyone help me how to do it? Following is the stacktrace</p>
<p>$/opt/csw/bin/ffmpeg -i sound2.3gp -acodec pcm_mulaw -ar 8000 -ac 1 -f wav 3gp.wav<br />
FFmpeg version SVN-r21156-snapshot, Copyright (c) 2000-2010 Fabrice Bellard, et al.<br />
built on Feb 12 2010 01:57:40 with gcc 4.3.4<br />
configuration: –prefix=/opt/csw –enable-shared –disable-static –enable-ffplay –enable-runtime-cpudetect –enable-libtheora –enable-libvorbis –enable-libx264 –enable-libxvid –enable-libmp3lame –enable-gpl –enable-postproc –enable-avfilter –enable-avfilter-lavf –bindir=/opt/csw/bin/sparcv8 –libdir=/opt/csw/lib –incdir=/opt/csw/include<br />
libavutil 50. 7. 0 / 50. 7. 0<br />
libavcodec 52.47. 0 / 52.47. 0<br />
libavformat 52.46. 0 / 52.46. 0<br />
libavdevice 52. 2. 0 / 52. 2. 0<br />
libavfilter 1.15. 0 / 1.15. 0<br />
libswscale 0. 8. 0 / 0. 8. 0<br />
libpostproc 51. 2. 0 / 51. 2. 0<br />
[amr @ 442c0]max_analyze_duration reached<br />
[amr @ 442c0]Estimating duration from bitrate, this may be inaccurate<br />
Input #0, amr, from ‘sound2.3gp’:<br />
Duration: N/A, bitrate: N/A<br />
Stream #0.0: Audio: samr / 0x726D6173, 8000 Hz, 1 channels<br />
File ’3gp.wav’ already exists. Overwrite ? [y/N] y<br />
Output #0, wav, to ’3gp.wav’:<br />
Stream #0.0: Audio: pcm_mulaw, 8000 Hz, 1 channels, s16, 64 kb/s<br />
Stream mapping:<br />
Stream #0.0 -&gt; #0.0<br />
Decoder (codec id 73728) not found for input stream #0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Resize and Watermark Images in Linux by Rahul</title>
		<link>http://savvyadmin.com/resize-and-watermark-images-in-linux/comment-page-1/#comment-1019</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Wed, 30 Nov 2011 04:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/2007/12/30/resize-and-watermark-images-in-linux/#comment-1019</guid>
		<description>What a waste of the authors time! A simple image displaying the watermark would have helped a reader  judge the outcome. I have to skip this article sorry.</description>
		<content:encoded><![CDATA[<p>What a waste of the authors time! A simple image displaying the watermark would have helped a reader  judge the outcome. I have to skip this article sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Strip All Unwanted MP3 ID3 Tags by Manipulando Tags ID3 Com O eyeD3 &#124; Daemonio Labs</title>
		<link>http://savvyadmin.com/strip-all-unwanted-mp3-id3-tags/comment-page-1/#comment-1018</link>
		<dc:creator>Manipulando Tags ID3 Com O eyeD3 &#124; Daemonio Labs</dc:creator>
		<pubDate>Thu, 24 Nov 2011 19:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://savvyadmin.com/?p=721#comment-1018</guid>
		<description>[...] [3] Strip All Unwanted MP3 ID3 Tags, by gmendoza (Acessado em: Novembro/2011) http://savvyadmin.com/strip-all-unwanted-mp3-id3-tags/ [...]</description>
		<content:encoded><![CDATA[<p>[...] [3] Strip All Unwanted MP3 ID3 Tags, by gmendoza (Acessado em: Novembro/2011) <a href="http://savvyadmin.com/strip-all-unwanted-mp3-id3-tags/" rel="nofollow">http://savvyadmin.com/strip-all-unwanted-mp3-id3-tags/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quickly Identify Video File Attributes by Hannes</title>
		<link>http://savvyadmin.com/quickly-identify-video-file-attributes/comment-page-1/#comment-1017</link>
		<dc:creator>Hannes</dc:creator>
		<pubDate>Wed, 02 Nov 2011 03:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=433#comment-1017</guid>
		<description>Pointing me to these features of mplayer was very helpful.

Thank you!</description>
		<content:encoded><![CDATA[<p>Pointing me to these features of mplayer was very helpful.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Revelation Password Manager for Gnome by Mike</title>
		<link>http://savvyadmin.com/revelation-password-manager-for-gnome/comment-page-1/#comment-1016</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 16 Oct 2011 13:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/2007/06/23/revelation-password-manager-for-gnome/#comment-1016</guid>
		<description>I just upgraded from Fedora 12 to Fedora 15.  It&#039;s not a pain free experience.  After I solved the initial set of broken functionality, I discovered that you guys redesigned your password storage files such that I can&#039;t read the my old file anymore.  Would it have been that difficult to provide an import capability that could recognize older files?  Sorry, if I sound snippy, but I can&#039;t understand why you would subject your users to this inconvenience unless you were trying to discourage then from using your program.  At least provide a program to convert the old files to ascii, so I could re-key them.</description>
		<content:encoded><![CDATA[<p>I just upgraded from Fedora 12 to Fedora 15.  It&#8217;s not a pain free experience.  After I solved the initial set of broken functionality, I discovered that you guys redesigned your password storage files such that I can&#8217;t read the my old file anymore.  Would it have been that difficult to provide an import capability that could recognize older files?  Sorry, if I sound snippy, but I can&#8217;t understand why you would subject your users to this inconvenience unless you were trying to discourage then from using your program.  At least provide a program to convert the old files to ascii, so I could re-key them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash User Input Validation by wayne</title>
		<link>http://savvyadmin.com/bash-user-input-validation/comment-page-1/#comment-1015</link>
		<dc:creator>wayne</dc:creator>
		<pubDate>Wed, 28 Sep 2011 00:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=62#comment-1015</guid>
		<description>looks like my regular expression was annihilated by your comment form. email me if you want it.</description>
		<content:encoded><![CDATA[<p>looks like my regular expression was annihilated by your comment form. email me if you want it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash User Input Validation by wayne</title>
		<link>http://savvyadmin.com/bash-user-input-validation/comment-page-1/#comment-1014</link>
		<dc:creator>wayne</dc:creator>
		<pubDate>Wed, 28 Sep 2011 00:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=62#comment-1014</guid>
		<description>if this is input validation, shouldn&#039;t it actually check for an appropriate input and inform the user if it is not correct? that is my understanding of what &quot;input validation&quot; means.  here is something i wrote up to check to see if a mac address is valid for a given company whose allocation starts with &quot;00:01:32&quot;:

tmp=$(echo $REPLY &#124; grep -E &quot;\&quot; \
		&#124; tr -d :)
if [ &quot;x$tmp&quot; == &quot;x&quot; ] ;then
	echo &quot;Please enter a valid Brawndo MAC Address.&quot;
	exit 1
fi

the very best thing about this is the smiley face at the end of the third line. just sayin...</description>
		<content:encoded><![CDATA[<p>if this is input validation, shouldn&#8217;t it actually check for an appropriate input and inform the user if it is not correct? that is my understanding of what &#8220;input validation&#8221; means.  here is something i wrote up to check to see if a mac address is valid for a given company whose allocation starts with &#8220;00:01:32&#8243;:</p>
<p>tmp=$(echo $REPLY | grep -E &#8220;\&#8221; \<br />
		| tr -d :)<br />
if [ "x$tmp" == "x" ] ;then<br />
	echo &#8220;Please enter a valid Brawndo MAC Address.&#8221;<br />
	exit 1<br />
fi</p>
<p>the very best thing about this is the smiley face at the end of the third line. just sayin&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Stereo Audio Tracks to MKV Files by Marcelo Culotta</title>
		<link>http://savvyadmin.com/add-stereo-audio-tracks-to-mkv-files/comment-page-1/#comment-1012</link>
		<dc:creator>Marcelo Culotta</dc:creator>
		<pubDate>Thu, 01 Sep 2011 16:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=403#comment-1012</guid>
		<description>For converting MKV DTS to MKV ac3, I use two applications:
WinFF and MKVmerge (it shows as MKV files creator in the Applications menu)

   1. WinFF:For creating the AC3 audio track, I open WinFF, then I Add the MKV file that contains the DTS track. In Output details, I select


Convet to Audio
Device Preset Ac3 - 384kbps Stereo
Output Folder Any folder you like (I use the one containing the MKV file)

This will create an audio file with the same name as the MKV file, but with the ac3 extension

2. MKV files creator (mkvmerge)

Input Files: add the MKV file for which you created the ac3 audio track.
In the Tracks, chapters and tags, UNSELECT the DTS audio file
Input files again: add the ac3 file that you created with WinFF
Start muxing

This creates a file with the same name as the MKV file, except it has a (1) added to it that will have the ac3 audio track for playing as 2 channel stereo.

I hope this helps!</description>
		<content:encoded><![CDATA[<p>For converting MKV DTS to MKV ac3, I use two applications:<br />
WinFF and MKVmerge (it shows as MKV files creator in the Applications menu)</p>
<p>   1. WinFF:For creating the AC3 audio track, I open WinFF, then I Add the MKV file that contains the DTS track. In Output details, I select</p>
<p>Convet to Audio<br />
Device Preset Ac3 &#8211; 384kbps Stereo<br />
Output Folder Any folder you like (I use the one containing the MKV file)</p>
<p>This will create an audio file with the same name as the MKV file, but with the ac3 extension</p>
<p>2. MKV files creator (mkvmerge)</p>
<p>Input Files: add the MKV file for which you created the ac3 audio track.<br />
In the Tracks, chapters and tags, UNSELECT the DTS audio file<br />
Input files again: add the ac3 file that you created with WinFF<br />
Start muxing</p>
<p>This creates a file with the same name as the MKV file, except it has a (1) added to it that will have the ac3 audio track for playing as 2 channel stereo.</p>
<p>I hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rhythmbox ID3 Tag Issues by happyfish</title>
		<link>http://savvyadmin.com/rhythmbox-id3-tag-issues/comment-page-1/#comment-1011</link>
		<dc:creator>happyfish</dc:creator>
		<pubDate>Fri, 12 Aug 2011 03:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=60#comment-1011</guid>
		<description>The only thing that&#039;s working for me to solve this problem- and I&#039;ve tried all night- is using a WINE run of SongBird Portable to edit the id3 tags...  I&#039;ve used several command line programs, VLC, Rhythmbox itself, puddlemp3...  Nothing else is working. :S  I have no idea why...</description>
		<content:encoded><![CDATA[<p>The only thing that&#8217;s working for me to solve this problem- and I&#8217;ve tried all night- is using a WINE run of SongBird Portable to edit the id3 tags&#8230;  I&#8217;ve used several command line programs, VLC, Rhythmbox itself, puddlemp3&#8230;  Nothing else is working. :S  I have no idea why&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extract Audio from Video Files to WAV using FFmpeg by Purab Gujar</title>
		<link>http://savvyadmin.com/extract-audio-from-video-files-to-wav-using-ffmpeg/comment-page-1/#comment-1010</link>
		<dc:creator>Purab Gujar</dc:creator>
		<pubDate>Thu, 11 Aug 2011 04:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=537#comment-1010</guid>
		<description>I tried your command. But why do you suggest we use any codec at all when converting to wav? Just giving the wav format is sufficient.  i.e. why use -acodec pcm_s16le instead of ffmpeg -i video.mkv -acodec -ac 2 -f wav -y audio.wav</description>
		<content:encoded><![CDATA[<p>I tried your command. But why do you suggest we use any codec at all when converting to wav? Just giving the wav format is sufficient.  i.e. why use -acodec pcm_s16le instead of ffmpeg -i video.mkv -acodec -ac 2 -f wav -y audio.wav</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VirtualBox Host Interface Networking with NAT by Frans</title>
		<link>http://savvyadmin.com/virtualbox-host-interface-networking-with-nat/comment-page-1/#comment-1009</link>
		<dc:creator>Frans</dc:creator>
		<pubDate>Sun, 17 Jul 2011 18:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=231#comment-1009</guid>
		<description>Very good article !! Thank you for this, it really solves my problem.. ;)</description>
		<content:encoded><![CDATA[<p>Very good article !! Thank you for this, it really solves my problem.. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MP3 Tag Editing in Linux by Andrew</title>
		<link>http://savvyadmin.com/mp3-tag-editing-in-linux/comment-page-1/#comment-1008</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 04 Jul 2011 16:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=61#comment-1008</guid>
		<description>I&#039;ve just release a new ID3 tag editor for Linux/OS X.  I&#039;d really appreciate any feedback.  It&#039;s an alpha release so used it against a set of test mp3s.

http://sourceforge.net/projects/bulkid3/

Best Regards,
Andrew</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just release a new ID3 tag editor for Linux/OS X.  I&#8217;d really appreciate any feedback.  It&#8217;s an alpha release so used it against a set of test mp3s.</p>
<p><a href="http://sourceforge.net/projects/bulkid3/" rel="nofollow">http://sourceforge.net/projects/bulkid3/</a></p>
<p>Best Regards,<br />
Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backup and Restore Package Lists in Ubuntu by blog:backup_and_restore_package_selections [Brb wiki]</title>
		<link>http://savvyadmin.com/backup-and-restore-package-lists-in-ubuntu/comment-page-1/#comment-1007</link>
		<dc:creator>blog:backup_and_restore_package_selections [Brb wiki]</dc:creator>
		<pubDate>Fri, 01 Jul 2011 11:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=254#comment-1007</guid>
		<description>[...] http://savvyadmin.com/backup-and-restore-package-lists-in-ubuntu/   ubuntu, [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://savvyadmin.com/backup-and-restore-package-lists-in-ubuntu/" rel="nofollow">http://savvyadmin.com/backup-and-restore-package-lists-in-ubuntu/</a>   ubuntu, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VirtualBox Wireless Bridging by aiuto per lanciare un comando all'avvio -ubuntu 11.04- - Pagina 5 - Forum di Tom's Hardware</title>
		<link>http://savvyadmin.com/virtualbox-wireless-bridging/comment-page-1/#comment-1006</link>
		<dc:creator>aiuto per lanciare un comando all'avvio -ubuntu 11.04- - Pagina 5 - Forum di Tom's Hardware</dc:creator>
		<pubDate>Fri, 24 Jun 2011 17:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.savvyadmin.com/?p=101#comment-1006</guid>
		<description>[...] uhm ho trovato questa VirtualBox Wireless Bridging &#124; SavvyAdmin.com [...]</description>
		<content:encoded><![CDATA[<p>[...] uhm ho trovato questa VirtualBox Wireless Bridging | SavvyAdmin.com [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

