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!