Error: Unable to determine the codec required of .avi files

3 visualizaciones (últimos 30 días)
Sameema Tariq
Sameema Tariq el 19 de Abr. de 2020
I am using MatLab R2017a. I have to run .avi files. When I use the command VideoFileReader, it shows error.
Error using dspmmfileinfo>tryVideoReader (line 305)
Unable to determine the codec required. The specified file is:
C:\Users\abc\Documents\MATLAB\ADCSF-master111\ADCSF-master\ADCSF-master\Te36.avi
Error in dspmmfileinfo>getFileInfo (line 164)
videoWidthInPixels,videoHeightInPixels,videoFormatName] = tryVideoReader(theFile);
Error in dspmmfileinfo (line 40)
cache.fileInfo(index) = {getFileInfo(filename)};
Error in vision.VideoFileReader/setFileInfoProps
Error in vision.VideoFileReader/set.Filename
Error in matlab.system.SystemProp/parseInputs
Error in matlab.system.SystemProp/setProperties
Error in vision.VideoFileReader
My .avi files are running using the VLC media player on windows 10. Kindly guide me how do I proceed.

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by