Package Details: obs-studio-git 30.1.1.r33.g3a10355-1

Git Clone URL: https://aur.archlinux.org/obs-studio-git.git (read-only, click to copy)
Package Base: obs-studio-git
Description: Free and open source software for video recording and live streaming.
Upstream URL: https://github.com/obsproject/obs-studio
Keywords: obs-studio
Licenses: GPL2
Conflicts: obs-studio
Provides: obs-studio
Submitter: ledti
Maintainer: benklett
Last Packager: benklett
Votes: 95
Popularity: 0.72
First Submitted: 2014-03-12 22:29 (UTC)
Last Updated: 2024-04-01 15:47 (UTC)

Required by (142)

Sources (4)

Pinned Comments

thotypous commented on 2021-02-05 14:12 (UTC)

If you don't want to build this package yourself, hourly builds are available at https://aur.chaotic.cx

benklett commented on 2016-02-06 23:11 (UTC) (edited on 2016-08-10 14:01 (UTC) by benklett)

This is a -git package, that means you have to update it! Please do not flag it out of date because of the version number. The version number will automatically increase to the version of the latest commit. If you want to have the stable versions, please install the package obs-studio from [community].

Latest Comments

« First ‹ Previous 1 .. 24 25 26 27 28 29 30 31 32 Next › Last »

computerquip commented on 2014-11-05 01:16 (UTC)

I commented on the bug page... Resolution is to simply not use ImageMagick in this case as there seems to be an issue with ImageMagick's HDRI support (or a problem with how it's built... I didn't really care to find out). Either way, FFmpeg will probably be the future method anyways.

papabean commented on 2014-10-26 22:08 (UTC)

The bug mentioned by @Lucki is still present which prevents images from being loaded. The bug has been filed upstream: https://obsproject.com/mantis/view.php?id=86. Could the PKGBUILD be updated until the bug is fixed?

ledti commented on 2014-10-24 08:36 (UTC)

icu is required by qt5-base which in turn is depended on by qt5-x11extras, which is set as a dependency in the PKGBUILD. So icu should automatically be installed via the dep-chain when building the package, unless I'm confusing something.

jplatte commented on 2014-10-23 15:57 (UTC)

Couldn't build because of libicui18n.so.54 not being found. Quick google search revealed I need the "icu" package. That one should probably be added to the dependencies.

star_rain commented on 2014-10-11 08:19 (UTC)

info: [x264 encoder: 'default_h264'] This build of x264 requires high depth input. Rebuild to support 8-bit input. warning: [x264 encoder: 'default_h264'] encode failed pacman -Qs x264 local/libx264-10bit 1:142.20140826-2 Library for encoding H264/AVC video streams. 10bit-depth. local/x264 1:142.20140826-2 CLI tools for encoding H264/AVC video streams Only install libx264 to work properly. I often use libx264-10bit to work, so use a lot of trouble.

ryanvade commented on 2014-09-26 02:04 (UTC)

Anyone else run into this problem? http://slexy.org/view/s2GqFUQ1gh

Lucki commented on 2014-09-15 09:48 (UTC)

-- Found Libx264: /usr/lib64/libx264.so Yes, it's building.

ArcticVanguard commented on 2014-09-13 18:54 (UTC)

Is it building right now for you all? Cmake isn't seeing x264 for me even with it being installed.

Lucki commented on 2014-09-04 21:10 (UTC)

There's a problem with the latest ImageMagick. It's not possible to add a picture. A workaround is this cmake option: "-DLIBOBS_PREFER_IMAGEMAGICK=OFF"