mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #1345] [Feature Request] Support h264_mf and hevc_mf (H.264/H.265/HEVC via MediaFoundation) codecs in FFmpeg #3528
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#3528
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 @tats-u on GitHub (Sep 30, 2024).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1345
Originally assigned to: @NickeManarin on GitHub.
Is your feature request related to a problem? Please describe.
x264,x265,_qsv,_amf, and_nvenchave no guarantee that they are exempt from the obligation to pay patent fees.Describe the solution you'd like
h264_mfandhevc_mfcodecs use the MediaFoundation API in WIndows, which it is highly expected that Microsoft has already paid the patent fee for.Describe alternatives you've considered
Stick to AV1, which is royalty free.
Additional context
They have less options than
x264,x265,_qsvand etc.