e00E / obs-amf

GNU General Public License v2.0
88 stars 13 forks source link

Constant Bit Rate Option Error #17

Open Karagra opened 2 years ago

Karagra commented 2 years ago

5800x, 6800xt, using GPU to encode. and on driver 22.3.1

When trying to stream to twitch using CBR it doesnt allow me to stream, every other Rate Control Method works. here is the error report log: https://pastebin.com/xTd9mxbh

Below is a image of the error popping up. image

saltfish13 commented 2 years ago

same with RX6600XT settings as below image

saltfish13 commented 2 years ago

2022-05-21 13-03-11.txt error logs

e00E commented 2 years ago

2022-05-21 13-03-11.txt error logs

This log doesn't seem to be using this plugin because I see no line starting with amftest:.

saltfish13 commented 2 years ago

Seems I uploaded a wrong log,But I mannaged to fix it by using a higher bitrate. But for some reason by setting the targeted bitrate to well above 10000000 I only get around 7000kbps in the final recording,Is there any conversion between the values?I'm not familiar with how AVC works tho.

saltfish13 commented 2 years ago

I'm using a RDNA2 GPU(RX6650XT),the bultin AMF just won't cut it.

e00E commented 2 years ago

This setting is in bits, not kilobits. (Which maybe should be more clear.) This is also the mistake @Karagra made according to the log:

amftest: Error: Plugin::Plugin: SetProperty TargetBitrate 6000

I only get around 7000kbps in the final recording

I'm not sure. This plugin passes your settings through to the AMF library without modifications.

saltfish13 commented 2 years ago

Oh I see ,I just assmue that it was kbs, besides that this plugin works fine for me,nice work!