Package Details: ffmpeg-obs 7.0.1-2

Git Clone URL: https://aur.archlinux.org/ffmpeg-obs.git (read-only, click to copy)
Package Base: ffmpeg-obs
Description: Complete solution to record, convert and stream audio and video with fixes for OBS Studio. And various options in the PKGBUILD
Upstream URL: https://ffmpeg.org/
Keywords: audio codec convert encoder ffmpeg media obs vaapi video
Licenses: GPL-3.0-only
Conflicts: ffmpeg
Provides: ffmpeg, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Submitter: tytan652
Maintainer: tytan652
Last Packager: tytan652
Votes: 17
Popularity: 0.62
First Submitted: 2021-12-16 11:56 (UTC)
Last Updated: 2024-06-22 16:01 (UTC)

Dependencies (86)

Required by (1853)

Sources (3)

Pinned Comments

tytan652 commented on 2022-07-23 05:48 (UTC) (edited on 2024-06-21 13:15 (UTC) by tytan652)

Please, this package follow Arch Linux ffmpeg package version (not the staging or the testing one).

Don't put ffmpeg-obs out-of-date if both packages are on the same version. If you do, you might be ignored in the future.

tytan652 commented on 2021-12-17 15:32 (UTC)

OBS Project actually patch FFmpeg to fix some issues and also add RIST support starting from 27.2.

So I created this package, a ffmpeg package that ensure that you have those.

I really wanted to not do this but some fixes are needed, so I did my best to add those "feature-set options".

They allow you to build ffmpeg with feature-set based on other ffmpeg packages from AUR.

Read the PKGBUILD for more information about them.

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 Next › Last »

gardotd426 commented on 2022-07-12 12:49 (UTC)

ffmpeg has added av1_vdpau decode support to allow Ampere GPUs to use VDPAU for AV1 hardware decoding in ffmpeg. This was done after libvdpau v1.5 added support for AV1 decoding.

The current tag used in the PKGBUILD for ffmpeg does indeed include the commits enabling AV1 VDPAU decode, but it is not listed in the available decoders when using ffmpeg-obs. I'm not sure if it's a configuration option or what, but something is definitely wrong.

I have an RTX 3090, with full AV1 decoding support, and the NV control panel reports that AV1 decode support is indeed recognized. I also have libvdpau 1.5 installed. It's not an issue on my end. I'd appreciate if you could maybe look into it.

Here's the commit @ ffmpeg: https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/a44fba0b5b3b4090f9238751736198ddd1f0f1d5

And here is someone demonstrating that support shows up for them when building ffmpeg directly from master: https://github.com/xuanruiqi/vdpau-va-driver-vp9/issues/3#issuecomment-1181426181

Finally, the article announcing this from Phoronix: https://www.phoronix.com/scan.php?page=news_item&px=NVIDIA-AV1-VDPAU-FFmpeg

zeroconf commented on 2022-05-08 20:03 (UTC) (edited on 2022-05-08 20:06 (UTC) by zeroconf)

Thank you for patience with explanations! For now that dav1d was really the only one dependency and yay -Syud solved the issue, later yay -Syu did not find any update. Using obs-studio-tytan652 and ffmpeg-obs, recently OBS also updated. Haven't used/tested thoroughly, at least OBS started, indicators worked, made short screen recording with certain windows into *.mkv and it also worked. I hope that earlier 'libdav1d.so=5-64' dependency will not cause any issues in future. Suddenly after dav1d (1.0.0-1) installation there is no dependency anymore. I really hope that ignoring that dependency will not cause any issues.

tytan652 commented on 2022-05-08 16:54 (UTC)

@zeroconf it's -Syud not -d. Skipping the dependency check allow to update dav1d and then ffmpeg-obs shall be updated afterward.

And yes d is not an option to always use but to fix the issue this is the simplest solution.

Otherwise switching back to original ffmpeg and obs-studio while updating and then rebuild obs-studio-tytan652 and ffmpeg-obs.

zeroconf commented on 2022-05-08 16:37 (UTC) (edited on 2022-05-08 16:38 (UTC) by zeroconf)

@tytan652 If you can tell, which package(s) and in which order to install and/or uninstall or vice versa, would be thankful. Similar situation already happened some time ago, then I could figure out. Now I read comment-864082 and it was controversial and could not figure out from there, what to do. Also read other comments and still not clear. The -d parameter in yay man is irrelevant, but in pacman man nodeps, which isn't safe IMHO. Ignoring dependencies may lead into issues as dependencies are not described just for fun.

tytan652 commented on 2022-05-08 13:15 (UTC) (edited on 2022-05-08 13:16 (UTC) by tytan652)

@zeroconf I'm working on trying to avoid this scenario, but it will always happen something that require a manual intervention because this is a FFmpeg package and it is required by many packages.

Like a big FFmpeg version change that change the version required by other packages.

zeroconf commented on 2022-05-08 12:48 (UTC)

Hard to figure out, what to do, how to solve the issue... Why updates are not tested before they become publicly available?

csts commented on 2022-05-07 13:36 (UTC)

@Tytan652 thank you. "sudo pacman -Syu ffmpeg" worked fine for me, I tested obs-studio and it works fine without ffmpeg-obs.

tytan652 commented on 2022-05-07 09:38 (UTC) (edited on 2022-05-07 09:39 (UTC) by tytan652)

I repeat myself: If -Syuddidn't work do:

sudo pacman -Syu ffmpeg obs-studio remove obs-studio if you don't use obs-studio-tytan652 or obs-studio-rc.

And afterward reinstall obs-studio-tytan652 or obs-studio-rc. Or only ffmpeg-obs if you don't use OBS Studio at all.

csts commented on 2022-05-07 09:21 (UTC)

Skipping deps check with "pikaur -Syud" doesn't work (also tried removing dav!d deps from PKGBUILD, ended up with errors, possibly my fault), so to update my Arch had to use "IgnorePkg = dav1d ffmpeg-obs ffmpeg4.4" in my pacman.conf.
Hope when this situation is resolved we'll get a comment here.