More actions
m (Text replacement - "|discussion=" to "|donation=") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Video Bubbles Creator | |title=Video Bubbles Creator | ||
Line 14: | Line 8: | ||
|version=1.2 | |version=1.2 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/ | |download=https://dlhb.gamebrew.org/vitahomebrews/video.bubbles.creator.zip | ||
|website=https://wololo.net/talk/viewtopic.php?t=48581 | |website=https://wololo.net/talk/viewtopic.php?t=48581 | ||
|donation=https://www.patreon.com/Rinnegatamante | |donation=https://www.patreon.com/Rinnegatamante | ||
}} | }} | ||
{{#seo: | |||
|title=Vita Homebrew PC Tools (PC Utilities) - GameBrew | |||
|title_mode=append | |||
|image=videobubblescreatorvita2.png | |||
|image_alt=Video Bubbles Creator | |||
}} | |||
Video Bubbles Creator is a set of tools for Windows 64 Bit allowing you to convert a video in whatever format to a Vita bubble (.vpk). | Video Bubbles Creator is a set of tools for Windows 64 Bit allowing you to convert a video in whatever format to a Vita bubble (.vpk). | ||
Latest revision as of 08:21, 4 August 2024
Video Bubbles Creator | |
---|---|
General | |
Author | Rinnegatamante |
Type | PC Utilities |
Version | 1.2 |
License | Mixed |
Last Updated | 2017/09/28 |
Links | |
Download | |
Website | |
Support Author | |
Video Bubbles Creator is a set of tools for Windows 64 Bit allowing you to convert a video in whatever format to a Vita bubble (.vpk).
It converts the video to a .pshv video file (Vid2pshv Vita) and then it creates a bubble with lpp-vita with a Video Player integrated that will load such video from app0: partition.
User guide
Just launch the vid2vpk.bat script to start a conversion.
More details for experts
If you want to mess up manually with ffmpeg args passed by the Batch script, these are the mandatory settings that must not be edited:
- BSF Stream MUST contains AUDs (Access Unit Delimiters).
- If you edit the framerate, you have to edit the value in pshv_encoder call too.
- Output stream must be 960x544.
- Output stream must have max 5 reference frames.
- You can use other profiles (Like High@Level 3.1) but some of them can cause video glitches. Baseline@Level 3.1 is the recommended one (And the one used as default).
Controls
Cross - Pause/Resume video
Square - Restart video
Start - Close video
Screenshots
Media
[HENkaku]Vita Video Bubbles Creator - Make installable VPK videos! (Gnm Software 2012 | Gnmpolicemata)
Changelog
v1.2
- Updated to latest lpp-vita build.
- Made so that the app uses natively mp4 videos thus reducing size of generated bubbles.
- Added executable compression thus reducing size of generated bubbles.
- Added possibility to skip forward and rewind by 5 secs with Left and Right buttons.
v1.1
- Fixed Pause/Resume feature, now works as intended.
- Fixed Restart Video feature, now works as intended.
- Now the muxing process is made with a 512 MB buffer, allowing even PCs with limited RAM to be able to perform a video conversion