How to Open 8k videos in matlab
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Piyush
el 23 de Mzo. de 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 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!