Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Video Bubbles Creator Vita: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
|title=Vita Homebrew PC Tools (PC Utilities) - GameBrew!
|title_mode=append
|image=videobubblescreatorvita.jpg
|image_alt=Video Bubbles Creator
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=Video Bubbles Creator
|title=Video Bubbles Creator
|image=videobubblescreatorvita.jpg
|image=videobubblescreatorvita2.png
|description=Create video bubbles for PSVITA.
|description=Create video bubbles for PS Vita.
|author=Rinnegatamante
|author=Rinnegatamante
|lastupdated=2017/09/28
|lastupdated=2017/09/28
Line 14: Line 8:
|version=1.2
|version=1.2
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/vitahomebrews/videobubblescreatorvita.7z
|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
|source=
|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).


==How it works==
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 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.


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.
Just launch the vid2vpk.bat script to start a conversion.
==Media==
<youtube>5Zi2L1K8CXQ</youtube>
==Screenshot==
[[image:videobubblescreatorvita.jpg|600px]]


===More details for experts===
===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:
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)
* BSF Stream MUST contains AUDs (Access Unit Delimiters).
* If you edit the framerate, you have to edit the value in pshv_encoder call too
* If you edit the framerate, you have to edit the value in pshv_encoder call too.
* Output stream must be 960x544
* Output stream must be 960x544.
* Output stream must have max 5 reference frames
* 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).
* 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==
==Controls==
*X = Pause/Resume video
Cross - Pause/Resume video
*Square = Restart video
 
*Start = Close video
Square - Restart video
 
Start - Close video
 
==Screenshots==
https://dlhb.gamebrew.org/vitahomebrews/videobubblescreatorvita3.png
 
==Media==
'''[HENkaku]Vita Video Bubbles Creator - Make installable VPK videos!''' ([https://www.youtube.com/watch?v=5Zi2L1K8CXQ Gnm Software 2012 | Gnmpolicemata]) <br>
<youtube>5Zi2L1K8CXQ</youtube>


==Changelog==
==Changelog==
'''(v.1.2)'''
'''v1.2'''
* Updated to latest lpp-vita build.
* Updated to latest lpp-vita build.
* Made so that the app uses natively mp4 videos thus reducing size of generated bubbles.
* Made so that the app uses natively mp4 videos thus reducing size of generated bubbles.
Line 51: Line 55:
* Added possibility to skip forward and rewind by 5 secs with Left and Right buttons.
* Added possibility to skip forward and rewind by 5 secs with Left and Right buttons.


'''(v.1.1)'''
'''v1.1'''
* Fixed Pause/Resume feature, now works as intended.
* Fixed Pause/Resume feature, now works as intended.
* Fixed Restart Video 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
* 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.


== External links ==
== External links ==
* Twitter - https://twitter.com/VitaDB1/status/1471114572740407297
* Wololo - https://wololo.net/talk/viewtopic.php?t=48581
* Wololo - https://wololo.net/talk/viewtopic.php?t=48581
* VitaDB - https://vitadb.rinnegatamante.it/#/info/323
* VitaDB - https://vitadb.rinnegatamante.it/#/info/323
* Reddit - https://www.reddit.com/r/vitahacks/comments/730pox/release_video_bubbles_creator_create_video/
[[Category:Support the author]]

Latest revision as of 08:21, 4 August 2024

Video Bubbles Creator
Videobubblescreatorvita2.png
General
AuthorRinnegatamante
TypePC Utilities
Version1.2
LicenseMixed
Last Updated2017/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

videobubblescreatorvita3.png

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

External links

Advertising: