再给大家写个看高清片的教程,希望对大家有所帮助,玩机happy!!!!
先发一张效果图吧!
1.下载omxplayer软件(omxplayer_0.0.1-arm.deb)和高清的电影(boy.mkv),并考到u盘中
软件下载地址:http://seyrsnys.myzen.co.uk/rpi/omxplayer_0.0.1-arm.deb
2.将u盘插入树莓派,打开file管理软件(就是系统界面右下角状态栏的第二个图标),记住U盘的地址,我的是“/media/A000-1A28”
3.打开Terminal终端(在“开始”-》“other”中找),输入“sudo dpkg -i /media/A000-1A28/omxplayer_0.0.1-arm.deb”
红色部分使用步骤2中,你的u盘显示的地址
红色部分使用步骤2中,你的u盘显示的地址
4.输入“sudo apt-get -f install”
5.输入“omxplayer -o hdmi /media/A000-1A28/boy.mkv”,播放你的高清电影吧!
“boy.mkv”就是你放到U盘上的电影文件
“boy.mkv”就是你放到U盘上的电影文件
附上omxplayer的指令集,便于高级玩家Usage: omxplayer [OPTIONS] [FILE]
Options :
-h / –help print this help
-a / –alang language audio language : e.g. ger
-n / –aidx index audio stream index : e.g. 1
-o / –adev device audio out device : e.g. hdmi/local
-i / –info dump stream format and exit
-s / –stats pts and buffer stats
-p / –passthrough audio passthrough
-d / –deinterlace deinterlacing
-w / –hw hw audio decoding
-3 / –3d switch tv into 3d mode
-y / –hdmiclocksync adjust display refresh rate to match video
-t / –sid index show subtitle with index
For example:
./omxplayer -p -o hdmi test.mkv
Options :
-h / –help print this help
-a / –alang language audio language : e.g. ger
-n / –aidx index audio stream index : e.g. 1
-o / –adev device audio out device : e.g. hdmi/local
-i / –info dump stream format and exit
-s / –stats pts and buffer stats
-p / –passthrough audio passthrough
-d / –deinterlace deinterlacing
-w / –hw hw audio decoding
-3 / –3d switch tv into 3d mode
-y / –hdmiclocksync adjust display refresh rate to match video
-t / –sid index show subtitle with index
For example:
./omxplayer -p -o hdmi test.mkv
我这里只测试了一种视频,欢迎大家测试各种视频,分享测试结果!!!!
评论前必须登录!
登陆 注册