成功解决[libopenh264 @ 000001dc01594420] Incorrect library version loaded

简介: 成功解决[libopenh264 @ 000001dc01594420] Incorrect library version loaded

解决问题


OpenCV: FFMPEG: tag 0x31637661/'avc1' is not supported with codec id 28 and format 'mp4 / MP4 (MPEG-4 Part 14)'

OpenCV: FFMPEG: fallback to use tag 0x00000021/'!???'Failed to load OpenH264 library: openh264-1.6.0-win64msvc.dll

       Please check environment and/or download library: https://github.com/cisco/openh264/releases

[libopenh264 @ 000001dc01594420] Incorrect library version loaded





解决思路


标记0x31637661/'avc1'不支持编解码器id 28和格式'mp4 / mp4 (MPEG-4 Part 14)'

OpenCV: FFMPEG:回退以使用标记0x00000021/'!??'加载OpenH264库失败:OpenH264 -1.6.0-win64msv .dll

请检查环境和/或下载库:https://github.com/cisco/openh264/releases

[libopenh264 @ 000001dc01594420]加载的库版本不正确





解决方法


加载的库版本不符合要求,下载相关库函数:https://github.com/cisco/openh264/releases




相关文章
|
Java Linux
解决OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0...
解决OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0...
1264 0
|
7月前
|
编译器 Linux 开发工具
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools
81 0
|
开发工具
WARNING: library configuration mismatch
WARNING: library configuration mismatch
332 0
|
Java Maven
Error running ‘ssm [clean]‘: No valid Maven installation found. Either set the home directory in the
Error running ‘ssm [clean]‘: No valid Maven installation found. Either set the home directory in the
134 0
dyld Library not loaded Reason image not found 问题解决
添加第三方框架,然后启动app的时候会,提示dyld: Library not loaded: Reason: image not found 网上大部分的做法都是把Build Phases 里对应framework后边的选项修改成为Optional,但这个是治标不治本,还是没法解决问题
212 0
|
缓存
Error:Could not download ecj.jar : No cached version available for offline mode
Error:Could not download ecj.jar : No cached version available for offline mode
259 0
Error:Could not download ecj.jar : No cached version available for offline mode
|
Perl
configure error Perl version 5 is required!
configure error Perl version 5 is required!
238 0
|
Python
Cannot mix incompatible Qt library (version 0x50907) with this library (version 0x50e02)
Cannot mix incompatible Qt library (version 0x50907) with this library (version 0x50e02)
824 0
LD_LIBRARY_PATH shouldn't contain the current directory when building glibc. Please change the envir
执行# ./glibc-2.14/configure 出现以下错误: checking LD_LIBRARY_PATH variable... contains current directory configure: error: *** LD_LIBRARY_PATH ...
1948 0
|
iOS开发
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun ...
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun image.png 解决方法: 打开终端输入 xcode-select --install 回车后,系统弹出下载xcode,点击确认,下载完成后即可。
1702 0