Convert MOV to AVI file

26 Ansichten (letzte 30 Tage)
Chuan Zhang
Chuan Zhang am 30 Mai 2020
Kommentiert: Star Strider am 30 Mai 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.

Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by