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

Closed
opened 2026-03-01 19:06:14 +03:00 by kerem · 0 comments
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-03-01 19:06:14 +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#3047
No description provided.