IOS的FFMpeg - 禁用日志级别

时间:2013-11-12 02:55:03

标签: ios ffmpeg

我为ios编译了ffmpeg。编译的配置,我借用了kxmovie的Rake文件。

一切正常,但我想禁用解码器在控制台中显示的所有调试消息。

我怎样才能做到这一点。我相信它应该是编译的ffmpeg,但我不确定如何去做。任何建议都将受到高度赞赏。

configure命令:

  

./ configure --disable-ffmpeg --disable-ffplay --disable-ffserver   --disable-ffprobe --disable-doc --disable-bzlib --target-os = darwin --enable-cross-compile --enable-gpl --enable-version3 --assert-level = 2 --disable- mmx --arch = i386 --cpu = i386 --extra-ldflags =' - arch i386'-extra-cflags =' - arch i386'--disable-asm --cc = / Applications / Xcode.app / Contents /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc   --as ='gas-preprocessor.pl /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc'   --sysroot = /应用/ Xcode.app /内容/开发商/平台/ iPhoneSimulator.platform /开发商/软件开发工具包/ iPhoneSimulator6.1.sdk   --extra-LDFLAGS = -L /应用/ Xcode.app /内容/开发商/平台/ iPhoneSimulator.platform /开发商/软件开发工具包/ iPhoneSimulator6.1.sdk / usr / lib中/系统

1 个答案:

答案 0 :(得分:0)

您可以将-loglevel设置为安静吗?我不确定是否有编译选项,即使有,也会使调试更难,因为你需要一个不同的ffmpeg二进制文件来进行调试。