had to remove --enable nvenc beforehand when updating today
Search Criteria
Package Details: ffmpeg-obs 7.1-1
Package Actions
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: | 18 |
Popularity: | 0.79 |
First Submitted: | 2021-12-16 11:56 (UTC) |
Last Updated: | 2024-11-11 17:07 (UTC) |
Dependencies (88)
- alsa-lib
- aom (aom-vmaf-gitAUR, aom-gitAUR, aom-av1-lavish-gitAUR)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- dav1d (dav1d-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- fribidi (fribidi-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- glslang (glslang-gitAUR)
- gmp (gmp-hgAUR)
- gnutls (gnutls-gitAUR)
- gsm
- harfbuzz (harfbuzz-gitAUR)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- lame (lame-svnAUR, lame-altivecAUR)
- libass (libass-gitAUR)
- libavc1394
- libbluray (libbluray-gitAUR)
- Show 68 more dependencies...
Required by (1913)
- 0wgram (requires ffmpeg)
- 2h4u (requires ffmpeg) (make)
- 3ncode-git (requires ffmpeg)
- 48tools (requires ffmpeg)
- 64gram-desktop (requires ffmpeg)
- aaxtomp3 (requires ffmpeg)
- aaxtomp3-git (requires ffmpeg)
- ab-av1 (requires ffmpeg)
- abyss-engine-git (requires ffmpeg)
- aconcat (requires ffmpeg)
- adlmidi-git (requires ffmpeg) (optional)
- aegisub-arch1t3cht (requires ffmpeg)
- aegisub-arch1t3cht-git (requires ffmpeg)
- aegisub-arch1t3cht-qt5-git (requires ffmpeg)
- aegisub-japan7-git (requires ffmpeg)
- aigcpanel-git (requires ffmpeg)
- airsonic-advanced-git (requires ffmpeg) (optional)
- airsonic-git (requires ffmpeg) (optional)
- akkoma (requires ffmpeg) (optional)
- akkoma-bin (requires ffmpeg) (optional)
- Show 1893 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 13 Next › Last »
jasondaigo commented on 2023-10-10 17:38 (UTC)
tytan652 commented on 2023-08-19 06:13 (UTC)
@Sukid, yes.
Sukid commented on 2023-08-19 00:02 (UTC)
Out of curiosity, do they ship ffmpeg with these patches in the official OBS flatpak?
MaxWoahverdrive commented on 2023-08-14 16:20 (UTC) (edited on 2023-08-14 16:21 (UTC) by MaxWoahverdrive)
Build fails with "ERROR: cuda_llvm requested but not found"
Presumably due to me running an AMD GPU with mesa-git
While I can reproduce the same error on ffmpeg-git, it is caused by the --enable-cuda-llvm configure flag.
Removing the addition of that flag on line 298 of this packages PKGBUILD fixes the build issue.
sikha commented on 2023-08-09 19:04 (UTC)
I am not sure about a long term fix, but inserting
_args=(--disable-inline-asm)
before the prepare()
block works around @Gravarty's build failure for me.
Gravarty commented on 2023-08-08 21:34 (UTC)
compiling fails with with:
libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'. lto-wrapper: fatal error: gcc returned end-state 1 Compilation finished.
gardotd426 commented on 2023-07-22 23:40 (UTC)
@dr460nf1r3 Just like the pinned comment already says, rebuild librist.
dr460nf1r3 commented on 2023-07-22 20:25 (UTC)
Getting this as of late: ERROR: librist >= 0.2.7 not found using pkg-config
Scarlet commented on 2023-06-09 13:20 (UTC)
Maybe it's absolutely rare situation, but I had to install pkgconf
before building. So I guess it's a makedep
tytan652 commented on 2023-05-26 09:31 (UTC) (edited on 2023-05-26 09:32 (UTC) by tytan652)
Arch Linux has updated MbedTLS from 2 to 3.4 which requires a rebuild against it for any AUR dependency of ffmpeg-obs
that relies on this library.
So rebuild librist
against MbedTLS 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.