File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 52
52
53
53
pkgname=ffmpeg-obs
54
54
pkgver=6.1.1
55
- pkgrel=9
55
+ pkgrel=10
56
56
pkgdesc=' Complete solution to record, convert and stream audio and video with fixes for OBS Studio. And various options in the PKGBUILD'
57
57
arch=(' x86_64' ' aarch64' )
58
58
url=https://ffmpeg.org/
@@ -61,7 +61,7 @@ license=(GPL-3.0-only)
61
61
# Only for default set of features
62
62
_aomver=3
63
63
_dav1dver=1.3.0
64
- _ffnvcodecver=12.0.16.0
64
+ _ffnvcodecver=12.2
65
65
_libjxlver=0.10.0
66
66
_libplacebover=6
67
67
_libristver=0.2.7
@@ -411,6 +411,12 @@ prepare() {
411
411
# # {avcodec,tests}: rename the bundled Mesa AV1 vulkan video headers
412
412
git cherry-pick -n fef22c87ada4517441701e6e61e062c9f4399c8e
413
413
414
+ # # avcodec/nvenc: stop using long deprecated format specifiers
415
+ git cherry-pick -n 3481f8d99fc44f5516957e774b7f2da74c33beb8
416
+
417
+ # # avcodec/nvenc: support SDK 12.2 bit depth API
418
+ git cherry-pick -n 38346298973e3869d895e0ad3ca3b19dc598c5c8
419
+
414
420
# ## ffmpeg-full changes
415
421
416
422
# # Fix segfault with avisynthplus
You can’t perform that action at this time.
0 commit comments