<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=381350&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / Compression multipiste audio avec FFmpeg]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=381350</link>
		<description><![CDATA[Les sujets les plus récents dans Compression multipiste audio avec FFmpeg.]]></description>
		<lastBuildDate>Wed, 16 Jan 2013 08:58:58 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  Compression multipiste audio avec FFmpeg]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12225461#p12225461</link>
			<description><![CDATA[<div class="codebox"><pre><code>ffmpeg -i file1.mkv -i file2.aac -i file3.aac -map 0:0 -map 0:1 -map 1:0 -map 2:0 -c:v copy -c:a:0 libmp3lame -c:a:1 libtheora -c:a:2 copy output.mkv</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Haleth)]]></author>
			<pubDate>Wed, 16 Jan 2013 08:58:58 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12225461#p12225461</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Compression multipiste audio avec FFmpeg]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3309633#p3309633</link>
			<description><![CDATA[<p>Finalement j&#039;ai trouvé comment faire, mais il doit y avoir plus simple.</p><p>Extraction de toutes les pistes avec réencodage et augmentation du volume</p><div class="codebox"><pre><code>ffmpeg -i vid.avi -vn -map 0:1 -acodec libmp3lame -ab 192k -ac 2 -vol 1200 01.mp3 &amp;&amp;
ffmpeg -i vid.avi -vn -map 0:2 -acodec libmp3lame -ab 192k -ac 2 -vol 1200 02.mp3 &amp;&amp;
ffmpeg -i vid.avi -vn -map 0:3 -acodec libmp3lame -ab 192k -ac 2 -vol 1200 03.mp3 &amp;&amp;
ffmpeg -i vid.avi -vn -map 0:4 -acodec libmp3lame -ab 192k -ac 2 -vol 1200 04.mp3 &amp;&amp;
ffmpeg -i vid.avi -vn -map 0:5 -acodec libmp3lame -ab 192k -ac 2 -vol 1200 05.mp3 &amp;&amp;</code></pre></div><p>Création d&#039;un fichier vidéo sans pistes audio.<br />D&#039;ailleurs comment, lors de l&#039;ajout des nouvelles pistes audio, demander à ce que les anciennes soient supprimées?</p><div class="codebox"><pre><code>ffmpeg -i vid.avi -vcodec copy -an vid2.avi</code></pre></div><p>incorporation des nouvelles pistes audio</p><div class="codebox"><pre><code>ffmpeg -i vid2.avi -i 01.mp3 -i 02.mp3 -i 03.mp3 -i 04.mp3 -i 05.mp3 -vcodec copy vid3.avi 
-acodec copy -newaudio -acodec copy -newaudio -acodec copy -newaudio -acodec copy -newaudio -acodec copy -newaudio</code></pre></div><p>J&#039;aimerai réaliser ces trois étapes en une seule si possible.</p>]]></description>
			<author><![CDATA[dummy@example.com (fury_jin)]]></author>
			<pubDate>Sun, 28 Feb 2010 20:05:59 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3309633#p3309633</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Compression multipiste audio avec FFmpeg]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3304198#p3304198</link>
			<description><![CDATA[<p>Je pense que ma solution se trouve dans les -map, mais je ne sais pas comment les utiliser.</p><p>Maintenant je sais comment extraire la 3eme piste audio de ma vidéo:</p><div class="codebox"><pre><code>ffmpeg -i vid.avi -map 0:3 -vn -acodec copy 01.ac3</code></pre></div><p>J&#039;ai essayer de bricoler un truc mais j&#039;ai l&#039;erreur &quot;Number of stream maps must match number of output streams&quot;</p><div class="codebox"><pre><code>ffmpeg -i vid.avi -map 0:0 -vn -map 0:1 -acodec libmp3lame -ab 128k -ac 2 -vol 1200 -map 0:2 -acodec libmp3lame -ab 128k -ac 2 -vol 1200  vid2.avi</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fury_jin)]]></author>
			<pubDate>Fri, 26 Feb 2010 11:08:11 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3304198#p3304198</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Compression multipiste audio avec FFmpeg]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3304160#p3304160</link>
			<description><![CDATA[<p><a href="http://ffmpeg.org/ffmpeg-doc.html#SEC12">http://ffmpeg.org/ffmpeg-doc.html#SEC12</a></p><p>Regarde là, t&#039;auras peut être la solution, je n&#039;ai vu que la partie avec la &quot;lang&quot; ISO !!!</p>]]></description>
			<author><![CDATA[dummy@example.com (fredthefrenchy)]]></author>
			<pubDate>Fri, 26 Feb 2010 10:51:29 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3304160#p3304160</guid>
		</item>
		<item>
			<title><![CDATA[Compression multipiste audio avec FFmpeg]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3302613#p3302613</link>
			<description><![CDATA[<p>Salut,</p><p>j&#039;aimerais savoir comment re-encoder le son d&#039;un fichier vidéo contenant plusieurs pistes audio:</p><p>Je sais le faire avec une seule piste:</p><div class="codebox"><pre><code>ffmpeg -i vid.avi -vcodec copy -acodec libmp3lame -ab 192k -ac 2 -vol 1000 vid2.avi</code></pre></div><p>Avec plusieurs fichiers son externes:</p><div class="codebox"><pre><code>ffmpeg 

-i vid.avi 

-i eng.ac3 
-i fre.ac3
-i com.ac3 

-vcodec copy vid2.avi 

-acodec libmp3lame -ab 192k -ac 2 -vol 900 -newaudio 
-acodec libmp3lame -ab 192k -ac 2 -vol 900 -newaudio
-acodec libmp3lame -ab 192k -ac 2 -vol 900 -newaudio</code></pre></div><p>Mais pas avec les pistes son dans le fichier vidéo.</p><p>Aussi comment fait-on pour extraire la piste (stream) voulue?</p>]]></description>
			<author><![CDATA[dummy@example.com (fury_jin)]]></author>
			<pubDate>Thu, 25 Feb 2010 16:43:11 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3302613#p3302613</guid>
		</item>
	</channel>
</rss>
