登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
轻量养虾,开箱即用!低 Token + 稳定算力,Gitee & 模力方舟联合出品的 PocketClaw 正式开售!点击了解详情
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
0
龙行天下01
/
obs-amd-encoder
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
开发画像分析
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
2.7.0
7e78d6f
2020-01-22 01:49
下载
2.6.0
Deprecated older Driver support, upgraded AMF SDK to 1.4.14 and fixed automatic VBV size
988437b
2019-10-05 16:15
下载
2.5.2
The 19.x Driver started enforcing additional restrictions, which seem to only apply to AMD Vega GPUs and APUs. Due to this, the plugin would fail to properly initialize the encoder and users would have to manually set some options. With this patch, this is no longer necessary. The encoder options are now applied correctly and should no longer cause any issues. Additionally a bug was fixed for Automatic Profile Level which caused it to occasionally select an unsupported Profile Level. Hotfix 1: Improved hover text (long description) for properties and updated translations from CrowdIn. * Improved descriptions (hover text) for various options of the H264 and H265 encoder. * Updated translations from CrowdIn. * Fixed error during initialization for H264 and H265 on Driver 19.x and above. * Fixed a bug with automatic Profile Level which sometimes caused an unsupported Profile Level to be selected. * Updated AMF to 1.4.9.0. * Updated english locale text for Pre-Pass to include encoding cost. * Fixed various erroneous usages of short codes for printf in log text. * Added support for Git commit detection to CMake. * Added support for clang-format. * Added support for CppCheck to CMake. (Thanks to Streamlabs for this one)
c97706a
2019-02-25 06:50
下载
2.5.1
e45ba92
2019-01-23 06:43
下载
2.5.0.2
baebabd
2018-10-04 02:08
下载
2.5.0.1
72d566e
2018-09-28 16:47
下载
2.5.0
Version 2.5.0 Updated AMF to 1.4.9.0. Updated english locale text for Pre-Pass to include encoding cost. Fixed various erroneous usages of short codes for printf in log text. Added support for Git commit detection to CMake. Added support for clang-format. Added support for CppCheck to CMake. (Thanks to Streamlabs for this one)
b4627ef
2018-09-24 11:50
下载
2.4.3
52b1b89
2018-09-04 09:54
下载
2.4.2
d2dde47
2018-07-25 01:19
下载
2.4.1
A new version, but it's merely a few stability improvements. A crash on missing D3D11 or D3D9 has been fixed, capability testing always writes supported GPUs to the log file and the H264 and H265 encoder now follow the specification of the codec and set Profile, Level and Tier before Resolution and Frame Rate - which might actually improve support for higher resolution and frame rate capture. Hotfix 1: Additional stability improvements by fixing a crash with a very old driver. * Refactored CMake build configuration for CI support, allowing for people to test [bleeding-edge builds](https://ci.appveyor.com/project/Xaymar/obs-studio-amf-encoder-plugin). * Fixed a crash caused by very old drivers that predate H265 support. * Updated AMF SDK to 1.4.7.0. * Fixed a crash in api::base if Direct3D 9 or Direct3D 11 was not found. * Changed how the capability testing reports supported devices to the log file. * Fixed the order that codec properties are applied. (Thanks to Qiang Wen, see commit c292f6de41f22a0521300e8ce0b74bbe5e4d0edf)
80f2d8e
2018-07-21 07:44
下载
2.4.0
A new version, but it's merely a few stability improvements. A crash on missing D3D11 or D3D9 has been fixed, capability testing always writes supported GPUs to the log file and the H264 and H265 encoder now follow the specification of the codec and set Profile, Level and Tier before Resolution and Frame Rate - which might actually improve support for higher resolution and frame rate capture. * Updated AMF SDK to 1.4.7.0. * Fixed a crash in api::base if Direct3D 9 or Direct3D 11 was not found. * Changed how the capability testing reports supported devices to the log file. * Fixed the order that codec properties are applied. (Thanks to Qiang Wen, see commit c292f6de41f22a0521300e8ce0b74bbe5e4d0edf)
bda7a40
2018-07-18 13:03
下载
2.3.3
The Blacklist introduced with 2.3.0 unfortunately had the side effect that all Windows 8 users were no longer able to use the plugin and had to downgrade. With this version, the blacklist is instead now a warning written into the log file. This is all thanks to @jp9000's work on moving the initial AMF Capability test into a different process, stopping broken drivers from crashing OBS Studio. Not only that, but a bunch of previously unidentified issues were fixed. H264 VBR should no longer limit the Peak Bitrate to the Target Bitrate, H265 encoding shouldn't get stuck anymore, some older Drivers may now work again with the plugin and Direct 3D 11.1 is now used if it is available. Hotfix: Configuration Version should now match the plugin version again. * Fixed H264 Plugin not properly adjusting config version number. * Reduced subprocess 'amf-test' size, which is used to check for AMF compatibility. * Fixed a bunch of startup crashed by moving AMF Capability tests to another process, thanks @jp9000 for doing a lot of the work to make this happen. * Fixed the H265 encoder not stopping which was caused by 'Keyframe Interval' and 'GOP Size' being stuck at 0 internally. * Replaced the blacklist with a warning message to allow Windows 8 users to use current versions. * Fixed a crash with older Drivers which do not have Pre-Pass or VBAQ. * Fixed 'Target Bitrate' being set as 'Peak Bitrate' in VBR rate control mode. * Fixed Direct3D 11.1 not being used even if available, resulting in minimally lower performance. * Skipped 2.3.0 as it was not included with obs-studio. * Improved support for the "New Networking Code" and "Replay Buffer" features by renaming 'Bitrate.Target' to 'bitrate'. * Added a blacklist for drivers exposing an AMF Runtime older than 1.4.6.0. * Removed all hidden properties no longer exposed by the newest AMF Runtime.
d192c90
2018-03-17 18:50
下载
2.3.2
652aa1a
2018-02-06 08:14
下载
2.3.1
f9e4c26
2017-12-13 17:07
下载
2.3.0
6903404
2017-11-17 10:46
下载
2.2.4
4770061
2017-10-23 06:58
下载
2.2.3
ce8c176
2017-08-13 00:55
下载
2.2.2
94b260e
2017-08-09 05:11
下载
2.2.1
adb0c40
2017-08-05 05:26
下载
2.2.0
7879b52
2017-07-29 08:58
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/hl0071/obs-amd-encoder.git
git@gitee.com:hl0071/obs-amd-encoder.git
hl0071
obs-amd-encoder
obs-amd-encoder
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册