[GH-ISSUE #1099] [Feature Request] Support default AV1 output option, take 2 #826

Closed
opened 2026-02-26 09:32:46 +03:00 by kerem · 1 comment
Owner

Originally created by @saschanaz on GitHub (Apr 14, 2022).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1099

Originally assigned to: @NickeManarin on GitHub.

Is your feature request related to a problem? Please describe.
It has been a few years since I opened #547. It seems it's now supported well.

Describe the solution you'd like

-vsync passthrough 
-hwaccel auto 
{I} 
-c:v librav1e 
-preset fast 
-pix_fmt yuv420p 
-vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" 
-crf 30 
-b:v 0 
-f webm 
{O}

Describe alternatives you've considered
libaom-av1 also exists but librav1e was over 2 times faster and generated smaller file with the above options.

Additional context

Originally created by @saschanaz on GitHub (Apr 14, 2022). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1099 Originally assigned to: @NickeManarin on GitHub. **Is your feature request related to a problem? Please describe.** It has been a few years since I opened #547. It seems it's now supported well. **Describe the solution you'd like** ``` -vsync passthrough -hwaccel auto {I} -c:v librav1e -preset fast -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" -crf 30 -b:v 0 -f webm {O} ``` **Describe alternatives you've considered** `libaom-av1` also exists but `librav1e` was over 2 times faster and generated smaller file with the above options. **Additional context**
kerem 2026-02-26 09:32:46 +03:00
Author
Owner

@NickeManarin commented on GitHub (Apr 15, 2022):

I'll add support for 3 new encoders (libaom (libaom-av1), SVT-AV1 (libsvtav1), and rav1e (librav1e)), but the correct version of ffmpeg.exe needs to be used.

I'll update the ffmpeg downloader to get version 4.4.1.

<!-- gh-comment-id:1100468745 --> @NickeManarin commented on GitHub (Apr 15, 2022): I'll add support for 3 new encoders (`libaom (libaom-av1), SVT-AV1 (libsvtav1), and rav1e (librav1e)`), but the correct version of `ffmpeg.exe` needs to be used. I'll update the ffmpeg downloader to get version 4.4.1.
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#826
No description provided.