<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="/assets/atom.xsl" type="text/xsl"?><feed
	xmlns="http://www.w3.org/2005/Atom"
	xmlns:thr="http://purl.org/syndication/thread/1.0"
	xml:lang="en-US"
	><title>Sacha Chua - tag - mencoder</title>
	<subtitle>Emacs, sketches, and life</subtitle>
	<link rel="self" type="application/atom+xml" href="https://sachachua.com/blog/tag/mencoder/feed/atom/index.xml" />
  <link rel="alternate" type="text/html" href="https://sachachua.com/blog/tag/mencoder" />
  <id>https://sachachua.com/blog/tag/mencoder/feed/atom/index.xml</id>
  <generator uri="https://11ty.dev">11ty</generator>
	<updated>2006-10-25T03:20:00Z</updated>
<entry>
		<title type="html">mencoder rocks for editing movies</title>
		<link rel="alternate" type="text/html" href="https://sachachua.com/blog/2006/10/mencoder-rocks-for-editing-movies/"/>
		<author><name><![CDATA[Sacha Chua]]></name></author>
		<updated>2006-10-25T07:20:00Z</updated>
    <published>2006-10-25T03:20:00Z</published>
    <category term="democamp" />
		<id>https://sachachua.com/blog/?p=3963</id>
		<content type="html"><![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>]]></content>
		</entry>
</feed>