How to convert a GIF file to a AVI file?
22 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Anjan Goswami
am 26 Mai 2020
Kommentiert: shawn luo
am 14 Mär. 2024
I want to convert a GIF file to a video file (AVI or mp4). How can I do that using MATLAB?
4 Kommentare
Adam Danz
am 26 Mai 2020
An example of a loop is given in the documentation for the im2frame function.
Akzeptierte Antwort
Adam Danz
am 26 Mai 2020
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 Kommentare
shawn luo
am 14 Mär. 2024
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
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Convert Image Type finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!