How to convert a GIF file to a AVI file?

조회 수: 19 (최근 30일)
Anjan Goswami
Anjan Goswami 2020년 5월 26일
댓글: shawn luo 2024년 3월 14일 11:02
I want to convert a GIF file to a video file (AVI or mp4). How can I do that using MATLAB?
  댓글 수: 4
Adam Danz
Adam Danz 2020년 5월 26일
An example of a loop is given in the documentation for the im2frame function.
Anjan Goswami
Anjan Goswami 2020년 5월 26일
편집: Anjan Goswami 2020년 5월 26일
Sorry sir, I have gone through the example loop but it is not convincing for my case. The number of images was already mentioned as Eight in the example. However, how can I know the number of images of my gif animation. Also, are you recommending to use im2frame to convert the images of the gif animation to movie frames and then calling all frames to write a video? Sorry for my ignorance.

댓글을 달려면 로그인하십시오.

채택된 답변

Adam Danz
Adam Danz 2020년 5월 26일
I've written a function that converts GIF --> AVI based on Walter's 2018 answer.
gif2avi(file) will convert the gif file to avi and will save it to your current directory. See the documentation for that function for additional inputs.
Let me know if you have an problems.
  댓글 수: 5
Anjan Goswami
Anjan Goswami 2020년 5월 26일
Thank you, sir.
shawn luo
shawn luo 2024년 3월 14일 11:02
but usually the size of my converted avi files (from gif ) are much bigger than that of the original gif file, like 400MB compared to 2MB, is this normal ? I use the 2.0.0 version

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by