mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[PR #1194] [MERGED] Add minimal AV1 support for MP4 container #1326
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#1326
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/1194
Author: @tats-u
Created: 4/30/2023
Status: ✅ Merged
Merged: 6/25/2023
Merged by: @NickeManarin
Base:
dev← Head:mp4av1📝 Commits (1)
caa44d2Add minimal AV1 support for MP4 container📊 Changes
1 file changed (+33 additions, -1 deletions)
View changed files
📝
ScreenToGif/UserControls/ExportPanel.xaml.cs(+33 -1)📄 Description
#1193
Just added the following AV1 codecs to MP4 options.

The following examples are created by this program with my patch, and can be played using other than Safari and Edge without the AV1 video extension.
SVT-AV1
https://user-images.githubusercontent.com/12870451/235360577-d5514eef-3cfc-4247-ad5c-5f32e2f3a4c4.mp4
AOM
https://user-images.githubusercontent.com/12870451/235360901-41b42f07-66c0-4212-b7f8-b4564e3191b8.mp4
Rav1E
https://user-images.githubusercontent.com/12870451/235360908-0cef7a5f-3a73-4009-be67-304a88f9d448.mp4
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.