<?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>mencoder - Gagzen</title>
	<atom:link href="https://gagzen.net/tag/mencoder/feed/" rel="self" type="application/rss+xml" />
	<link>https://gagzen.net</link>
	<description></description>
	<lastBuildDate>Sat, 15 Nov 2008 14:22:26 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://gagzen.net/wp-content/uploads/2026/06/android-chrome-512x512-1-150x150.png</url>
	<title>mencoder - Gagzen</title>
	<link>https://gagzen.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>mencoder &#8211; Encodage pour PSP</title>
		<link>https://gagzen.net/2008/11/15/mencoder-encodage-pour-psp/</link>
		
		<dc:creator><![CDATA[Baptiste]]></dc:creator>
		<pubDate>Sat, 15 Nov 2008 14:22:26 +0000</pubDate>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[WorkStation]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[psp]]></category>
		<category><![CDATA[video]]></category>
		<guid isPermaLink="false">http://www.gagneux.info/index.php/?p=91</guid>

					<description><![CDATA[<p>obsolète : Je me suis rendu compte d&#8217;un décalage son/image. Voir le billet suivant qui semble résoudre le souci. Ou comment réencoder les divx pour qu&#8217;ils soient lus par la PSP &#8230; depuis un Linux. Pré-requis : mencoder mencoder -of lavf -lavfopts format=mp4 -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:acodec=libfaac:abitrate=128:vcodec=mpeg4:keyint=25 -ofps 25 -af lavcresample=44100 -vf harddup,scale=320:-3 [&#8230;]</p>
<p>The post <a href="https://gagzen.net/2008/11/15/mencoder-encodage-pour-psp/">mencoder – Encodage pour PSP</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<p><strong>obsolète : Je me suis rendu compte d&rsquo;un décalage son/image.<a hreflang="fr" href="http://www.gagneux.info/index.php/ffmpeg-encodage-pour-psp"> Voir le billet suivant qui semble résoudre le souci.</a><br />
</strong></p>
<p>Ou comment réencoder les divx pour qu&rsquo;ils soient lus par la PSP &#8230; depuis un Linux.</p>
<p>Pré-requis :</p>
<ul>
<li>mencoder</li>
</ul>
</div>
<div>
<p>mencoder -of lavf -lavfopts format=mp4 -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:acodec=libfaac:abitrate=128:vcodec=mpeg4:keyint=25 -ofps 25 -af lavcresample=44100 -vf harddup,scale=320:-3 -mc 0 -noskip SOURCE.avi -o DESTINATION.mp4</p>
</div><p>The post <a href="https://gagzen.net/2008/11/15/mencoder-encodage-pour-psp/">mencoder – Encodage pour PSP</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>mencoder &#8211; Rencodage de divx</title>
		<link>https://gagzen.net/2008/11/11/mencoder-rencodage-de-divx/</link>
		
		<dc:creator><![CDATA[Baptiste]]></dc:creator>
		<pubDate>Tue, 11 Nov 2008 14:11:37 +0000</pubDate>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[WorkStation]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[video]]></category>
		<guid isPermaLink="false">http://www.gagneux.info/index.php/?p=86</guid>

					<description><![CDATA[<p>Un petit script vite fait pour réencoder des divx en masse. La commande de base est : /usr/bin/mencoder ./original.avi -of avi -oac mp3lame -lameopts cbr:br=128 -ovc lavc -lavcopts vcodec=mpeg4:vhq -ffourcc DX50 -o ./destination.avi #!/bin/bash # # # ls -1 &#124; grep -i AVI &#62; ./mencoder.tmp aLine= » » while read aLine ; do echo $aLine if [ [&#8230;]</p>
<p>The post <a href="https://gagzen.net/2008/11/11/mencoder-rencodage-de-divx/">mencoder – Rencodage de divx</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<p>Un petit script vite fait pour réencoder des divx en masse. La commande de base est :</p>
<p><strong><em>/usr/bin/mencoder ./original.avi -of avi -oac mp3lame  -lameopts cbr:br=128 -ovc lavc -lavcopts vcodec=mpeg4:vhq -ffourcc DX50  -o ./destination.avi</em></strong></p>
</div>
<div>
<p><span id="more-244"></span></p>
<p>#!/bin/bash<br />
#<br />
#<br />
#</p>
<p>ls -1 | grep -i AVI &gt; ./mencoder.tmp</p>
<p>aLine= » »<br />
while read aLine ; do<br />
echo $aLine<br />
if [ ! -e « ./nouveaux » ] ; then<br />
mkdir « ./nouveaux »<br />
fi<br />
/usr/bin/mencoder ./$aLine -of avi -oac mp3lame -lameopts cbr:br=128  -ovc lavc -lavcopts vcodec=mpeg4:vhq -ffourcc DX50 -o ./nouveaux/$aLine  &gt; $aLine.tmp<br />
done &lt;  mencoder.tmp</p>
</div><p>The post <a href="https://gagzen.net/2008/11/11/mencoder-rencodage-de-divx/">mencoder – Rencodage de divx</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
