mplayer / mencoder在RHEL5机器上失败编码

时间:2010-12-21 22:09:33

标签: mp3 lame mplayer mencoder

我正在使用名为ClipShare的应用程序来发布视频。但是,编码似乎失败了。这是我从日志中得到的:

/usr/local/bin/mencoder /clipshare/video/39.wmv -o /clipshare/flvideo/39x.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=800:mbd=2:mv0:trell:v4mv:keyint=10:cbp:last_pred=3 -srate 22050  -ofps 25000/1001
MEncoder SVN-r32642-snapshot-4.1.2 (C) 2000-2010 MPlayer Team
get_path("config") problem
MPlayer was compiled without libmp3lame support.
-lameopts is not an MEncoder option

Exiting... (error parsing command line)

我确实安装了LAME。如果我在第一行使用-nosound选项运行命令它可以工作,但有很多“跳帧!”

有什么想法吗?我感谢任何帮助。谢谢!

-AC

1 个答案:

答案 0 :(得分:0)

问题是mplayer安装在usr / local / bin而不是usr / bin中。问题解决了!