当在运行ffmpeg时,老提示升级软件,怎么屏蔽这些信息

sh/bash/dash/ksh/zsh等Shell脚本
回复
snjjwcw
帖子: 25
注册时间: 2009-12-10 10:24

当在运行ffmpeg时,老提示升级软件,怎么屏蔽这些信息

#1

帖子 snjjwcw » 2010-03-31 15:25

当在运行ffmpeg时,老提示升级软件,怎么屏蔽这些信息
如下:

代码: 全选

[aac @ 0x9e3a380]SBR not implemented. Update your FFmpeg version to the newest one from SVN. If the problem still occurs, it means that your file has a feature which has not been implemented.
怎么屏蔽这些信息?
头像
darkfish
帖子: 90
注册时间: 2009-09-18 10:03
来自: 北京
联系:

Re: 当在运行ffmpeg时,老提示升级软件,怎么屏蔽这些信息

#2

帖子 darkfish » 2010-04-01 22:47

ffmpeg 是命令么?重定向不可以么?
delectate
帖子: 18311
注册时间: 2008-01-09 22:41

Re: 当在运行ffmpeg时,老提示升级软件,怎么屏蔽这些信息

#3

帖子 delectate » 2010-04-01 22:53

SBR not implemented. Update your FFmpeg version to the newest one from SVN. If the problem still occurs, it means that your file has a feature which has not been implemented.
means you should compile ffmpeg from svn

if that doesn't work,you should check your device.
do your SBR(what's that) works?
回复