Advice on VideoReader including missing codec
10 ビュー (過去 30 日間)
古いコメントを表示
I have some mpeg videos that I would like to scroll through, and export/crop individual frames for inclusion in a report. I do not have any image processing toolboxes.
- Is VideoReader the right tool, or overkill? I just need illustrative pictures at known times of interest. However, I must do this for many videos.
- VideoReader returns the following error to readerobj = VideoReader('2_1017.mpg'): The file requires the following codec(s) to be installed on your system: MPEG-2. Do I just install a codec pack like this one or is there more to it? Why do I need an additional codec if Windows Media Player can play this file on my Windows 7 machine?
0 件のコメント
採用された回答
Walter Roberson
2012 年 9 月 26 日
VideoReader() is probably the right tool.
You might have to install codecs if you are running MATLAB in 32 bit mode when your existing codecs are 64 bit, or vice versas.
4 件のコメント
その他の回答 (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!