Convert MOV to AVI file

26 visualizzazioni (ultimi 30 giorni)
Chuan Zhang
Chuan Zhang il 30 Mag 2020
Commentato: Star Strider il 30 Mag 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.

Risposte (1)

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

Accedi per commentare.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by