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

Kdenlive - Mp4 to Gif, Best Quality?

Tags: None
(comma "," separated)
ibrahimak
Registered Member
Posts
1
Karma
0
Hi;
I'm using Kdenlive to convert Mp4 to Gif. But quality is not very good. My test video is 16 seconds. It's 720x1280 and it's 2.4 MB. When I converted this Mp4 video to Gif, the gif file is 30.3 MB and it's not very good quality.
with Kdenlive: (Not very good quality and huge size: 30.3 MB)
https://www.dropbox.com/s/p3bhgz4ayqsmw ... e.gif?dl=0
with FFMPEG (ffmpeg -i video.mp4 output.gif): (Not very good quality)
https://www.dropbox.com/s/wac98wwfso4en ... g.gif?dl=0

But this command is working very good quality and size of the Gif file is 9.6 MB :
Code: Select all
mkdir frames
ffmpeg -i video.mp4 -vf scale=720:-1:flags=lanczos,fps=10 frames/ffout%03d.png

Code: Select all
gm convert -loop 0 frames/ffout*.png output.gif

The Result:
https://www.dropbox.com/s/a3jq175ethtmw ... t.gif?dl=0

How can I convert mp4 to gif with Kdenlive as best quality and best small size? Thanks.


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], lockheed, Sogou [Bot]