1.安装mplayer

文档[1]有这方面的讨论,摘录部分:

建议使用mplayer 的svn checkout,以下脚本临时敲的未测试若有错自己改,install那步需root权限
代码:

cd ~
/
fetch http:
//www3.mplayerhq.hu/MPlayer/releases/mplayer-export-snapshot.tar.bz2
tar
-xpf mplayer-export-snapshot.tar.bz2
cd mplayer
*
.
/configure -enable-gui
gmake
-j4
gmake install


mplayer 这种软件不推荐使用ports里的,上面svn安装的ffmpeg 已经内置了rmvb和ms
-wmv的解码,
不再需要Win32 codec,更内置了mpeg4 iso 13层解压,不需要安装xvid x264 quicktime 之类的

参考文档

[1]http://www.freebsdchina.org/forum/viewtopic.php?t=47801&sid=cc7222a842a6bd65065ced4c669641df

相关文章:

  • 2021-12-07
  • 2021-10-15
  • 2021-10-27
  • 2021-07-28
  • 2021-11-17
  • 2021-08-19
  • 2021-10-20
  • 2022-01-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-12-16
  • 2021-04-18
  • 2021-08-04
  • 2021-10-31
相关资源
相似解决方案