mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #220] Implementing gifski? #1550
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1550
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marcsyp on GitHub (Dec 12, 2017).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/220
Originally assigned to: @NickeManarin on GitHub.
First, thanks for this great tool! I use it all the time to make quick work-in-progress GIFs to share with my team.
That said -- I'm struggling to find the best encoder for my purposes -- System is super fast, has good file sizes, and provides the best quality on my new Win 10 machine, but doesn't translate well to mobile at all (very slow playback, crashes, bad color rendition). "1.0" translates well to mobile (smooth playback, no additional artifacts) and offers far better quality than "2.0" but often results in pretty bad banding, and is significantly slower to encode.
I saw that there is a high-quality gif encoder out there that is available for integration in OS projects -- called gifski -- have you taken a look, any plans to integrate into Screen2Gif??? Would love a new option, and it looks like it uses some trickery to get beyond the 256 color limit (or at least appear to). I would go for a longer encode process if I could get very high quality across devices... thoughts?
Thanks,
Marc
@marcsyp commented on GitHub (Dec 12, 2017):
forgot to provide a link:
https://gif.ski
@NickeManarin commented on GitHub (Dec 12, 2017):
Hi, thanks for the kind words :)
I just implemented the option to use FFmpeg as a gif encoder, so it should be easy to add gifski.
One question, does it support variable framerate (such as FFmpeg)?
@vatterspun commented on GitHub (Dec 16, 2017):
I guess the main question is whether or not gifski generates files that are compatible with older players (part of the reason for the ongoing success of Animated GIF). In some testing I did like a year ago I know FFmpeg worked well.
For something that's essentially a GIF with support for more than 256 colors, you might want to look into APNG: https://github.com/NickeManarin/ScreenToGif/issues/129
@NickeManarin commented on GitHub (Dec 17, 2017):
Done, it will be available with v2.11.
Indeed, it works well enough, it even supports variable framerate. Gifski CLI does not.