[问题] mencoder转换out.ogg失败了!

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
头像
anddylf
帖子: 266
注册时间: 2007-05-26 13:13

[问题] mencoder转换out.ogg失败了!

#1

帖子 anddylf » 2008-07-26 20:18

在网上找到的转换命令 :

代码: 全选

mencoder -vf scale=400:300 -ffourcc FLV1 -of lavf -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames -ovc lavc -lavcopts vcodec=flv:vbitrate=200 -srate 22050 -oac lavc -lavcopts acodec=mp3:abitrate=56 out.ogg -o my.flv
总是出现以下错误提示:

代码: 全选

MEncoder 2:1.0~rc2-0ubuntu13+medibuntu1 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM)2 Duo CPU     T8300  @ 2.40GHz (Family: 6, Model: 23, Stepping: 6)
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
Option lavfopts: Unknown suboption i_certify_that_my_video_stream_does_not_use_b_frames
Error parsing option on the command line: -lavfopts

Exiting... (error parsing command line)
为什么呢?不解,望大牛指导。我的命令错了吗?
有知者总是相似的,而无知者却各有各的无知。
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#2

帖子 eexpress » 2008-07-26 22:13

-lavfopts i_certify_that_my_video_stream_does_not_use_b_frames -
瞎抄什么哦。这是参数??
看man吧。
● 鸣学
delectate
帖子: 18311
注册时间: 2008-01-09 22:41

#3

帖子 delectate » 2008-07-26 22:16

eexpress 写了:
-lavfopts i_certify_that_my_video_stream_does_not_use_b_frames -
瞎抄什么哦。这是参数??
看man吧。

:shock:

的确看起来有点问题
回复