TUXDB - LINUX GAMING AGGREGATE
made by: NuSuey
NEWSFEED
GAMES
▪️CROWDFUNDING▪️COMMUNITY DEALS▪️STEAM DECK▪️CALENDAR
tuxdb.com logo
Support tuxDB on Patreon
Currently supported by 10 awesome people!

🌟 Special thanks to our amazing supporters:


✨ $10 Tier: [Geeks Love Detail]
🌈 $5 Tier: [Benedikt][David Martínez Martí]

Any feedback for tuxDB? Join us!

ViewsLikesFavoritesComments

896695025


Tweaked a vaapi plugin patch by user w23 on the forums so that I can stream using amd vce via VAAPI on my linux machine. This is useful for those on intel or amd gpus that support quicksync or VCE and want to use the gpu to render their stream. You can also stream and record simultaneously using vaapi for both. Patch: https://github.com/GloriousEggroll/arch-obs-studio-latest-ffmpeg-vaapi/blob/master/ffmpeg-vaapi.patch OBS Fork: https://github.com/GloriousEggroll/obs-studio/ Credits to w23 on OBS forums for the original patch that got everything working. All I did was clean it up and add ffmpeg options.

@billkillernicSubscribers:17
Channel views:76
Uploaded videos:2

[ 2017-12-15 05:25:03Z ]👍 0


Can you be more specific on how you did what you did? I try to make a screen capture by entering ffmpeg -vaapi_device /dev/dri/renderD128 -f x11grab -video_size 1920x1080 -i :0 -bf 0 -vf 'hwupload,scale_vaapi=format=nv12' -c:v h264_vaapi -qp 24 test.mp4 Which returns only a black screen without audio.... (I have an AMD FX CPU and a RX 580 8GB)


@andreidodu5581Subscribers:0
Channel views:0
Uploaded videos:0

[ 2018-02-20 21:14:17Z ]👍 0


Do you have a video about resizing root in arch?


@anitaweaselSubscribers:2
Channel views:1517
Uploaded videos:3

[ 2018-03-17 03:37:52Z ] 👍 0


what you actually mean

@anitaweaselSubscribers:2
Channel views:1517
Uploaded videos:3

[ 2018-03-17 02:47:18Z ]👍 0


thank you man


@Soykaf_Subscribers:9
Channel views:15951
Uploaded videos:18

[ 2018-04-27 04:40:53Z ]👍 0


Thanks a lot for this! saved me from installing windows.


@MsPeterpansenSubscribers:13
Channel views:775
Uploaded videos:3

[ 2018-06-15 12:06:01Z ]👍 2


Awesome work! It worked on Ubuntu 18.04 after installing new mesa stuff with sudo add-apt-repository ppa:ubuntu-x-swat/updates sudo dist-upgrade (I had already installed all the other obs build deps before that but it was failing)


@hera2711Subscribers:5
Channel views:1080
Uploaded videos:2

[ 2018-07-19 17:57:14Z ] 👍 0


Can you make the step you used to compile with the patch?

@MsPeterpansenSubscribers:13
Channel views:775
Uploaded videos:3

[ 2018-06-15 12:06:28Z ] 👍 1


I compiled latest master with patch applied manually (no conflicts)

@choicesii1Subscribers:7
Channel views:0
Uploaded videos:0

[ 2018-10-05 21:26:02Z ]👍 0


Compiled the fork from gitlab, however I am not seeing the extended options. Running Kubuntu 18.04 with kernel 4.18.11. Running Radeon Fury X and Firepro w8100. Using Mesa 18.1.5. Is there something i missed installing?


@choicesii1Subscribers:7
Channel views:0
Uploaded videos:0

[ 2018-10-05 23:40:52Z ] 👍 0


I don't see the options as you showed but I guess it is working since my CPU recording at 7%? But I just can't select which GPU to use.

@GloriousEggrollSubscribers:7350
Channel views:680335
Uploaded videos:57

[ 2018-10-05 22:49:24Z ] 👍 1


fork is old dont use it. my vaapi support has been merged into obs already as of sept 25th, using latest obs git should be fine. its under the output section, you have to change the mode to advanced.

@DanielSmith-ch9jdSubscribers:0
Channel views:0
Uploaded videos:0

[ 2018-10-08 23:42:08Z ]👍 1


how do i install this?


@s9209122222Subscribers:27
Channel views:3709
Uploaded videos:8

[ 2019-03-27 18:26:01Z ]👍 1


Why is my RX580 incapable to encode 1080p60fps with ffmpeg-vaapi in OBS? It always tells me that it is overload.


@s9209122222Subscribers:27
Channel views:3709
Uploaded videos:8

[ 2019-06-08 02:55:38Z ] 👍 0


@@tfyufgu1311 There is only one device that I can choose from OBS Studio.

@tfyufgu1311Subscribers:0
Channel views:0
Uploaded videos:0

[ 2019-06-08 02:49:38Z ] 👍 0


@@s9209122222 ya so that was what I was trying to say was that you need to make sure you choose the amd gpu and not the Intel cpu when you using the Vappi encoder. You probably already knew that but I just wanted to make sure you choose the right device.

@s9209122222Subscribers:27
Channel views:3709
Uploaded videos:8

[ 2019-06-08 02:41:13Z ] 👍 0


