<?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>ffmpeg - Gagzen</title>
	<atom:link href="https://gagzen.net/tag/ffmpeg/feed/" rel="self" type="application/rss+xml" />
	<link>https://gagzen.net</link>
	<description></description>
	<lastBuildDate>Sat, 22 Nov 2008 14:23:36 +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>ffmpeg - Gagzen</title>
	<link>https://gagzen.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>ffmpeg &#8211; Encodage pour PSP</title>
		<link>https://gagzen.net/2008/11/22/ffmpeg-encodage-pour-psp/</link>
		
		<dc:creator><![CDATA[Baptiste]]></dc:creator>
		<pubDate>Sat, 22 Nov 2008 14:23:36 +0000</pubDate>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[WorkStation]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[psp]]></category>
		<category><![CDATA[video]]></category>
		<guid isPermaLink="false">http://www.gagneux.info/index.php/?p=93</guid>

					<description><![CDATA[<p>Ce billet vient en remplacement du précédent car il y avait un décalage son/image. Ou comment réencoder les divx pour qu&#8217;ils soient lus par la PSP &#8230; depuis un Linux. Pré-requis : ffmpeg ffmpeg -i SOURCE.avi -acodec libfaac -ab 128kb -vcodec mpeg4 -b 900kb -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -s [&#8230;]</p>
<p>The post <a href="https://gagzen.net/2008/11/22/ffmpeg-encodage-pour-psp/">ffmpeg – Encodage pour PSP</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<p><em>Ce billet vient en remplacement du <a hreflang="fr" href="http://www.gagneux.info/index.php/mencoder-encodage-pour-psp">précédent</a> car il y avait un décalage son/image.</em></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>ffmpeg</li>
</ul>
</div>
<div>
<div><span id="more-93"></span></div>
<div>ffmpeg -i SOURCE.avi -acodec libfaac -ab 128kb -vcodec mpeg4 -b 900kb -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -s 320&#215;200 -r 28.98 DESTINATION.mp4&nbsp;</p>
<p>Version de Korben, non testée :<br />
ffmpeg -i source_video.avi -b 300 -s 320×240 -vcodec xvid -ab 32 -ar 24000 -acodec aac final_video.mp4</p>
<p>Pour Iphone :<br />
ffmpeg -i source_video.avi input -acodec aac -ab 128kb -vcodec mpeg4 -b 1200kb -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -s 320×180 -title X final_video.mp4</p>
</div>
<div>
<ul>
<li> Source : source_video.avi</li>
<li>Codec audio : aac</li>
<li>Bitrate audio : 128kb/s</li>
<li>Codec vidéo : mpeg4</li>
<li>Bitrate vidéo : 1200kb/s</li>
<li>Taille : 320px par 180px</li>
<li> vidéo générée : final_video.mp4</li>
</ul>
</div>
</div><p>The post <a href="https://gagzen.net/2008/11/22/ffmpeg-encodage-pour-psp/">ffmpeg – Encodage pour PSP</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
