Convert MOV to AVI file

24 views (last 30 days)
Chuan Zhang
Chuan Zhang on 30 May 2020
Commented: Star Strider on 30 May 2020
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.

Answers (1)

Star Strider
Star Strider on 30 May 2020
The only option appears to be VideoWriter. Several Answers I looked through appear to indicate that it can do what you describe.
  2 Comments
Walter Roberson
Walter Roberson on 30 May 2020
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 on 30 May 2020
Walter — Thank you!

Sign in to comment.

Tags

Community Treasure Hunt

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

Start Hunting!