Convert MOV to AVI file

24 次查看(过去 30 天)
Chuan Zhang
Chuan Zhang 2020-5-30
Hello,
I am working on some videos and need to convert MOV video files to AVI. Since matlab discontinued movie2avi command in 2016, I wonder what are my options here?
Thanks.

回答(1 个)

Star Strider
Star Strider 2020-5-30
The only option appears to be VideoWriter. Several Answers I looked through appear to indicate that it can do what you describe.
  2 个评论
Walter Roberson
Walter Roberson 2020-5-30
That is, create a VIdeoReader object from the MOV, and while hasFrame(), readFrame() and write the frame to the avi VideoWriter object you created.
Star Strider
Star Strider 2020-5-30
Walter — Thank you!

请先登录,再进行评论。

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by