[GH-ISSUE #492] Video export FFmpeg options extras should saved #409

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

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?

Screenshot - 6_24_2019 , 10_43_15

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? ![Screenshot - 6_24_2019 , 10_43_15](https://user-images.githubusercontent.com/12153667/60004460-f5717a80-966c-11e9-86a4-85c401f804c3.png)
kerem closed this issue 2026-02-26 09:31:20 +03:00
Author
Owner

@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?

<!-- gh-comment-id:505877990 --> @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?
Author
Owner

@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.

<!-- gh-comment-id:534345085 --> @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.
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#409
No description provided.