How could I define an AVIfile?
古いコメントを表示
I'm trying to save webcam recording in AVI format but matlab couldn't define avi file please help. archiv=avifile('webcam.avi') Undefined function or variable 'avifile'
回答 (2 件)
Walter Roberson
2015 年 10 月 4 日
1 投票
avifile() was removed as of R2012a. Use videowriter() instead.
Jan
2015 年 10 月 4 日
0 投票
Did you ask an internet search enigne already?
カテゴリ
ヘルプ センター および 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!