Vid2pshv Vita: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 61: | Line 61: | ||
==Screenshot== | ==Screenshot== | ||
vid2pshvvita3.png | https://dlhb.gamebrew.org/vitahomebrews/vid2pshvvita3.png | ||
vid2pshvvita4.png | https://dlhb.gamebrew.org/vitahomebrews/vid2pshvvita4.png | ||
==Changelog== | ==Changelog== | ||
Revision as of 14:13, 13 January 2023
| vid2pshv | |
|---|---|
| General | |
| Author | Rinnegatamante |
| Type | PC Utilities |
| Version | 1.0 |
| License | GPL-3.0 |
| Last Updated | 2017/09/25 |
| Links | |
| Download | |
| Website | |
| Source | |
vid2pshv is a tool that allows to convert videos from different file formats to PSHV format in order to be played with Lua Player Plus Vita.
PSHV (PlayStation Homebrew Video) video format is a video format ideated to simplify the demuxing process and execution on a PS Vita device.
- Supported audiocodecs = Vorbis.
- Supported videocodecs = H.264.
You can find a simple converter from various video format to PSHV here.
User guide
Run vid2pshv.bat to perform a video conversion.
File infos:
| Offset | Size | Info |
|---|---|---|
| 0x00 | 4 | Magic (the word "PSHV" in ASCII) |
| 0x04 | 4 | Video framerate (Float representation) |
| 0x08 | 4 | Audio size |
| 0x0C | X | Audio buffer |
| X | X | Video buffer |
Screenshot
Changelog
v1.0
- Pre-compiled binary for Windows 64 Bit systems.