Vita MP4 Recorder: Difference between revisions
From GameBrew
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 |
||
| Line 64: | Line 64: | ||
== 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 == | ||
| Line 91: | Line 86: | ||
== 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 | ||
Revision as of 06:30, 27 April 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
For use with retail games
- Put
VitaMP4Recorder.suprxin yourtaifolder. - Add the plugin under a section for the game you want to use it for (e.g.
*GTAVCECTY) in yourconfig.txtfile.- Alternatively, you can place it under
*ALLin a section wheremainis disabled. Note that some apps may crash with this due to resource requirements.
- Alternatively, you can place it under
For use with homebrews
- Put
VitaMP4Recorder.skprxin yourtaifolder. - Add the plugin under the
KERNELsection in yourconfig.txtfile.
Example config.txt
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.