How to Open 8k videos in matlab
5 views (last 30 days)
Show older comments
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
0 Comments
Answers (1)
Piyush
on 23 Mar 2023
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.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!