More actions
No edit summary |
m (Text replacement - "GameBrew!" to "GameBrew") |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew PC Tools (PC Utilities) - GameBrew | |title=Vita Homebrew PC Tools (PC Utilities) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image=videobubblescreatorvita.jpg | |image=videobubblescreatorvita.jpg |
Revision as of 03:26, 5 December 2022
Video Bubbles Creator | |
---|---|
File:Videobubblescreatorvita.jpg | |
General | |
Author | Rinnegatamante |
Type | PC Utilities |
Version | 1.2 |
License | Mixed |
Last Updated | 2017/09/28 |
Links | |
Download | |
Website | |
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).
How it works
Video Bubbles Creator basically 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.
Just launch the vid2vpk.bat script to start a conversion.
Media
Screenshot
File:Videobubblescreatorvita.jpg
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
- X = Pause/Resume video
- Square = Restart video
- Start = Close video
Changelog
(v.1.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.
(v.1.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
(v.1.0)
- First Release.