[PR #1194] [MERGED] Add minimal AV1 support for MP4 container #1326

Closed
opened 2026-02-26 09:34:26 +03:00 by kerem · 0 comments
Owner

📋 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: devHead: mp4av1


📝 Commits (1)

  • caa44d2 Add 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.
image

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.

## 📋 Pull Request Information **Original PR:** https://github.com/NickeManarin/ScreenToGif/pull/1194 **Author:** [@tats-u](https://github.com/tats-u) **Created:** 4/30/2023 **Status:** ✅ Merged **Merged:** 6/25/2023 **Merged by:** [@NickeManarin](https://github.com/NickeManarin) **Base:** `dev` ← **Head:** `mp4av1` --- ### 📝 Commits (1) - [`caa44d2`](https://github.com/NickeManarin/ScreenToGif/commit/caa44d2f3f8f6846d9f437fee547c26491e6f855) Add minimal AV1 support for MP4 container ### 📊 Changes **1 file changed** (+33 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `ScreenToGif/UserControls/ExportPanel.xaml.cs` (+33 -1) </details> ### 📄 Description #1193 Just added the following AV1 codecs to MP4 options. ![image](https://user-images.githubusercontent.com/12870451/235360690-53ed6a90-5d87-4ffd-b55a-474442cc0a01.png) 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. - https://caniuse.com/av1 - https://tests.caniuse.com/av1 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 09:34:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#1326
No description provided.