[GH-ISSUE #547] Support default AV1 output option #450

Closed
opened 2026-02-26 09:31:27 +03:00 by kerem · 2 comments
Owner

Originally created by @saschanaz on GitHub (Nov 7, 2019).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/547

This should work:

-c:v libaom-av1 -pix_fmt yuv420p -vf "pad=width={W}:height={H}:x=0:y=0:color=black"
Originally created by @saschanaz on GitHub (Nov 7, 2019). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/547 This should work: ``` -c:v libaom-av1 -pix_fmt yuv420p -vf "pad=width={W}:height={H}:x=0:y=0:color=black" ```
kerem 2026-02-26 09:31:27 +03:00
Author
Owner

@NickeManarin commented on GitHub (Nov 7, 2019):

When using those parameters, the encoding will fail. FFmpeg told me that the codec is experimental and in order to use it, you have to put -strict -2.

<!-- gh-comment-id:551143603 --> @NickeManarin commented on GitHub (Nov 7, 2019): When using those parameters, the encoding will fail. FFmpeg told me that the codec is experimental and in order to use it, you have to put `-strict -2`.
Author
Owner

@saschanaz commented on GitHub (Nov 8, 2019):

Oh, true! We probably should mark it as experimental or just defer this.

<!-- gh-comment-id:552027048 --> @saschanaz commented on GitHub (Nov 8, 2019): Oh, true! We probably should mark it as experimental or just defer this.
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#450
No description provided.