Vid2pshv Vita: Difference between revisions
From GameBrew
More actions
No edit summary |
m Text replacement - "|discussion=" to "|donation=" |
||
| Line 17: | Line 17: | ||
|website=https://vitadb.rinnegatamante.it/#/info/319 | |website=https://vitadb.rinnegatamante.it/#/info/319 | ||
|source=https://github.com/Rinnegatamante/vid2pshv | |source=https://github.com/Rinnegatamante/vid2pshv | ||
| | |donation=https://www.patreon.com/Rinnegatamante | ||
}} | }} | ||
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]]. | 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]]. | ||
Revision as of 01:11, 14 August 2023
| vid2pshv | |
|---|---|
| General | |
| Author | Rinnegatamante |
| Type | PC Utilities |
| Version | 1.0 |
| License | GPL-3.0 |
| Last Updated | 2017/09/25 |
| Links | |
| Download | |
| Website | |
| Source | |
| Support Author | |
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 |
Screenshots
Changelog
v1.0
- Pre-compiled binary for Windows 64 Bit systems.