Hey vorob could you please list your system specs?Thx! That worked: https://youtu.be/7hDZv0UQ-y0
I managed to play with 20fps recording with no errors. But 25 fps overloads encoder. And advice?)
Hey vorob could you please list your system specs?Thx! That worked: https://youtu.be/7hDZv0UQ-y0
I managed to play with 20fps recording with no errors. But 25 fps overloads encoder. And advice?)
Hey vorob could you please list your system specs?
Acer Predator G9-593
Intel Core i7-6700HQ (2.6Ghz/3.5Ghz) (https://goo.gl/dehk14)
Nvidia GeForce GTX 1070 (8Gb GDDR5) (https://goo.gl/z2aEFL)
15.6inch 1920x1080 (G-Sync) (IPS)
16Gb DDR4-2400 / PC4-19200 (2x ACR24D4S7S8MB-8)
Windows 10 x64
h264, as I know, can't record anything higher then 4k.
So i think we are on the right path, we just need to add something more to preset=fast, to lower the load...
To get libx264rgb to work, requires Advanced settings, color format: RGB, but again, most likely the same encoder overloaded problem.ffmpeg - libx264rgb (libx264) - no video recordered
As @Boildown pointed out on the first page, H.264 does support 8K, but only when using Level 6+. It should automatically use those higher levels if you have a resolution that high. If it doesn't, you'd need to specify "level=6" for 8K@30fps, "level=61" for 8K@60fps, or "level=62" for 8K@120fps.
However, it seems that FFmpeg's h264_nvenc encoder doesn't support those levels, but the libx264 encoder does support them.
I don't have any 8K video lying around to make sure it actually supports the resolution though.
I converted an existing video to 8K using FFmpeg's scale filter. File seems valid and plays when I test locally, though it plays very slowly. MediaInfo reported it as 8192x4320 and level 6.2.Maybe can get some using the DSR feature of an Nvidia card? But on my 1080p monitor, DSR only goes up to 2x the resolution as I recall, not 4x (linearly), so I don't think I can test it.
Maybe future OBS-Studio or FFmpeg version might allow intel QuickSync for different encoders like HEVC and JPEG.
<snip>
Maybe future graphics card might have faster hardware encoder, NVENC, QuickSync, AMD VCE (Video Coding Engine).