Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make default settings for mediarecorder customizable #6438

Open
DNin01 opened this issue Jul 24, 2023 · 6 comments · May be fixed by #7173
Open

Make default settings for mediarecorder customizable #6438

DNin01 opened this issue Jul 24, 2023 · 6 comments · May be fixed by #7173
Assignees
Labels
scope: addon Related to one or multiple addons scope: user experience Related to the user experience (UX) aspect of the extension type: enhancement New feature for the project

Comments

@DNin01
Copy link
Member

DNin01 commented Jul 24, 2023

Why this would be helpful

Project video recorder currently has a non-customizable set of default settings, and it looks to me like you can't change them, meaning you have to set all of the settings to what you want every time you hit record.

My suggestion

It would be nice to be able to customize the defaults from the addon's settings. onion-skinning and paint-snap already do this.

Possible alternatives

No response

Additional context

No response

@DNin01 DNin01 added type: enhancement New feature for the project scope: addon Related to one or multiple addons scope: user experience Related to the user experience (UX) aspect of the extension labels Jul 24, 2023
@DNin01 DNin01 self-assigned this Jul 24, 2023
@WorldLanguages
Copy link
Member

It would be nice to be able to customize the defaults from the addon's settings.

Maybe we could remember the settings from the last time the user recorded? No need to add new addon settings IMO.

@DNin01
Copy link
Member Author

DNin01 commented Sep 2, 2023

It would be nice to be able to customize the defaults from the addon's settings.

Maybe we could remember the settings from the last time the user recorded? No need to add new addon settings IMO.

If we do that, should we save the settings in storage or not do that and only remember until the editor is closed or refreshed?

@WorldLanguages
Copy link
Member

In storage would work, I think.

@DNin01
Copy link
Member Author

DNin01 commented Sep 3, 2023

In storage would work, I think.

How often would the user reuse the same settings across recording sessions? The main reason I want it to remember my settings is because sometimes I discard a recording and try again.

@DNin01
Copy link
Member Author

DNin01 commented Sep 3, 2023

On the topic of adding addon settings, it's possible not all settings in the "Start Recording" settings modal really need to also be in addon settings. Maybe only some of them should be there.

@WorldLanguages
Copy link
Member

How often would the user reuse the same settings across recording sessions?

The last used settings are probably more useful than setting them to the default each time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: addon Related to one or multiple addons scope: user experience Related to the user experience (UX) aspect of the extension type: enhancement New feature for the project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants