mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #467] gifski integration #388
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#388
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 @musm on GitHub (Mar 18, 2019).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/467
I installed gifski via
cargo install gifskihowever it does not build the shared library.How can I get gifski to work with screentogif ?
The gifski binaries that are downloadable also do not include the shared libraries.
@GrennKren commented on GitHub (Mar 24, 2019):
you can just use download gifski libraries option inside Screentogif
@NickeManarin commented on GitHub (Mar 24, 2019):
ScreenToGif uses the DLL of Gifski instead of the executable. So, in order to use you need to download the DLL via the download button inside Options > Extras.
@musm commented on GitHub (Mar 25, 2019):
Fair enough, why not just include the dll's by default?