Skip to content

Discord optimized option for exporting clips from the editor - #190

Open
bryan-ovalle2 wants to merge 1 commit into
eklonofficial:mainfrom
bryan-ovalle2:discord_ready_exports
Open

Discord optimized option for exporting clips from the editor#190
bryan-ovalle2 wants to merge 1 commit into
eklonofficial:mainfrom
bryan-ovalle2:discord_ready_exports

Conversation

@bryan-ovalle2

@bryan-ovalle2 bryan-ovalle2 commented Aug 31, 2026

Copy link
Copy Markdown

Something I really miss about Steelseries moments is it had the ability to optimize the export for us plebs using discord without Nitro. This adds an "Optimize for Discord" toggle on the export modal of the editor. Here are the highlights:

  • Added a toggle to the export modal sets the export file target size to 20MB. We compute the target video bitrate from the clips duration, floored at 150kbps.
  • Added a unit test for testing the actual size-fitting logic. It determines if discord_optimized=True swaps -crf out for -b:v/-maxrate.

Also tested it live by exporting a video and sending it to a discord channel, worked and looked great.

@jjito1

jjito1 commented Aug 31, 2026

Copy link
Copy Markdown

This is a really good feature to add!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants