How to Open 8k videos in matlab
조회 수: 5 (최근 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
댓글 수: 0
답변 (1개)
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.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!