分页: 1 / 1

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

发表于 : 2008-07-26 20:18
anddylf
在网上找到的转换命令 :

代码: 全选

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)
为什么呢?不解,望大牛指导。我的命令错了吗?

发表于 : 2008-07-26 22:13
eexpress
-lavfopts i_certify_that_my_video_stream_does_not_use_b_frames -
瞎抄什么哦。这是参数??
看man吧。

发表于 : 2008-07-26 22:16
delectate
eexpress 写了:
-lavfopts i_certify_that_my_video_stream_does_not_use_b_frames -
瞎抄什么哦。这是参数??
看man吧。

:shock:

的确看起来有点问题