Why does VideoReader not load a video, inspite of GStreamer availability?
1 回表示 (過去 30 日間)
古いコメントを表示
>> VideoReader.getFileFormats()
Video File Formats:
.avi - AVI File
.mj2 - Motion JPEG2000
.ogg - OGG File
.ogv - OGG Video
>> file_name = 'trial.avi';
>> myfile = VideoReader(file_name);
Error using VideoReader/init (line 611)
Failed to initialize internal resources.
Error in VideoReader (line 176)
obj.init(fileName);
I get the above Error when trying to read a video file. Tried .avi, .mp4 and .MOV.
OS - Debian Stretch 9 Matlab version - 2018b Gstreamer - 1.0 (latest)
0 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!