mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #492] Video export FFmpeg options extras should saved #409
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#409
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 @awrog on GitHub (Jun 24, 2019).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/492
The default video export tot FFmpeg uses:
-c:v libx264 -pix_fmt yuv420p -vf "pad=width={W}:height={H}:x=0:y=0:color=black"I would like to change that to get a better result.
My changes are not saved in Settings.xaml
Is it possible to save what I enter?
@NickeManarin commented on GitHub (Jun 26, 2019):
The app should be saving when getting closed.
Unless there's a problem and it's failing to do so. Do you mind taking a look at the Logs folder to see if there's any exception when reaching the UserSettings part of the code?
@NickeManarin commented on GitHub (Sep 24, 2019):
The current release of ScreenToGif has a new profile system, you can save different profiles for each file type.