How to Open 8k videos in matlab

2 次查看(过去 30 天)
Hello All,
I have an MP4 video that is 8192 by 8192 pixels. Is there a way to open it in matlab for postprocessing?
I am using VideoReader and I am getting this error:
Error using VideoReader/initReader
Failed to initialize internal resources.
Error in audiovideo.internal.IVideoReader (line 136)
initReader(obj, fileName, currentTime);
Error in VideoReader (line 104)
obj@audiovideo.internal.IVideoReader(varargin{:});
Any help will be welcome.
Thank you.
Alvaro

回答(1 个)

Piyush
Piyush 2023-3-23
There is a troubleshooting section mentioned here for “VideoReader” function
Also, you can check the supported video and audio file formats.
You can check a question much similar to this
If these does not work, then please share more details about the code. You can share screenshot of the code and error both.

产品


版本

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by