I am working in linux platform and want to read video of mpg or mp4 format .but my system support only one format .avi.why?
1 次查看(过去 30 天)
显示 更早的评论
am working in linux platform and want to read video of mpg or mp4 format .but my system support only one format .avi.why?
1 个评论
José-Luis
2014-8-21
Have you tried outside matlab? Linux can be particular about proprietary file formats.
回答(1 个)
Image Analyst
2014-8-20
Maybe you have an old version of MATLAB.
3 个评论
Image Analyst
2014-8-21
Does the VideoReader class not work for you? Try the attached demo.
Image Analyst
2014-8-21
编辑:Image Analyst
2014-8-21
See this link:
The information applies to any video (not just .avi files) that you can't play because you don't have the codec. Though maybe not directly for you since you have Linux instead of Windows but it's probably something similar.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!