This forum has been archived. All content is frozen. Please use KDE Discuss instead.

animated gif in my movie but its not animated?

Tags: None
(comma "," separated)
Survival Bill
Registered Member
Posts
10
Karma
0
is their a way to put an animated gif into a movie so that it stays animated and not just static if so how please....
capslock
Registered Member
Posts
699
Karma
4
OS
You could extract the single frames from the gif (don't know which software to use) and import them as an image clip. Animated gifs are not supported in kdenlive.
User avatar
hvdwolf
Registered Member
Posts
60
Karma
1
OS
ffmpeg should be able to directly convert the animated gif with something like:
ffmpeg -r 10 -i animated.gif animated.avi

Or a better solution might be to use both ImageMagick (or GraphicsMagic) and ffmpeg like:
convert animated.gif animated%05d.jpg
ffmpeg -r 10 -i animated%05d.jpg -y -an animated.avi

the -r gives the framerate. You have to experiment with that.

you can then use the converted gif as a movie clip in your project
djay
Registered Member
Posts
63
Karma
0
Also you can use the Gimp's Gap plugins
http://registry.gimp.org/search/node/gap

And render as avi youre gif
Gimp ---> Menu / Video / Master Videoencoder
Survival Bill
Registered Member
Posts
10
Karma
0
Thanks I will try those options and see how they work out for me!


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], kde-naveen, Sogou [Bot], Yahoo [Bot]