Borrar filtros
Borrar filtros

How to Open 8k videos in matlab

2 visualizaciones (últimos 30 días)
Alvaro Cruz-Cabrera
Alvaro Cruz-Cabrera el 22 de Mzo. de 2023
Respondida: Piyush el 23 de Mzo. de 2023
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

Respuestas (1)

Piyush
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.

Etiquetas

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by