Page 1 of 1
Can't convert a MNG to Animated GIF
Posted: Thu Aug 04, 2005 8:29 am
by simpleuser
I would like to convert a MNG to its GIF equivalent (patent sucks, but most browser don't support MNG out of the box).
Code: Select all
nconvert -colours 256 -out gif test.mng
only gives me a one-frame gif with the first frame of the mng
If I split the MNG to PNG :
Code: Select all
nconvert -colours 256 -n 0 449 1 -out gif -o test.gif ########.png
converts every frame to test.gif, overwriting each other. so at the end, test.gif is the last PNG frame.
Thanks in advance.
Re: Can't convert a MNG to Animated GIF
Posted: Thu Aug 04, 2005 8:32 am
by xnview
simpleuser wrote:I would like to convert a MNG to its GIF equivalent (patent sucks, but most browser don't support MNG out of the box).
Code: Select all
nconvert -colours 256 -out gif test.mng
only gives me a one-frame gif with the first frame of the mng
If I split the MNG to PNG :
Code: Select all
nconvert -colours 256 -n 0 449 1 -out gif -o test.gif ########.png
converts every frame to test.gif, overwriting each other. so at the end, test.gif is the last PNG frame.
Thanks in advance.
Currently it's not possible to convert into Animated gif
mng to animated gif
Posted: Mon Nov 17, 2008 8:22 pm
by okara
mng to animated gif?
easy:
try GIMP ( freeware)
download in
http://www.gimp.org/
(download GTK, GIMP and GAP)
install:
1- GTK
2-GIMP
3-GAP ( gimp animation package)
enjoy!
Re: Can't convert a MNG to Animated GIF
Posted: Fri Nov 28, 2008 11:16 am
by DOS386
simpleuser wrote:would like to convert a MNG to its GIF equivalent
xnview wrote:Currently it's not possible to convert into Animated gif
This has been already pointed 1'000'000'000 times and summarized here:
http://newsgroup.xnview.com/viewtopic.php?t=15836
No AGIF or APNG creation in NCONVERT (nor XNVIEW)
simpleuser wrote:converts every frame to test.gif, overwriting each other. so at the end, test.gif is the last PNG frame.
Bad, but already pointed here:
http://newsgroup.xnview.com/viewtopic.php?t=15834
Nevertheless, you
can get
all frames, see
http://newsgroup.xnview.com/viewtopic.php?t=15836 .
Posted: Fri Nov 28, 2008 1:16 pm
by tireless
Posted: Sat Nov 29, 2008 11:07 am
by DOS386