上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 95 下一页
摘要: 注意,由于空间不支持显示退格键,需要自己手动补上,方法如上图: 接上篇: 批处理版音视频播放器上(甲兵时代原创批处理) :Bc cls COLOR 2F echo. call :colour "2E" " ... 阅读全文
posted @ 2013-11-11 22:00 N3verL4nd 阅读(390) 评论(0) 推荐(0)
摘要: mplayer命令行模式下的使用方法http://hi.baidu.com/lovehack2006/blog/item/162ef9778214111eb051b9d4.htmlMPlayerMPlayer 是我在 Linux 系统中用到的相当好的媒体播放程序,它因支持播放广泛的音/视频文件... 阅读全文
posted @ 2013-11-11 21:58 N3verL4nd 阅读(1915) 评论(0) 推荐(0)
摘要: 一直在用mplayer,其他的播放器很少用。以下是我使用过程中的一些心得。 注意,下面用的路径都是在我的电脑上的路径,使用时请不要照抄!应该换成你的电脑上的正确路径。 一、首先还是讲安装方面的问题。 具体的安装见本版的精华帖子,这里不详细讲。 http://www.linuxfans.o... 阅读全文
posted @ 2013-11-11 21:57 N3verL4nd 阅读(305) 评论(0) 推荐(0)
摘要: http://www.linuxsir.org/bbs/showthread.php?t=254467 本文介绍的Mplayer在线播放的方法,不是指在浏览器中安装Mplayer插件这种方法,而是在命令行中操作,利用Mplayer的可以从Stdin中播放的原理实现的。其原理是利用支持Stdo... 阅读全文
posted @ 2013-11-11 21:56 N3verL4nd 阅读(922) 评论(0) 推荐(0)
摘要: 文件太长,就不全部转载了,以下是某MPlayer网站的全部详细介绍: http://www.mplayer.org.cn/help_zh.html#%E7%A8%8B%E5%BA%8F%E9%94%99%E8%AF%AF MPlayer官方网站的介绍,不过中文的翻译不完全: http://ww... 阅读全文
posted @ 2013-11-11 21:55 N3verL4nd 阅读(1995) 评论(0) 推荐(0)
摘要: 播放文件 使用 MPlayer 播放媒体文件最简单的方式是: mplayer MPlayer 会自动检测文件的类型并加以播放,如果是音频文件,则会在命令行中显示该播放文件的状态信息;而假如是视频文件的话,则会打开一个新的播放窗口。 倒退与快进 在播放文件的时候,你可以通过以下三组快捷... 阅读全文
posted @ 2013-11-11 21:52 N3verL4nd 阅读(532) 评论(0) 推荐(0)
摘要: 看过Matrix的同学应该还记得,在母舰上一直在计算的电脑屏幕在Neo觉醒的时候,不停的下落的杂乱无章的字符组成了Neo当时所处的场景。其实利用开源和免费的工具,我们可以将现有的视频转换为ASCII字符格式的视频。 需要用到的工具是QQ影音、Ascgen dotNET、MPlayer和Men... 阅读全文
posted @ 2013-11-11 20:04 N3verL4nd 阅读(357) 评论(0) 推荐(0)
摘要: If By Rudyard Kipling If you can keep your head when all about you Are losing theirs and blaming it on you; If you can trust yourself when all ... 阅读全文
posted @ 2013-11-10 20:18 N3verL4nd 阅读(155) 评论(0) 推荐(0)
摘要: #include #include #include #include #include "tinyxml.h"#pragma comment(lib, "tinyxml.lib")#pragma comment(lib, "tinyxmlSTL.lib")using namespace std... 阅读全文
posted @ 2013-11-09 15:51 N3verL4nd 阅读(597) 评论(0) 推荐(0)
摘要: #define _CRT_SECURE_NO_WARNINGS#include #include #include #include #include #include #include using namespace std;int main(){ setlocale(LC_CTYPE, "... 阅读全文
posted @ 2013-11-09 15:22 N3verL4nd 阅读(158) 评论(0) 推荐(0)
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 95 下一页