You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New
Added and reworked video preview settings.
Moved video settings into a dedicated section.
Added support for video preview formats.
Preview loading now uses a remote image-generation server.
If a requested preview has already been generated, it is returned immediately, improving load speed and reducing device-side work.
If the preview does not exist yet, the request is queued for server-side processing. In this case, the first user may experience slower preview display.
Once generated, the result is reused, so the long-term effect is faster and more stable preview loading for all users.