<?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>bloc@niorcs.com:~$ &#187; mencoder shell linux ubuntu gnu ffmpeg2theora</title>
	<atom:link href="http://www.niorcs.com/bloc/tag/mencoder-shell-linux-ubuntu-gnu-ffmpeg2theora/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.niorcs.com/bloc</link>
	<description>tecnologia lliure per a un món lliure</description>
	<lastBuildDate>Sun, 18 Mar 2012 19:40:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Edició de video amb MEncoder</title>
		<link>http://www.niorcs.com/bloc/2010/01/19/edicio-de-video-amb-mencoder/</link>
		<comments>http://www.niorcs.com/bloc/2010/01/19/edicio-de-video-amb-mencoder/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 11:55:15 +0000</pubDate>
		<dc:creator>Dídac</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mencoder shell linux ubuntu gnu ffmpeg2theora]]></category>

		<guid isPermaLink="false">http://www.niorcs.com/bloc/?p=313</guid>
		<description><![CDATA[Aquests dies estic jugant una mica amb la edició de video de forma molt simple, retallar, girar, unir, convertir a OGG. Així que he estat buscant i el més pràctic que he trobat ha estat MEncoder.
Per instaŀlar-ho ja sabeu: apt-get install mencoder
Ordres
Treure el so
mencoder -ovc copy -nosound segonajornada.avi -o segonajornada-noaudio.avi
Podem unir diferents arxius en un
mencoder [...]]]></description>
			<content:encoded><![CDATA[<p>Aquests dies estic jugant una mica amb la edició de video de forma molt simple, retallar, girar, unir, convertir a OGG. Així que he estat buscant i el més pràctic que he trobat ha estat MEncoder.</p>
<p>Per instaŀlar-ho ja sabeu: <code>apt-get install mencoder</code></p>
<p>Ordres</p>
<p>Treure el so</p>
<p><code>mencoder -ovc copy -nosound segonajornada.avi -o segonajornada-noaudio.avi</code></p>
<p>Podem unir diferents arxius en un<br />
<code>mencoder -oac copy -ovc copy -idx -o video-junt.avi part1.avi part2.avi part3.avi</code></p>
<p>El problema despres ha estat per passar a OGG però amb el <a href="http://v2v.cc/~j/ffmpeg2theora/">ffmpeg2theora</a> ho tenim fàcil</p>
<p><code>ffmpeg2theora arxiu.avi</code></p>
<p>També podem donar un odre, per convertir de cop tots els arxius d&#8217;un directori, en aquest cas AVI per convertir a OGG</p>
<p><code>for file in *.avi; do name=${file%\.*}; ffmpeg2theora $file -o $name.ogg; done</code></p>
<p>Si busqueu per la xarxa trobareu tot el que es pot fer, us deixo un enllaç amb algunes d&#8217;elles:</p>
<p><a href="http://ubunlog.com.ar/blog/cosas-que-puedes-hacer-con-mencoderffmpeg/">http://ubunlog.com.ar/blog/cosas-que-puedes-hacer-con-mencoderffmpeg/</a><br />
<a href="http://hachemuda.com/2007/05/ejemplos-de-comandos-de-mencoder-para-edicion-de-video-en-gnulinux/">http://hachemuda.com/2007/05/ejemplos-de-comandos-de-mencoder-para-edicion-de-video-en-gnulinux/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.niorcs.com/bloc/2010/01/19/edicio-de-video-amb-mencoder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

