GIF images are very useful when you have to show few steps in a tutorial on a web page (few seconds). It would be very useful if kdenlive allows to render the video as an animated gif Reproducible: Always
Git commit 585c38b49c17ac9989cc27da833d9ca0c85033c1 by Jean-Baptiste Mardelle. Committed on 06/06/2016 at 21:08. Pushed by mardelle into branch 'master'. Add GIF to default image sequence render profiles M +26 -9 src/dialogs/renderwidget.cpp M +2 -0 src/dialogs/renderwidget.h http://commits.kde.org/kdenlive/585c38b49c17ac9989cc27da833d9ca0c85033c1
If you are using a not too old FFmpeg version, you can easily render to gif by adding the following render profile: file extension: gif parameters: progressive=1 f=gif vcodec=gif an=1 g=1 bf=0 I just added it to git master. However in my tests, webm gave much better/smaller results and works quite well
Often, you may not upload webm content, but uploading animated gifs is allowed. Oh well.
Git commit 4671d97590ee607c1da395542957068497a94993 by Vincent Pinon, on behalf of Jean-Baptiste Mardelle. Committed on 07/06/2016 at 21:35. Pushed by vpinon into branch 'Applications/16.04'. Add GIF to default image sequence render profiles M +26 -9 src/dialogs/renderwidget.cpp M +2 -0 src/dialogs/renderwidget.h http://commits.kde.org/kdenlive/4671d97590ee607c1da395542957068497a94993
xdmx, can you please check and confirm that this bug has been fixed? If yes, I would like to ask you to be so kind as close this bug report as RESOLVED FIXED. Thank you very much!
Just tried and it seems working, thank you!
Created attachment 101661 [details] Low gif quality Just following up on this, today I've tried to render a gif from a few seconds screencast and unfortunately the gif quality was pretty bad :( I then tried with this (https://superuser.com/questions/556029/how-do-i-convert-a-video-to-gif-using-ffmpeg-with-reasonable-quality#556031) approach and the result was much better. I don't know if it's possible to integrate it in a render profile, since it has two steps Attached the difference to compare (left: kdenlive, right: ffmpeg)