mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #229] How to scale during export as video using FFmpeg? #1560
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#1560
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 @slava-uxd on GitHub (Jan 4, 2018).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/229
It seems like you have created a possibility to pass parameters to FFmpeg while exporting as video. But I cant set them up properly to add
scale.We start out with:
I've tried to add
scale=560:356in random places, but none these attempts didn't work.You have no UI for this or docs on your website, and to get the docs on FFmpeg.org look like I need PhD in video editing. So could you help?
Thanks in advance.
@slava-uxd commented on GitHub (Jan 4, 2018):
Found it.
@NickeManarin commented on GitHub (Jan 4, 2018):
Awesome. Yeah, understanding FFmpeg docs is nearly impossible. 😁
@imeltemi commented on GitHub (Dec 25, 2019):
-c:v h264_nvenc -pixel_format yuv420p -preset defaulthave a try,its faster!