Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Files not converting to mp4, not muxed #14

Closed
glitchersgames opened this issue Jul 6, 2017 · 5 comments
Closed

Files not converting to mp4, not muxed #14

glitchersgames opened this issue Jul 6, 2017 · 5 comments

Comments

@glitchersgames
Copy link

I have had success recording video at 2048x1024 but increasing the resolution 7168x3584 causes a problem.

The files generated are the .wav and .h264 files with a size of 0 bytes. If I also stop the editor after stopping the recording it has an error about the render target being released is the camera's targetTexture.

I don't get any errors in the console, and have tried leaving the editor running after stopping the recording but the files remain.

@cg439
Copy link
Contributor

cg439 commented Jul 6, 2017

That resolution seems really high and may be related to the underlying encoding API used, what hardware are you using? Have you tried a different resolution like 4096x2048 or 3840x1920?

@grancia
Copy link
Contributor

grancia commented Jul 7, 2017

Please check nVidia or AMD video encoding SDK site.
For now maximum resolution is 4K with most of modern GPUs and H.264.
https://developer.nvidia.com/nvidia-video-codec-sdk

@glitchersgames
Copy link
Author

4096x2048 work for recording video.

I was trying to use it to record videos for YouTube as they recommend 7168 or higher - https://support.google.com/youtube/answer/6178631?hl=en

@cg439
Copy link
Contributor

cg439 commented Jul 13, 2017 via email

@cg439
Copy link
Contributor

cg439 commented Jul 20, 2017

Closing issue as related to encoding SDK, unlikely we'll change this in short term, but something to keep in mind as a feature request for higher resolutions

@cg439 cg439 closed this as completed Jul 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants