forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update: OBSProject.obs-amd-encoder version 2.6.0.0
- Loading branch information
Showing
3 changed files
with
53 additions
and
16 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
manifests/o/OBSProject/obs-amd-encoder/2.6.0.0/OBSProject.obs-amd-encoder.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Created using wingetcreate 0.2.0.29 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json | ||
# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: OBSProject.obs-amd-encoder | ||
PackageVersion: 2.6.0.0 | ||
InstallerType: inno | ||
Scope: user | ||
Installers: | ||
- Architecture: x64 | ||
InstallerType: inno | ||
InstallerUrl: https://github.com/obsproject/obs-amd-encoder/releases/download/2.6.0/obs-amd-encoder-2.6.0.0.exe | ||
InstallerSha256: 0DFE80EB32351CD96084E1AB9E0585E72806BE8DAF9A105770AE2F652A618C0A | ||
Scope: user # Installation Location is "C:\Users\%USERNAME%\Desktop\{pf}\obs-studio" | ||
ProductCode: '{FD6676CE-0580-4B34-9DB4-4879A0BEB31D}_is1' | ||
ManifestType: installer | ||
ManifestVersion: 1.0.0 | ||
|
||
ManifestVersion: 1.6.0 |
50 changes: 44 additions & 6 deletions
50
manifests/o/OBSProject/obs-amd-encoder/2.6.0.0/OBSProject.obs-amd-encoder.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,51 @@ | ||
# Created using wingetcreate 0.2.0.29 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json | ||
# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: OBSProject.obs-amd-encoder | ||
PackageVersion: 2.6.0.0 | ||
PackageLocale: en-US | ||
Publisher: Xaymars Technology Workshop | ||
PublisherUrl: https://www.xaymar.com/ | ||
PublisherSupportUrl: https://github.com/obsproject/obs-amd-encoder/issues | ||
# PrivacyUrl: | ||
Author: Xaymar | ||
PackageName: AMD Encoder for OBS Studio | ||
License: GPL2 | ||
ShortDescription: obs-amd-encoder is a plugin for Open Broadcaster Software Studio which adds support for native AMD Hardware encoding through the use of AMD's Advanced Media Framework. | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.0.0 | ||
PackageUrl: https://github.com/obsproject/obs-amd-encoder | ||
License: GPL-2.0 | ||
LicenseUrl: https://github.com/obsproject/obs-amd-encoder#GPL-2.0-1-ov-file | ||
# Copyright: | ||
# CopyrightUrl: | ||
ShortDescription: AMD Advanced Media Framework Encoder Plugin for Open Broadcaster Studio | ||
Description: obs-amd-encoder is a plugin for Open Broadcaster Software Studio which adds support for native AMD Hardware encoding through the use of AMD's Advanced Media Framework. | ||
Moniker: obs-amd-encoder | ||
Tags: | ||
- encoder | ||
- obs | ||
- video | ||
ReleaseNotes: |- | ||
With their new Navi GPU series AMD added a new feature to the hardware encoders: High Motion Quality Boost. | ||
This option should allow you to get higher quality streams at the exact same bitrate, resolution and framerate, | ||
given that you own and use an AMD RX 5700 (XT/XT Anniversary). | ||
However due to that the new feature, the plugin now finally dropped support for ancient drivers. You will now need | ||
to have an up-to-date driver, at minimum 19.7.1 though the recommended minimum is 19.9.2, otherwise the plugin will | ||
refuse to load and does not add any encoders for use. | ||
Additionally jpark37/rcdrone also fixed the VBV Buffer Strictness option. The incorrect behavior before was that all | ||
values above 50% would act like 50%. With the fix applied, values above 50% correctly approach the strictest possible | ||
buffer size again, allowing tighter control over bitrate. | ||
Changelog: | ||
* Removed support for older drivers that ship an AMF Runtime older than version 1.4.14. You will now need a minimum | ||
Driver version of 19.7.1, however the recommended minimum is 19.9.2 which contains a lot of fixes compared to 19.7.1. | ||
This also includes dropping support for unmodified Windows 8 systems as AMD has stopped providing driver updates to Windows 8. | ||
* Added the new "High Motion Quality Boost" option which seems to be exclusive to the Navi (RDNA) series of AMD GPUs. | ||
* Fixed automatic VBV Buffer calculation with values close or above 50%. | ||
* The Video API option will now only show the most modern supported API on the platform, which is Direct3D 11 on Windows 10 | ||
and Direct3D 9 on Windows 7. Users on Windows 8 are urged to upgrade to Windows 10. | ||
ReleaseNotesUrl: https://github.com/obsproject/obs-amd-encoder/releases/tag/2.6.0 | ||
# PurchaseUrl: | ||
InstallationNotes: This package is from a repository that was archived by the owner on Jun 13, 2024 | ||
# Documentations: | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
7 changes: 3 additions & 4 deletions
7
manifests/o/OBSProject/obs-amd-encoder/2.6.0.0/OBSProject.obs-amd-encoder.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
# Created using wingetcreate 0.2.0.29 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json | ||
# Created with YamlCreate.ps1 v2.4.1 $debug=AUSU.CRLF.7-4-5.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: OBSProject.obs-amd-encoder | ||
PackageVersion: 2.6.0.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.0.0 | ||
|
||
ManifestVersion: 1.6.0 |