<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>debeso &#187; game</title>
	<atom:link href="http://debeso.com/blog/category/game/feed/" rel="self" type="application/rss+xml" />
	<link>http://debeso.com</link>
	<description>Happy Life. Happy Web.</description>
	<lastBuildDate>Wed, 08 Sep 2010 15:05:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://debeso.com/blog/category/game/feed/" />
		<item>
		<title>Ubuntuな人もDSで動画をみたい［修正版］</title>
		<link>http://debeso.com/blog/2009/01/ubuntu/ubuntu%e3%81%aa%e4%ba%ba%e3%82%82ds%e3%81%a7%e5%8b%95%e7%94%bb%e3%82%92%e3%81%bf%e3%81%9f%e3%81%84/</link>
		<comments>http://debeso.com/blog/2009/01/ubuntu/ubuntu%e3%81%aa%e4%ba%ba%e3%82%82ds%e3%81%a7%e5%8b%95%e7%94%bb%e3%82%92%e3%81%bf%e3%81%9f%e3%81%84/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 06:36:08 +0000</pubDate>
		<dc:creator>hirorock</dc:creator>
				<category><![CDATA[game]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://debeso.com/?p=321</guid>
		<description><![CDATA[ちょうど1年前に書いた記事、”Ubuntuな人もDSで動画をみたい”という記事へのアクセスいまだに結構あるのですが、Blogリニューアルで該当記事を削除してしまっているので修正して転載します
もちろん、DS（MoonSh [...]]]></description>
			<content:encoded><![CDATA[<p>ちょうど1年前に書いた記事、”Ubuntuな人もDSで動画をみたい”という記事へのアクセスいまだに結構あるのですが、Blogリニューアルで該当記事を削除してしまっているので修正して転載します<br />
もちろん、<a href="http://www.amazon.co.jp/exec/obidos/ASIN/B000W03XYS/debesocom-22/ref=nosim/" target="_blank">DS</a>（MoonShell）とLinuxを使っている人にしか意味のない内容です</p>
<p>以下、DPG動画への変換方法（と設定方法）です</p>
<p><span id="more-321"></span></p>
<p>まず、mplayerのmencoderを使いたいのでインストールします</p>
<pre class="brush: shell;">
$ sudo apt-get install mplayer mencoder
</pre>
<p>dpg変換させるためのPythonスクリプトをDLして、PATHが通っているディレクトリに置きスクリプトに実行権をつけます（今回は「~/bin」と表現してます）</p>
<pre class="brush: shell;">
$ cd ~/bin
$ wget http://theli.ho.com.ua/dpgconv/dpgconv-8.py
$ mv ~/bin/dpgconv-8.py ~/bin/dpgconv.py
$ chmod +x dpgconv.py
</pre>
<p>次に、mpeg_statをmakeして、&#8221;mpeg_stat&#8221;と&#8221;mpeg_stat.1&#8243;を先ほどdpgconv.pyを置いたディレクトリに移動させます</p>
<pre class="brush: shell;">
$ wget http://bmrc.berkeley.edu/ftp/pub/multimedia/mpeg/stat/mpeg_stat-2.2b-src.tar.gz
$ tar xzvf mpeg_stat-2.2b-src.tar.gz
$ cd mpeg_stat
$ make
$ mv mpeg_stat mpeg_stat.1 ~/bin
</pre>
<p>以上で設定終わりです。<br />
※mpeg_statで使っていないファイルは消しちゃってもOKです。</p>
<p>DPGの変換方法はとても簡単で、</p>
<pre class="brush: shell;">
$ dpgconv.py [MOVIE_FILE_1] [MOVIE_FILE_2] [MOVIE_FILE_3]
</pre>
<p>のようにするだけで複数変換もOKです。<br />
動画ファイル形式はAVIやMPGや、さらにはYouTubeのFLVからのDPG動画変換もできましたよ！</p>
]]></content:encoded>
			<wfw:commentRss>http://debeso.com/blog/2009/01/ubuntu/ubuntu%e3%81%aa%e4%ba%ba%e3%82%82ds%e3%81%a7%e5%8b%95%e7%94%bb%e3%82%92%e3%81%bf%e3%81%9f%e3%81%84/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://debeso.com/blog/2009/01/ubuntu/ubuntu%e3%81%aa%e4%ba%ba%e3%82%82ds%e3%81%a7%e5%8b%95%e7%94%bb%e3%82%92%e3%81%bf%e3%81%9f%e3%81%84/" />
	</item>
	</channel>
</rss>
