<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="/assets/rss.xsl" type="text/xsl"?><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>Sacha Chua - tag - mencoder</title>
	<atom:link href="https://sachachua.com/blog/tag/mencoder/feed/index.xml" rel="self" type="application/rss+xml" />
	<atom:link href="https://sachachua.com/blog/tag/mencoder" rel="alternate" type="text/html" />
	<link>https://sachachua.com/blog/tag/mencoder/feed/index.xml</link>
	<description>Emacs, sketches, and life</description>
  
	<lastBuildDate>Wed, 13 May 2026 14:32:18 GMT</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>daily</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>11ty</generator>
  <item>
		<title>mencoder rocks for editing movies</title>
		<link>https://sachachua.com/blog/2006/10/mencoder-rocks-for-editing-movies/</link>
		<dc:creator><![CDATA[Sacha Chua]]></dc:creator>
		<pubDate>Wed, 25 Oct 2006 03:20:00 GMT</pubDate>
    <category>democamp</category>
		<guid isPermaLink="false">https://sachachua.com/blog/?p=3963</guid>
		<description><![CDATA[<p>I used my Sony Cybershot digital camera to take a video of my<br>
presentation at <a href="http://barcamp.org/DemoCampToronto10">Democamp</a><br>
last night. The file weighed in at 400+ MB! After a bit of trial and<br>
error, I figured out how to use mencoder to crop to just me bouncing<br>
up and down and talking excitedly about Emacs. =) Here's the<br>
incantation I'm currently using:</p>
<pre class="example">
mencoder -ss 111 -vf crop=275:300 mov07578.mpg \
         -of mpeg -oac mp3lame -ovc lavc -o emacs.mpg
</pre>
<p>I might need to tweak it a bit more. Still, mencoder is fun!</p>

<p>Random Emacs symbol: w3m-w3m-retrieve &#8211; Function: Retrieve web contents pointed to by URL using the external w3m command.</p>

<p>You can <a href="mailto:sacha@sachachua.com?subject=Comment%20on%20https%3A%2F%2Fsachachua.com%2Fblog%2F2006%2F10%2Fmencoder-rocks-for-editing-movies%2F&body=Name%20you%20want%20to%20be%20credited%20by%20(if%20any)%3A%20%0AMessage%3A%20%0ACan%20I%20share%20your%20comment%20so%20other%20people%20can%20learn%20from%20it%3F%20Yes%2FNo%0A">e-mail me at sacha@sachachua.com</a>.</p>]]></description>
		</item>
	</channel>
</rss>