<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://www.solar-opensource.com/zerugiran/gadgets/Blog/templates/atom.xsl" ?><feed xmlns="http://www.w3.org/2005/Atom">
<link rel="self"  href="http://www.solar-opensource.com/zerugiran" title="ZeruGiran" />
<title  type="text" >ZeruGiran</title>
	<author>
		<name>ZeruGiran</name>
		<uri>http://www.solar-opensource.com/zerugiran</uri>
	</author>
<subtitle  type="text" >Commentarios en el Post 109</subtitle>
<id>http://www.solar-opensource.com/zerugiran</id>
<generator>JAWS 0.8.9</generator>
<rights  type="text" >2009, ZeruGiran</rights>
<updated>2011-08-09T17:55:58+01:00</updated>
<entry>
	<title  type="text" ><![CDATA[ Re:Usando mencoder para convertir rmvb a AVI (XVID MPEG4) ]]></title>
	<link rel="alternate"  type="text/html"  href="http://www.solar-opensource.com/zerugiran/index.php/blog/show/109.html#comment46" title="Re:Usando mencoder para convertir rmvb a AVI (XVID MPEG4)" />
	<author>
		<name>essay</name>
		<uri>http://www.solar-opensource.com/zerugiran</uri>
	</author>
	<id>http://www.solar-opensource.com/blog/109/46</id>
	<updated>2011-08-09T17:55:58+01:00</updated>
	<published>2011-08-09T17:55:58+01:00</published>
	<summary  type="text/html" ><![CDATA[ Thanks for such a detailed instruction ]]></summary>
	<content  type="text/html" ><![CDATA[ Thanks for such a detailed instruction ]]></content>
</entry>
<entry>
	<title  type="text" ><![CDATA[ Re:Usando mencoder para convertir rmvb a AVI (XVID MPEG4) ]]></title>
	<link rel="alternate"  type="text/html"  href="http://www.solar-opensource.com/zerugiran/index.php/blog/show/109.html#comment12" title="Re:Usando mencoder para convertir rmvb a AVI (XVID MPEG4)" />
	<author>
		<name>Oleksis</name>
		<uri>http://www.solar-opensource.com/zerugiran</uri>
	</author>
	<id>http://www.solar-opensource.com/blog/109/12</id>
	<updated>2010-05-06T19:25:30+01:00</updated>
	<published>2010-05-06T19:25:30+01:00</published>
	<summary  type="text/html" ><![CDATA[ Gracias!<br />
#!/bin/bash<br />
# FILE: rmvb2avi.sh<br />
# Convertir varios archivos RMVB a AVI<br />
# autor: OLEKSIS FRAGA MENENDEZ<br />
# weblog: http://oleksisfraga-udic.blogspot.com/<br />
for video in "$@"<br />
do<br />
echo "Encoding $video..."<br />
mencoder -oac mp3lame -ovc lavc -lavcopts vbitrate=900 -ffourcc xvid "$video" -o "$(echo $video | sed 's/rmvb$/avi/')"<br />
echo "Done!"<br />
done<br />
Saludos..., nos leemos! ]]></summary>
	<content  type="text/html" ><![CDATA[ Gracias!<br />
#!/bin/bash<br />
# FILE: rmvb2avi.sh<br />
# Convertir varios archivos RMVB a AVI<br />
# autor: OLEKSIS FRAGA MENENDEZ<br />
# weblog: http://oleksisfraga-udic.blogspot.com/<br />
for video in "$@"<br />
do<br />
echo "Encoding $video..."<br />
mencoder -oac mp3lame -ovc lavc -lavcopts vbitrate=900 -ffourcc xvid "$video" -o "$(echo $video | sed 's/rmvb$/avi/')"<br />
echo "Done!"<br />
done<br />
Saludos..., nos leemos! ]]></content>
</entry>
</feed>
