mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[PR #1342] [MERGED] Add minimal AVIF support #1352
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#1352
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?
📋 Pull Request Information
Original PR: https://github.com/NickeManarin/ScreenToGif/pull/1342
Author: @tats-u
Created: 9/23/2024
Status: ✅ Merged
Merged: 12/14/2024
Merged by: @NickeManarin
Base:
feature/1171-avif-support← Head:avif📝 Commits (1)
dc04a06Add minimal AVIF support📊 Changes
12 files changed (+514 additions, -45 deletions)
View changed files
📝
ScreenToGif.Model/Enums/EncoderTypes.cs(+1 -1)📝
ScreenToGif.Model/Enums/ExportFormats.cs(+4 -0)➕
ScreenToGif.ViewModel/ExportPresets/AnimatedImage/Avif/AvifPreset.cs(+14 -0)➕
ScreenToGif.ViewModel/ExportPresets/AnimatedImage/Avif/FfmpegAvifPreset.cs(+103 -0)📝
ScreenToGif/Resources/Localization/StringResources.cs.xaml(+2 -0)📝
ScreenToGif/Resources/Localization/StringResources.en.xaml(+1 -0)📝
ScreenToGif/Resources/Vectors.xaml(+13 -1)📝
ScreenToGif/UserControls/ExportPanel.xaml(+199 -23)📝
ScreenToGif/UserControls/ExportPanel.xaml.cs(+105 -15)📝
ScreenToGif/Util/EncodingManager.cs(+57 -1)📝
ScreenToGif/Windows/Editor.xaml.cs(+5 -4)📝
ScreenToGif/Windows/Other/Preset.xaml.cs(+10 -0)📄 Description
Closes #1171
Closes #1131
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.