<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: 玩转 MPlayer</title>
	<atom:link href="http://linuxtoy.org/archives/playing-around-with-mplayer.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/playing-around-with-mplayer.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<pubDate>Sat, 22 Nov 2008 09:54:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: iseu</title>
		<link>http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-86708</link>
		<dc:creator>iseu</dc:creator>
		<pubDate>Sat, 03 May 2008 01:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-86708</guid>
		<description>觉得它的鼠标支持不好呀，现在用smplayer</description>
		<content:encoded><![CDATA[<p>觉得它的鼠标支持不好呀，现在用smplayer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ggarlic&#8217;s &#187; Blog Archive &#187; linuxtoy评选的2007最受读者欢迎的文章</title>
		<link>http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-67951</link>
		<dc:creator>Ggarlic&#8217;s &#187; Blog Archive &#187; linuxtoy评选的2007最受读者欢迎的文章</dc:creator>
		<pubDate>Fri, 04 Jan 2008 16:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-67951</guid>
		<description>[...] 玩转 MPlayerMPlayer 是我在 Linux 系统中用到的相当好的媒体播放程序，它因支持播放广泛的音频/视频文件格式而著称。本文所要探讨的，除却一般的使用方法之外，更包括一些鲜为人知的提示和诀窍。相信在阅读此文后，你的多媒体播放体验将会增色不少。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 玩转 MPlayerMPlayer 是我在 Linux 系统中用到的相当好的媒体播放程序，它因支持播放广泛的音频/视频文件格式而著称。本文所要探讨的，除却一般的使用方法之外，更包括一些鲜为人知的提示和诀窍。相信在阅读此文后，你的多媒体播放体验将会增色不少。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vvvxy</title>
		<link>http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-65463</link>
		<dc:creator>vvvxy</dc:creator>
		<pubDate>Sun, 23 Dec 2007 17:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-65463</guid>
		<description>楼上 注意，播ass字幕，必须加上 -ass 参数</description>
		<content:encoded><![CDATA[<p>楼上 注意，播ass字幕，必须加上 -ass 参数</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fcicq</title>
		<link>http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-48483</link>
		<dc:creator>fcicq</dc:creator>
		<pubDate>Tue, 09 Oct 2007 14:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-48483</guid>
		<description>字幕方面的补充:
mplayer xxx.mkv
显示:
[mkv] Track ID 1: video (V_MS/VFW/FOURCC) “Video”, -vid 0
[mkv] Track ID 2: audio (A_AC3) “Audio”, -aid 0, -alang jpn
[mkv] Track ID 3: subtitles (S_TEXT/UTF8) “SRT [CHS]”, -sid 0, -slang chi
[mkv] Track ID 4: subtitles (S_TEXT/UTF8) “SRT [CHT]”, -sid 1, -slang chi
[mkv] Track ID 5: subtitles (S_TEXT/ASS) “ASS [CHS]”, -sid 2, -slang chi
[mkv] Track ID 6: subtitles (S_TEXT/ASS) “ASS [CHT]”, -sid 3, -slang chi

停止播放,重新用这个命令选择需要的字幕.
mplayer xxx.mkv -sid 0

用快捷键应该也是可以的.</description>
		<content:encoded><![CDATA[<p>字幕方面的补充:<br />
mplayer xxx.mkv<br />
显示:<br />
[mkv] Track ID 1: video (V_MS/VFW/FOURCC) “Video”, -vid 0<br />
[mkv] Track ID 2: audio (A_AC3) “Audio”, -aid 0, -alang jpn<br />
[mkv] Track ID 3: subtitles (S_TEXT/UTF8) “SRT [CHS]”, -sid 0, -slang chi<br />
[mkv] Track ID 4: subtitles (S_TEXT/UTF8) “SRT [CHT]”, -sid 1, -slang chi<br />
[mkv] Track ID 5: subtitles (S_TEXT/ASS) “ASS [CHS]”, -sid 2, -slang chi<br />
[mkv] Track ID 6: subtitles (S_TEXT/ASS) “ASS [CHT]”, -sid 3, -slang chi</p>
<p>停止播放,重新用这个命令选择需要的字幕.<br />
mplayer xxx.mkv -sid 0</p>
<p>用快捷键应该也是可以的.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Safirst C. Ke</title>
		<link>http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-36720</link>
		<dc:creator>Safirst C. Ke</dc:creator>
		<pubDate>Tue, 10 Jul 2007 03:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-36720</guid>
		<description>请问有人知道Mplayer如何放大缩小视频吗？

像KMplayer中的zoom in/out.默认快捷键：+/-</description>
		<content:encoded><![CDATA[<p>请问有人知道Mplayer如何放大缩小视频吗？</p>
<p>像KMplayer中的zoom in/out.默认快捷键：+/-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hyboo</title>
		<link>http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-36471</link>
		<dc:creator>hyboo</dc:creator>
		<pubDate>Mon, 09 Jul 2007 07:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-36471</guid>
		<description>我刚刚下了部电影，mkv格式的，音频好像是eac3的，我已经装了最新的w32codecs,但是totem不能放，mplayer能放，但是没有声音，怎么回事</description>
		<content:encoded><![CDATA[<p>我刚刚下了部电影，mkv格式的，音频好像是eac3的，我已经装了最新的w32codecs,但是totem不能放，mplayer能放，但是没有声音，怎么回事</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 晚秋作物·梓</title>
		<link>http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-35160</link>
		<dc:creator>晚秋作物·梓</dc:creator>
		<pubDate>Tue, 26 Jun 2007 11:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-35160</guid>
		<description>安装mplayer后在gnome下打开或在命令行中输入#gmplayer  ，系统会提示其skin中的.png图片不可读该怎么办??</description>
		<content:encoded><![CDATA[<p>安装mplayer后在gnome下打开或在命令行中输入#gmplayer  ，系统会提示其skin中的.png图片不可读该怎么办??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: huyang</title>
		<link>http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-32239</link>
		<dc:creator>huyang</dc:creator>
		<pubDate>Sun, 10 Jun 2007 07:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-32239</guid>
		<description>太全面了，超级厉害。呵呵</description>
		<content:encoded><![CDATA[<p>太全面了，超级厉害。呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 张闽</title>
		<link>http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-29371</link>
		<dc:creator>张闽</dc:creator>
		<pubDate>Sat, 19 May 2007 03:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-29371</guid>
		<description>我的mplayer  播放东西跟快进一样  前两天也不知道怎么拉死拉一次机器 就变成这个样子了 郁闷 好久
不是speed  的问题  播放一两秒就跳一两秒 
能速回我的问题吗  发油件给我哦</description>
		<content:encoded><![CDATA[<p>我的mplayer  播放东西跟快进一样  前两天也不知道怎么拉死拉一次机器 就变成这个样子了 郁闷 好久<br />
不是speed  的问题  播放一两秒就跳一两秒<br />
能速回我的问题吗  发油件给我哦</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A New Day Has Come &#187; Blog Archive &#187; 玩转 MPlayer</title>
		<link>http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-19515</link>
		<dc:creator>A New Day Has Come &#187; Blog Archive &#187; 玩转 MPlayer</dc:creator>
		<pubDate>Thu, 22 Mar 2007 08:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/playing-around-with-mplayer.html#comment-19515</guid>
		<description>[...] [转自LinuxToy] [...]</description>
		<content:encoded><![CDATA[<p>[...] [转自LinuxToy] [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
