-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
Add screen recorder as a tool (Not for game footage) #1299
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adds menu structure Working functions: - Start/stop - Delete all - Reset ffmpeg - Sticky integration Todo: - Compile a smaller ffmpeg (less functions included) - Indicator functions - Countdown functions - Global hotkey
Add hotkey toggler and logic to keymon (Menu+A) (disabled by default) Add logic for countdown and indicator (disabled by default) Add indicator resource Add fresh compile of ffmpeg with everything stripped apart from whats needed for this feature (but does contain NEON) Add libx264 for ffmpeg Don't add as tool but add to tools menu Move define to settings.h Update shell script for controlling screen recorder with better structure Change cmdline of ffmpeg to a faster encode (still CPU bound) TODO: maybe integrate indicator into source instead of using imgpop (but still use imgpop for mainUI) to stop the flickering in UI's of the indicator dot
- Menu + A key now starts but must be held for 2 seconds - RGB Changing now just pulses white(r) 3 times to signify started, - Ending now pulses 3 times to signify stopped.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 11, 2023
## Needs to be merged after Mainui sig handling #1193 as it uses -2, and #1299 unless rebased after this merges (as the NUM_TOOLS needs to be updated) - Tested on MM+ FW 0628, MM 1027, MM 0611 - Tested with Sandisk Ultra cards ## Adds a tool to sort the Apps list A-Z or Z-A based on their config.json LABEL. - Will add 2 tools to the Tweaks -> Tools menu
…/Onion into feat-add-screen-recorder
schmurtzm
approved these changes
Dec 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Target 4.3 [#1165]
Adds screen record ability for demoing apps/content/features/bugs
Not really suitable for games in current build as it's CPU encoding. There is a mi_venc module that I'm currently unable to work out.
VIDEO LINK