<?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>Bread &#38; Cup &#187; convert</title>
	<atom:link href="http://blog.breadncup.com/tag/convert/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.breadncup.com</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 11:25:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Convert SMI file from EUC-KR (or any other language) to UTF-8</title>
		<link>http://blog.breadncup.com/2011/07/04/convert-smi-file-from-euc-kr-or-any-other-language-to-utf-8/</link>
		<comments>http://blog.breadncup.com/2011/07/04/convert-smi-file-from-euc-kr-or-any-other-language-to-utf-8/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 16:06:39 +0000</pubDate>
		<dc:creator>Breadncup</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[euc-kr]]></category>
		<category><![CDATA[euckr]]></category>
		<category><![CDATA[smi]]></category>
		<category><![CDATA[utf-8]]></category>
		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">http://blog.breadncup.com/?p=447</guid>
		<description><![CDATA[iconv -f euc-kr -t utf-8 EUC-KR.SMI > UTF-8.SMI Simple? Isn&#8217;t it?]]></description>
			<content:encoded><![CDATA[<pre>
iconv -f euc-kr -t utf-8 EUC-KR.SMI > UTF-8.SMI
</pre>
<p>Simple? Isn&#8217;t it?</p>
 <img src="http://blog.breadncup.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=447" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.breadncup.com/2011/07/04/convert-smi-file-from-euc-kr-or-any-other-language-to-utf-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Converting AVI to MP4</title>
		<link>http://blog.breadncup.com/2010/02/09/converting-avi-to-mp4/</link>
		<comments>http://blog.breadncup.com/2010/02/09/converting-avi-to-mp4/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 08:17:09 +0000</pubDate>
		<dc:creator>Breadncup</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[mp4]]></category>

		<guid isPermaLink="false">http://blog.breadncup.com/?p=255</guid>
		<description><![CDATA[Introducing to convert avi to mp4]]></description>
			<content:encoded><![CDATA[<p>I use ffmpeg in order to convert a file from avi to mp4 format.<sup class='footnote'><a href='#fn-255-1' id='fnref-255-1'>1</a></sup> In my case, I use cygwin in Windows PC and svn for download the ffmpeg, and compile it.</p>
<p>Once ffmpeg is installed, you can do like following to convert a file from avi to mp4 (H.264).</p>
<pre class="brush: plain; title: ; notranslate">
ffmpeg -i a.avi a.mp4
</pre>
<div class='footnotes'>
<div class='footnotedivider'></div>
<ol>
<li id='fn-255-1'><a href="http://www.ipodtouchfans.com/forums/showthread.php?t=42996" title="Download and Watch DIVX files on iPhone and iPod Touch" target="_blank">http://www.ipodtouchfans.com/forums/showthread.php?t=42996</a> <span class='footnotereverse'><a href='#fnref-255-1'>&#8617;</a></span></li>
</ol>
</div>
 <img src="http://blog.breadncup.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=255" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.breadncup.com/2010/02/09/converting-avi-to-mp4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Convert from/to utf-8 to/from euc-kr in emacs</title>
		<link>http://blog.breadncup.com/2008/08/11/convert-fromto-utf-8-tofrom-euc-kr-in-emacs/</link>
		<comments>http://blog.breadncup.com/2008/08/11/convert-fromto-utf-8-tofrom-euc-kr-in-emacs/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 07:39:08 +0000</pubDate>
		<dc:creator>Breadncup</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[euc-kr]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://blog.breadncup.com/?p=45</guid>
		<description><![CDATA[Using emacs, we could convert document encoding type easily.]]></description>
			<content:encoded><![CDATA[<p>* Note that this works with emacs 22.2 windows version.</p>
<ol>
<li>Load a document</li>
<li>M-x mm-set-buffer-file-coding-system</li>
<li>Select language type (For example, euc-kr or utf-8)</li>
<li>Check the buffer encoding type<img class="aligncenter" title="Emacs Bar Screenshot" src="http://farm4.static.flickr.com/3265/2752086611_1e1a2ae5c0.jpg" alt="" width="500" height="15" /></li>
<li>Sava a document by C-x s or M-x write-file</li>
</ol>
<p>Make sure that &#8220;(setq coding-system-for-write           &#8216;utf-8)&#8221; should not be set in .emacs. If that, it will write it utf-8 always.</p>
 <img src="http://blog.breadncup.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=45" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.breadncup.com/2008/08/11/convert-fromto-utf-8-tofrom-euc-kr-in-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

