mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #1235] [Bug] screentogif 2.38.1 blocks ffmpeg 6.0 update to in chocolatey #914
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#914
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 @superbonaci on GitHub (Sep 30, 2023).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1235
Originally assigned to: @NickeManarin on GitHub.
Describe the bug
I have ffmpeg installed in chocolatey, but can't update it from 5.1.2 to 6.0 due to screentogif:
It looks like tried to install ffmpeg 6.0 but doesn't actually do it.
@NickeManarin commented on GitHub (Sep 30, 2023):
Yes, ScreenToGif doesn't support v6 of FFmpeg yet.
I'm updating the app now to add support for it.
@superbonaci commented on GitHub (Oct 1, 2023):
Why ffmpeg 6.0.0 and not 6.x?
@NickeManarin commented on GitHub (Oct 8, 2023):
Constrain removed from the package.
@superbonaci commented on GitHub (Oct 8, 2023):
Thanks!