Error: Unable to determine the codec required of .avi files
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Audio and Video Data dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!