@@tfyufgu1311 I only have a intel i5-4460 CPU, it is not powerful enough to play games and stream at the same time.

@tfyufgu1311Subscribers:0
Channel views:0
Uploaded videos:0

[ 2019-06-08 02:37:24Z ] 👍 0


Me too. Maby you and I are choosing the cpu instead of the GPU, make sure you choose the right device. Do you have an Intel cpu or an amd cpu ??? I will need to test this again when I have time.

@ryans.2867Subscribers:2
Channel views:0
Uploaded videos:0

[ 2019-06-02 08:33:44Z ] 👍 0


I'm getting the same, have you found a fix yet?

@jangelelcangrySubscribers:66
Channel views:5838
Uploaded videos:18

[ 2019-07-12 16:28:20Z ]👍 0


Compiling according to https://github.com/obsproject/obs-studio/wiki/Install-Instructions#debian-based-build-directions killed my Lubuntu install. I'm getting not found/invalid desktop entry errors everywhere. sudo command = /usr/bin/sudo permission denied and I can't access anything.


@alphabennyrosy5068Subscribers:0
Channel views:0
Uploaded videos:0

[ 2020-05-04 17:51:00Z ]👍 0


I get horrible performance with this encoder on my RX 580 with latest version of OBS that has this endcoder by default, any tips ?


@HeitorYTSubscribers:213
Channel views:36658
Uploaded videos:74

[ 2022-06-24 23:10:33Z ]👍 0


Does it work on windows?



GAMEBILLET

[ 6102 ]

4.95$ (17%)
33.17$ (17%)
35.14$ (12%)
25.19$ (16%)
16.57$ (17%)
12.42$ (17%)
8.27$ (17%)
8.27$ (17%)
8.27$ (17%)
13.25$ (12%)
44.45$ (11%)
3.93$ (21%)
25.19$ (16%)
41.47$ (17%)
24.87$ (17%)
4.87$ (19%)
53.35$ (11%)
20.72$ (17%)
17.75$ (11%)
13.30$ (11%)
12.42$ (17%)
12.42$ (17%)
41.47$ (17%)
33.17$ (17%)
16.57$ (17%)
16.57$ (17%)
12.42$ (17%)
4.95$ (17%)
16.97$ (15%)
33.17$ (17%)
GAMERSGATE

[ 478 ]

8.0$ (60%)
0.58$ (92%)
15.0$ (70%)
0.58$ (92%)
0.58$ (92%)
0.58$ (92%)
0.3$ (85%)
12.0$ (70%)
1.5$ (85%)
0.58$ (92%)
0.58$ (92%)
9.4$ (53%)
2.25$ (89%)
0.68$ (91%)
7.44$ (79%)
11.24$ (55%)
2.25$ (91%)
6.0$ (80%)
5.07$ (61%)
18.75$ (62%)
3.0$ (92%)
3.48$ (83%)
15.99$ (20%)
2.4$ (70%)
4.16$ (72%)
0.9$ (92%)
3.12$ (61%)
2.25$ (89%)
0.45$ (85%)
1.0$ (80%)
MacGamestore

[ 1968 ]

1.19$ (88%)
6.37$ (79%)
17.49$ (13%)
1.09$ (84%)
38.99$ (13%)
2.98$ (85%)
1.99$ (85%)
1.19$ (76%)
29.99$ (40%)
1.42$ (93%)
6.24$ (75%)
2.99$ (80%)
1.10$ (84%)
1.19$ (91%)
29.99$ (40%)
14.99$ (57%)
1.49$ (94%)
1.19$ (76%)
4.24$ (79%)
1.69$ (72%)
18.49$ (8%)
1.29$ (91%)
52.99$ (12%)
5.99$ (90%)
1.28$ (87%)
0.99$ (75%)
0.99$ (86%)
1.99$ (80%)
6.49$ (78%)
4.49$ (70%)

FANATICAL BUNDLES

Time left:

356308 days, 2 hours, 24 minutes


Time left:

8 days, 9 hours, 24 minutes


Time left:

9 days, 9 hours, 24 minutes


Time left:

8 days, 9 hours, 24 minutes


Time left:

9 days, 9 hours, 24 minutes


Time left:

15 days, 9 hours, 24 minutes


Time left:

6 days, 9 hours, 24 minutes


Time left:

8 days, 9 hours, 24 minutes


Time left:

1 days, 9 hours, 24 minutes


Time left:

7 days, 9 hours, 24 minutes


Time left:

356308 days, 2 hours, 24 minutes


Time left:

15 days, 9 hours, 24 minutes


Time left:

21 days, 9 hours, 24 minutes


Time left:

43 days, 9 hours, 24 minutes


Time left:

26 days, 9 hours, 24 minutes


Time left:

29 days, 9 hours, 24 minutes


HUMBLE BUNDLES

Time left:

1 days, 3 hours, 24 minutes


Time left:

3 days, 3 hours, 24 minutes


Time left:

9 days, 3 hours, 24 minutes


Time left:

13 days, 3 hours, 24 minutes


Time left:

15 days, 3 hours, 24 minutes


Time left:

17 days, 3 hours, 24 minutes

by buying games/dlcs from affiliate links you are supporting tuxDB
🔴 LIVE