<?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>Yet another open source blog ;-) &#187; mencoder</title>
	<atom:link href="http://hwoarang.silverarrow.org/tag/mencoder/feed/" rel="self" type="application/rss+xml" />
	<link>http://hwoarang.silverarrow.org</link>
	<description>Open Source - Open Knowledge</description>
	<lastBuildDate>Sun, 29 Jan 2012 19:46:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Add subtitles on Avi files</title>
		<link>http://hwoarang.silverarrow.org/2007/11/05/add-subtitles-on-avi-files/</link>
		<comments>http://hwoarang.silverarrow.org/2007/11/05/add-subtitles-on-avi-files/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 16:39:49 +0000</pubDate>
		<dc:creator>Markos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[subtitles]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://hwoarang.silverarrow.gr/?p=11</guid>
		<description><![CDATA[A very usefull program to do that is mencoder Lets say the subtitles file is called abc.str, the avi file without the subtitles is called abc.avi and the file we can to create is abc2.avi So all we have to do is  x264 format mencoder -sub abc.srt -subcp iso-8857-9 ( or whichever codepage the .srt [...]]]></description>
			<content:encoded><![CDATA[<p>A very usefull program to do that is mencoder</p>
<p>Lets say the subtitles file is called abc.str, the avi file without the subtitles is called abc.avi and the file we can to create is abc2.avi</p>
<p>So all we have to do is</p>
<ul>
<li> x264 format</li>
</ul>
<p><em><span style="color: #ff6600;">mencoder -sub abc.srt -subcp iso-8857-9 ( or whichever codepage the .srt requires ) -ovc x264 -oac copy -o abc2.avi abc.avi</span></em></p>
<ul>
<li> xvid format</li>
</ul>
<p><em><span style="color: #ff6600;">mencoder -sub abc.srt -subcp iso-8857-9 ( or whichever codepage the .srt requires ) -ovc xvid </span></em><span style="color: #ff9900;">-</span><span style="color: #ff6600;">xvidencopts bitrate=687 </span><em><span style="color: #ff6600;">-oac copy -o abc2.avi abc.avi</span></em></p>
<p>You can see the available video outputs but using</p>
<p>mencoder -ovc help</p>
]]></content:encoded>
			<wfw:commentRss>http://hwoarang.silverarrow.org/2007/11/05/add-subtitles-on-avi-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

