<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Converting rfbproxy PPM to MPEG</title>
	<atom:link href="http://dossy.org/2007/03/converting-rfbproxy-ppm-to-mpeg/feed/" rel="self" type="application/rss+xml" />
	<link>http://dossy.org/2007/03/converting-rfbproxy-ppm-to-mpeg/</link>
	<description>Everything that comes out of Dossy, from the strange to the banal.</description>
	<lastBuildDate>Wed, 16 May 2012 14:29:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Bradley</title>
		<link>http://dossy.org/2007/03/converting-rfbproxy-ppm-to-mpeg/comment-page-1/#comment-658</link>
		<dc:creator>Bradley</dc:creator>
		<pubDate>Sun, 18 Mar 2007 11:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://dossy.org/archives/000413.html#comment-658</guid>
		<description>Two things. One, awesome binaries here:
http://ffdshow.faireal.net/mirror/ffmpeg/

Compiled regularly from svn, they should do the trick.

Two, output RGB/YUV420 uncompressed video and uncompressed audio into an avi container. No loss in quality, which is great if you intend to edit the video. Perfect for bringing your project into VirtualDub:
&lt;pre&gt;$ ffmpeg -i test.y4m -vcodec rawvideo -acodec pcm_s16le test.avi&lt;/pre&gt;
You can also set a high bitrate if you prefer something like mpeg-1 video. (This example is 4Mbps. Chose whatever fits your fancy):
&lt;pre&gt;$ ffmpeg -i test.y4m -b 4000k test.mpg&lt;/pre&gt;
Or, use a quantizer-based quality setting (this example fixes quantizer at 2, but you can also use a range):
&lt;pre&gt;$ ffmpeg -i test.y4m -qmin 2 -qmax 2 test.mpg&lt;/pre&gt;
Quantizer of 1 is perfect (but pointless), 2 is perfect with compression to save space, greater than 2 is lossy.

Check out the ffmpeg documentation for more options:
(http://ffmpeg.mplayerhq.hu/ffmpeg-doc.html)

If you want to know which formats you can use with the -vcodec and -acodec flags, type:
&lt;pre&gt;$ ffmpeg -formats&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Two things. One, awesome binaries here:<br />
<a href="http://ffdshow.faireal.net/mirror/ffmpeg/" rel="nofollow">http://ffdshow.faireal.net/mirror/ffmpeg/</a></p>
<p>Compiled regularly from svn, they should do the trick.</p>
<p>Two, output RGB/YUV420 uncompressed video and uncompressed audio into an avi container. No loss in quality, which is great if you intend to edit the video. Perfect for bringing your project into VirtualDub:</p>
<pre>$ ffmpeg -i test.y4m -vcodec rawvideo -acodec pcm_s16le test.avi</pre>
<p>You can also set a high bitrate if you prefer something like mpeg-1 video. (This example is 4Mbps. Chose whatever fits your fancy):</p>
<pre>$ ffmpeg -i test.y4m -b 4000k test.mpg</pre>
<p>Or, use a quantizer-based quality setting (this example fixes quantizer at 2, but you can also use a range):</p>
<pre>$ ffmpeg -i test.y4m -qmin 2 -qmax 2 test.mpg</pre>
<p>Quantizer of 1 is perfect (but pointless), 2 is perfect with compression to save space, greater than 2 is lossy.</p>
<p>Check out the ffmpeg documentation for more options:<br />
(<a href="http://ffmpeg.mplayerhq.hu/ffmpeg-doc.html" rel="nofollow">http://ffmpeg.mplayerhq.hu/ffmpeg-doc.html</a>)</p>
<p>If you want to know which formats you can use with the -vcodec and -acodec flags, type:</p>
<pre>$ ffmpeg -formats</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 1/4 queries in 0.004 seconds using apc
Object Caching 232/232 objects using apc

Served from: dossy.org @ 2012-05-23 05:26:23 -->
