mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #1079] [Feature Request] Custom name FFmpeg.dll #812
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#812
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 @wvxwxvw on GitHub (Feb 12, 2022).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1079
Originally assigned to: @NickeManarin on GitHub.
When specifying a file FFmpeg.dll overview ScreenToGif only sees files with the name - FFmpeg.dll . This is not right. I don't need to download FFmpeg for every program that needs it, I have it lying quietly on the disk under the name FFmpeg64.dll and it is with this name that it works in several programs. The ScreenToGif overview should see all the dll's, not just those with a specific name. A trifle, of course, but it is desirable to fix it.
@NickeManarin commented on GitHub (Apr 16, 2022):
ScreenToGif uses an ffmpeg executable, not a dll.
And you should be able to select a custom file, with a different name with no problem.
@wvxwxvw commented on GitHub (Apr 21, 2022):
Exactly. And I tried to slip a dll and thought that it didn’t work because of the name. I'm sorry.