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

FEAT: add video recorder in Onion #1165

Closed
schmurtzm opened this issue Sep 25, 2023 · 1 comment
Closed

FEAT: add video recorder in Onion #1165

schmurtzm opened this issue Sep 25, 2023 · 1 comment
Assignees
Labels
feature request New feature asked
Milestone

Comments

@schmurtzm
Copy link
Member

schmurtzm commented Sep 25, 2023

https://github.com/XK9274/screencap-toolkit-miyoo

@schmurtzm
Copy link
Member Author

close to keep only #1299

github-merge-queue bot pushed a commit that referenced this issue Dec 14, 2023
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.

- Will add a screen recorder tool to the Tweaks -> Tools -> Screen
recorder control
- Submenu with the following options:
- Toggle indicator icon - Flashes/shows an icon (depending on which app
you're in) to remind you you're recording
- Toggle countdown pulse - Pulses the screen white 3 times as a count in
to starting recording (3 - 2 - 1 - go), also does the same when stopping
to signify it's stopped.
- Toggle hotkey - Enables or disables the hotkey to start/stop recording
(Hold MENU+A for 2 seconds)
- Reset screen recorder - Hardkills ffmpeg, removes all flags and stops
any recording
- Delete all recordings - Probably not needed, but it's a quick way to
delete all recordings in the directory
- Could benefit from overclocking
- Stripped/basic version of ffmpeg with "just enough" (but has neon
support) compiled in for this function. I can recompile with more as and
when required.

<table>
    <tr>
        <td>
<img
src="https://github.com/OnionUI/Onion/assets/47260768/57818b25-ed58-4ce2-bc3f-e170b3508ee3"
alt="MENU">
        </td>
        <td>
<img
src="https://github.com/OnionUI/Onion/assets/47260768/ecbad100-1b0d-4f23-b837-5e2cd8da3010"
alt="MENU">
        </td>
    </tr>
    <tr>
        <td colspan="2" align="center">
            <br>
<a
href="https://github.com/OnionUI/Onion/assets/47260768/af670b76-8abc-4eb8-a166-ad9d94d8b4a9">VIDEO
LINK</a>
        </td>
    </tr>
</table>

---------

Co-authored-by: XK9274 <XK9274@users.noreply.github.com>
Co-authored-by: Schmurtz <Schmurtz@gmail.com>
Co-authored-by: schmurtzm <schmurtzm@users.noreply.github.com>
belmix added a commit to belmix/OnionRV that referenced this issue Dec 15, 2023
Target 4.3 [OnionUI#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.

- Will add a screen recorder tool to the Tweaks -> Tools -> Screen
recorder control
- Submenu with the following options:
- Toggle indicator icon - Flashes/shows an icon (depending on which app
you're in) to remind you you're recording
- Toggle countdown pulse - Pulses the screen white 3 times as a count in
to starting recording (3 - 2 - 1 - go), also does the same when stopping
to signify it's stopped.
- Toggle hotkey - Enables or disables the hotkey to start/stop recording
(Hold MENU+A for 2 seconds)
- Reset screen recorder - Hardkills ffmpeg, removes all flags and stops
any recording
- Delete all recordings - Probably not needed, but it's a quick way to
delete all recordings in the directory
- Could benefit from overclocking
- Stripped/basic version of ffmpeg with "just enough" (but has neon
support) compiled in for this function. I can recompile with more as and
when required.

<table>
    <tr>
        <td>
<img
src="https://github.com/OnionUI/Onion/assets/47260768/57818b25-ed58-4ce2-bc3f-e170b3508ee3"
alt="MENU">
        </td>
        <td>
<img
src="https://github.com/OnionUI/Onion/assets/47260768/ecbad100-1b0d-4f23-b837-5e2cd8da3010"
alt="MENU">
        </td>
    </tr>
    <tr>
        <td colspan="2" align="center">
            <br>
<a
href="https://github.com/OnionUI/Onion/assets/47260768/af670b76-8abc-4eb8-a166-ad9d94d8b4a9">VIDEO
LINK</a>
        </td>
    </tr>
</table>

---------

Co-authored-by: XK9274 <XK9274@users.noreply.github.com>
Co-authored-by: Schmurtz <Schmurtz@gmail.com>
Co-authored-by: schmurtzm <schmurtzm@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature asked
Projects
Status: Done / Ready for release
Development

No branches or pull requests

2 participants