mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #641] Bitrate options for webm #525
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#525
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Apr 22, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/641
@NickeManarin commented on GitHub (Apr 29, 2020):
For the bitrate, you should just add
-b:v 2Mafter the encoderlibvpx-vp9.As for the second pass, this needs to be implemented yet, because it is required a second call to FFmpeg passing a log file.
@NickeManarin commented on GitHub (May 7, 2020):
yuv420pwas added because it was the only format supported by some websites (Twitter for example). You can remove it, but it won't be able to upload in some websites.As for the second pass, you should just add
-pass 2to a command, and it will run the second pass:Also, click on the "Reset" icon to get the new default params, after the next update.
(v2.24)