Ubuntu x64版编译安装ffmpeg,mplayer,x264全教程[原创]支持VDPAU(高清硬解)

Totem,mplayer,sopcast,realplayer,bmp
回复
头像
Cherrot
帖子: 981
注册时间: 2011-04-03 10:01
系统: Ubuntu 12.XX
来自: 帝都
联系:

Re: Ubuntu x64版编译安装ffmpeg,mplayer,x264全教程[原创]支持VDPAU(高清硬解)

#106

帖子 Cherrot » 2011-09-03 10:28

Mark~
Ubuntu技巧汇总http://wiki.ubuntu.org.cn/UbuntuSkills --你遇到的各种问题可能已经在里面了
我的技术博客http://www.cherrot.com
Code tells you how, comments should tell you why.
头像
iorikyox
帖子: 92
注册时间: 2010-04-02 16:16

Re: Ubuntu x64版编译安装ffmpeg,mplayer,x264全教程[原创]支持VDPAU(高清硬解)

#107

帖子 iorikyox » 2011-10-11 14:16

./configure --enable-gpl --enable-shared --enable-postproc --enable-nonfree --enable-x11grab --enable-bzlib --enable-libfaac --enable-libmp3lame --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libxvid --enable-zlib --disable-ffplay --disable-debug --disable-indev=oss --disable-outdev=oss --enable-libvpx
到这一步时,出现下面错误提示,该怎么做阿?

ERROR: libvpx decoder version must be >=0.9.1

If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.
rocsetp
帖子: 7
注册时间: 2011-05-09 8:40

Re: Ubuntu x64版编译安装ffmpeg,mplayer,x264全教程[原创]支持VDPAU(高清硬解)

#108

帖子 rocsetp » 2011-10-19 12:19

iorikyox 写了:./configure --enable-gpl --enable-shared --enable-postproc --enable-nonfree --enable-x11grab --enable-bzlib --enable-libfaac --enable-libmp3lame --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libxvid --enable-zlib --disable-ffplay --disable-debug --disable-indev=oss --disable-outdev=oss --enable-libvpx
到这一步时,出现下面错误提示,该怎么做阿?

ERROR: libvpx decoder version must be >=0.9.1

If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.
http://code.google.com/p/webm/downloads/list 到这里获取最新版本自己编译安装
头像
lxr1234
帖子: 721
注册时间: 2009-04-10 11:15
来自: 三民主义国国民权利省我的选择市中共下台镇

Re: Ubuntu x64版编译安装ffmpeg,mplayer,x264全教程[原创]支持VDPAU(高清硬解)

#109

帖子 lxr1234 » 2011-11-11 4:32

其实只要安装libvpx-dev即可
强烈反对M$的ARM Secure Boot 锁定要求,大家请签名反对
http://www.fsf.org/campaigns/secure-boo ... cted-boot/
头像
wptskybzy
帖子: 108
注册时间: 2007-10-24 15:32
来自: 四川省南充市

Re: Ubuntu x64版编译安装ffmpeg,mplayer,x264全教程[原创]支持VDPAU(高清硬解)

#110

帖子 wptskybzy » 2011-11-28 10:55

注意哦!最新的NVIDIA官方驱动会包含带有版本号字样的vdpau库,这个库会和libvdpau冲突。我是把这些库手动删除了(不删除libvdpau_nvidia*),才搞定的。
头像
lxr1234
帖子: 721
注册时间: 2009-04-10 11:15
来自: 三民主义国国民权利省我的选择市中共下台镇

Re: Ubuntu x64版编译安装ffmpeg,mplayer,x264全教程[原创]支持VDPAU(高清硬解)

#111

帖子 lxr1234 » 2011-12-11 17:25

谢谢指教,
不过我现在没法验证。
强烈反对M$的ARM Secure Boot 锁定要求,大家请签名反对
http://www.fsf.org/campaigns/secure-boo ... cted-boot/
头像
kevin.lo
帖子: 92
注册时间: 2010-02-27 14:26
联系:

Re: Ubuntu x64版编译安装ffmpeg,mplayer,x264全教程[原创]支持VDPAU(高清硬解)

#112

帖子 kevin.lo » 2012-05-20 16:27

iorikyox 写了:./configure --enable-gpl --enable-shared --enable-postproc --enable-nonfree --enable-x11grab --enable-bzlib --enable-libfaac --enable-libmp3lame --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libxvid --enable-zlib --disable-ffplay --disable-debug --disable-indev=oss --disable-outdev=oss --enable-libvpx
到这一步时,出现下面错误提示,该怎么做阿?

ERROR: libvpx decoder version must be >=0.9.1

If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.
--enable-libvpx把这个去掉,然后单独下载编译libvpx

代码: 全选

每个人都不孤独,因为他包孕于人类,因他人存在而存在,因他人幸福而幸福!
头像
lxr1234
帖子: 721
注册时间: 2009-04-10 11:15
来自: 三民主义国国民权利省我的选择市中共下台镇

Re: Ubuntu x64版编译安装ffmpeg,mplayer,x264全教程[原创]支持VDPAU(高清硬解)

#113

帖子 lxr1234 » 2012-06-26 21:03

在落榜后的修改
强烈反对M$的ARM Secure Boot 锁定要求,大家请签名反对
http://www.fsf.org/campaigns/secure-boo ... cted-boot/
回复