<?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>Everything is wrong &#187; ffmpeg</title>
	<atom:link href="http://everythingiswrong.free.fr/index.php/tag/ffmpeg/feed/" rel="self" type="application/rss+xml" />
	<link>http://everythingiswrong.free.fr</link>
	<description>Un blog dédié à l&#039;informatique en général</description>
	<lastBuildDate>Wed, 06 Oct 2021 21:20:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Lister les streams d&#8217;un flux video</title>
		<link>http://everythingiswrong.free.fr/index.php/2020/09/18/lister-les-streams-dun-flux-video/</link>
		<comments>http://everythingiswrong.free.fr/index.php/2020/09/18/lister-les-streams-dun-flux-video/#comments</comments>
		<pubDate>Fri, 18 Sep 2020 20:35:57 +0000</pubDate>
		<dc:creator>Yan</dc:creator>
				<category><![CDATA[trucs et astuces]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[Tutoriel]]></category>

		<guid isPermaLink="false">http://everythingiswrong.free.fr/?p=3307</guid>
		<description><![CDATA[Pour lister les streams d'un fichier vidéo il faut utiliser la commande ffprobe : ffprobe -i [filename]]]></description>
			<content:encoded><![CDATA[<p><code>Pour lister les streams d'un fichier vidéo il faut utiliser la commande ffprobe :</code></p>
<pre class="brush: bash; gutter: true; first-line: 1">ffprobe -i [filename]</pre>
]]></content:encoded>
			<wfw:commentRss>http://everythingiswrong.free.fr/index.php/2020/09/18/lister-les-streams-dun-flux-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
