На вопрос нет ответа. На сколько-то - быстрее...  Наверное, в разы.
Однако, скорость кодирования x264 в разных режимах отличается наверное на порядок. NVENC может кодировать несколько сотен к/с в 1080p. Как при этом соотносится качество с пресетами x264 - это ещё более отдельный вопрос.

Наверное надо узнать сколько к/с даст SVP без кодирования, и это и будет той цифрой в которую упрется скорость перекодирования через NVENC.

Да, и Википедия учит нас что блоки NVENC в 1050 и 1650-не-super одинаковые.

You can update now to the latest version.
Not many changes here but it won't at least show "zero" frame rates and throw errors with HW encoders.

It's a rather unique video cause it jumps between 24 and 30 fps every few seconds for no visible reason.

> If I let it run it comes out looking sub-480 levels of low quality.

Yeah, this is because you're encoding with a hardware encoder (NVENC?) and it requires to specify the exact frame rate (which is completely unknown in this case) to know how to distribute the bit rate over the frames.
So, well, software encoders must work just fine.

> it's set to convert to 120FPS

In this case it only works in frame doubling mode, see the log:
> 12:02:13.986 [W]: Transcoder: playing at double rate, source frame rate unknown

sample file or at least full MediaInfo log?

one particular file?

2,131

(2 replies, posted in Using SVP)

Here's the comprehensive guide to troubleshoot any error on Linux:
1. rtfm
2. check logs
3. goto 1

press the green button to finish transcoding

2,133

(3 replies, posted in Using SVP)

In fact, it seems like SVP works correctly with save-position-on-quit=yes since ... I dunno, some time.
Or you do have any specific problem with it?

2,134

(8 replies, posted in Using SVP)

https://www.svp-team.com/wiki/FAQ#Video … Hz_monitor

it must be

AVS.push('ConditionalFilter(last, last.DeleteFrame(), last, "YDifferenceToNext()", "==", "0")');

(watch the quotes and brackets)

Anyway "last.DeleteFrame()" is incorrect cause DeleteFrame must take the exact frame(s) number(s) to delete. It won't work as "delete current frame".

probably a video post-processing turned on in the driver
just a guess...

2,137

(4 replies, posted in Using SVP)

choose NVENC as an encoder?

ffdshow video decoder doesn't support HEVC
unfortunately they're no other ways to use SVP in DeoVR/Whirligig/SimpleVR (they all share the same video playback engine)

https://www.svp-team.com/wiki/FAQ#I.27v … fps_videos

2,140

(3 replies, posted in Using SVP)

Hyperion seems to support Philips Hue: https://hyperion-project.org/wiki/PhilipsHue-Device
But it may not be really useful for video playback cause

The performance of the Philips Hue system is limited. The bridge can handle up to 10-30 requests / second.

2,141

(2 replies, posted in Using SVP)

run the updater manually

Ну там написано что она управляется через Ambibox, значит будет.

2,143

(3 replies, posted in Using SVP)

This is actually interesting cause I never noticed it before hmm seems like "MPC Video Decoder" doesn't support "copy-back" mode.
But nothing can stop us from using LAV Video Decoder instead - adding it to the "external filters" list with the "preferred" flag set is enough.

2,144

(455 replies, posted in Using SVP)

lukesamuel
> but shows an error which would seem to confirm it is using beignet

this is not an error but a warning

> Is it a bug in the system performance testing process?

probably yes...

you can't do it in the current version

2,146

(35 replies, posted in Эксплуатация SVP)

по-моему, никак не связаны "этапы прикручивания"
в обычном VLC как работало хреново на d3d11, так и работает хреново
т.к. на d3d9 работает хорошо, делаем вывод что проблема в самом VLC

2,147

(35 replies, posted in Эксплуатация SVP)

вот бы кто узнал smile

James D

so what? is it the video that "doesn't work from the address bar but only from the Share button"? hmm

it always uses an existing mpv to load next video now

2,150

(455 replies, posted in Using SVP)

It's not using "Mesa Intel GPU" but the "Intel Gen OCL Driver".
I'd start with removing the mesa platform completely leaving beignet only.