Vita MP4 Recorder: Difference between revisions
More actions
Created page with "{{Infobox Vita Homebrews |title=Vita MP4 Recorder |image=psvita2.png |description=Plugin to record MP4 clips for PSVITA/PSTV. |author=Rinnegatamante |lastupdated=2026/04/26 |type=Plugins |version=0.5 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/vitahomebrews/VitaMP4Recorder.7z |website=https://github.com/Rinnegatamante/Vita-MP4-Recorder |source=https://github.com/Rinnegatamante/Vita-MP4-Recorder |donation=https://www.patreon.com/Rinnegatamante }} {{#seo: |title=V..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 27: | Line 27: | ||
== Installation == | == Installation == | ||
Put <code>VitaMP4Recorder.suprx</code> in your <code>tai</code> folder. | |||
Add the plugin under a section for the game you want to use it for (e.g. <code>*GTAVCECTY</code>) in your <code>config.txt</code> file. Alternatively, you can place it under <code>*ALL</code> in a section where <code>main</code> is disabled. Note that some apps may crash with this due to resource requirements. | |||
If you want to use the plugin with homebrews, put <code>VitaMP4Recorder.skprx</code> in your <code>tai</code> folder. Add the plugin under the <code>KERNEL</code> section in your <code>config.txt</code> file. | |||
Below is an example <code>config.txt</code> with the plugin installed in the <code>*ALL</code> section: | Below is an example <code>config.txt</code> with the plugin installed in the <code>*ALL</code> section: | ||
<pre> | <pre> | ||
*KERNEL | *KERNEL | ||
| Line 64: | Line 58: | ||
== Controls == | == Controls == | ||
L+Select - Open the Config Menu | |||
L+Start - Start/Stop Recording (Shortcut) | |||
Triangle - Close Config Menu (when in Config Menu) | |||
== Output Videos == | == Output Videos == | ||
The output videos can be found in <code>ux0:video</code> and are automatically imported in the official Video app. | The output videos can be found in <code>ux0:video</code> and are automatically imported in the official Video app. | ||
== Known | == Known issues == | ||
* Audio recording is not always available and it tends to desync compared to video. | * Audio recording is not always available and it tends to desync compared to video. | ||
* Applications running at higher than 30 FPS will slow down to 30 FPS, and the final video will appear slowed down. | * Applications running at higher than 30 FPS will slow down to 30 FPS, and the final video will appear slowed down. | ||
| Line 91: | Line 80: | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Rinnegatamante/Vita-MP4-Recorder | ||
* VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/1389 | * VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/1389 | ||
Latest revision as of 04:16, 8 May 2026
| Vita MP4 Recorder | |
|---|---|
| General | |
| Author | Rinnegatamante |
| Type | Plugins |
| Version | 0.5 |
| License | GPL-3.0 |
| Last Updated | 2026/04/26 |
| Links | |
| Download | |
| Website | |
| Source | |
| Support Author | |
Vita MP4 Recorder is a taiHEN plugin that allows you to record MP4 video clips during your play sessions on the PS Vita.
Features
- Records clips of unlimited duration (given enough free storage is available).
- Records clips in MP4 containers with H.264 video codec and AAC audio codec.
- Performs hardware encoding in H.264 using the sceMp4Rec module.
Installation
Put VitaMP4Recorder.suprx in your tai folder.
Add the plugin under a section for the game you want to use it for (e.g. *GTAVCECTY) in your config.txt file. Alternatively, you can place it under *ALL in a section where main is disabled. Note that some apps may crash with this due to resource requirements.
If you want to use the plugin with homebrews, put VitaMP4Recorder.skprx in your tai folder. Add the plugin under the KERNEL section in your config.txt file.
Below is an example config.txt with the plugin installed in the *ALL section:
*KERNEL ux0:tai/PSVshell.skprx ux0:tai/AnalogsEnhancer.skprx ux0:tai/fd_fix.skprx ux0:tai/kubridge.skprx ux0:tai/VitaMP4Recorder.skprx #ux0:tai/gxmdbg.skprx ux0:tai/ioplus.skprx *ALL ux0:tai/WDNR.suprx *main ux0:tai/pngshot.suprx ur0:tai/henkaku.suprx *!main *ALL ux0:tai/VitaMP4Recorder.suprx *NPXS10015 ur0:tai/henkaku.suprx *NPXS10016 ur0:tai/henkaku.suprx
Controls
L+Select - Open the Config Menu
L+Start - Start/Stop Recording (Shortcut)
Triangle - Close Config Menu (when in Config Menu)
Output Videos
The output videos can be found in ux0:video and are automatically imported in the official Video app.
Known issues
- Audio recording is not always available and it tends to desync compared to video.
- Applications running at higher than 30 FPS will slow down to 30 FPS, and the final video will appear slowed down.
- Applications running this plugin will take slightly longer to boot.
Changelog
v1.0
- First Release.
Credits
- CatoTheYounger and hatoving for testing the plugin.