VideoReader Error: "The byte stream type of the given URL is unsupported"
7 次查看(过去 30 天)
显示 更早的评论
I am trying to query the NumFrames property of an mp4 file but am met with the error:
mp4 = VideoReader('2G.mp4')
"Error using VideoReader/initReader (line 734)
Could not read file due to an unexpected error. Reason: Error Creating Source Reader Reason: The byte stream type of
the given URL is unsupported.
Error in audiovideo.internal.IVideoReader (line 136)
initReader(obj, fileName, currentTime);
Error in VideoReader (line 104)
obj@audiovideo.internal.IVideoReader(varargin{:});"
Let me know if there is any further info that I can provide. Thank you for any help.
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!