NickeManarin / ScreenToGif

🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.
http://www.screentogif.com
Microsoft Public License
23.06k stars 2.15k forks source link

Add minimal AV1 support for MP4 container #1194

Closed tats-u closed 1 year ago

tats-u commented 1 year ago

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

tats-u commented 1 year ago

@NickeManarin When do you review my change?

NickeManarin commented 1 year ago

Sorry, I didn't remember about your PR. Thanks!

tats-u commented 1 year ago

@NickeManarin Thank you for the merging.

tats-u commented 6 months ago

@NickeManarin This has not been reflected in the latest release... I know you have merged the dev branch several times, but did you choose commits to be merged?