facebookarchive / 360-Capture-SDK

A developer focused sample SDK that allows game and virtual Reality devs to be able to easily and quickly integrate 360 photo/video capture capability into their game apps.
https://github.com/facebook/360-Capture-SDK
Other
252 stars 75 forks source link

Max 360 video resolution #55

Open vonengel3d opened 5 years ago

vonengel3d commented 5 years ago

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

grancia commented 5 years ago

Hi there!

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.

vonengel3d commented 5 years ago

Thanks for the info. Would be great if you would consider supporting h265 in the future.

squishhhy commented 5 years ago

You could try capture panorama

Sent from my iPhone

On Nov 5, 2018, at 5:10 AM, vonengel3d notifications@github.com 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.

vonengel3d commented 5 years ago

Thanks @squishhhy. I think I checked it some time back and had some issues on various platforms. Maybe I should check it again.