You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
I'm trying to record a high res 360 video. Is there a way to increase the max resolution? I noticed that the limit is currently 4096x4096. If you specify a higher resolution I get the following error message:
"Max video encoding resolution on NVIDIA is 4096 x 4096"
Thanks and best regards,
David
The text was updated successfully, but these errors were encountered:
We're relying on nVidia library called NVENC for video encoding on nVidia GPUs, but unfortunately it doesn't allow to have higher resolution than 4096 x 4096 on h264. You can find more in following link. https://developer.nvidia.com/nvidia-video-codec-sdk
We probably can consider supporting h265 which is supporting up to 8192 x 8192 next year.
On Nov 5, 2018, at 5:10 AM, vonengel3d ***@***.***> wrote:
Thanks for the info. Would be great if you would consider supporting h265 in the future.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Hi everybody,
I'm trying to record a high res 360 video. Is there a way to increase the max resolution? I noticed that the limit is currently 4096x4096. If you specify a higher resolution I get the following error message:
"Max video encoding resolution on NVIDIA is 4096 x 4096"
Thanks and best regards,
David
The text was updated successfully, but these errors were encountered: