More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew PC Tools (PC Utilities) - GameBrew! | |title=Vita Homebrew PC Tools (PC Utilities) - GameBrew! | ||
Line 19: | Line 18: | ||
|source=https://github.com/Rinnegatamante/vid2pshv | |source=https://github.com/Rinnegatamante/vid2pshv | ||
}} | }} | ||
'''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. | |||
== | ==Description== | ||
PSHV (PlayStation Homebrew Video) video format is a video format ideated to simplify the demuxing process and execution on a PSVITA device. | |||
*Supported audiocodecs = Vorbis. | |||
*Supported videocodecs = H.264 | |||
You can find a simple converter from various video format to PSHV here. | |||
==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 | |||
|} | |||
== | ==Usage== | ||
Run vid2pshv.bat to perform a video conversion. | |||
==Screenshot== | |||
[[image:vid2pshvvita.jpg|600px]] | |||
==Changelog== | |||
'''(v.1.0)''' | '''(v.1.0)''' | ||
* First Release. | * First Release. | ||
* Pre-compiled binary for Windows 64 Bit systems. | |||
== External links == | == External links == | ||
* Github - https://github.com/Rinnegatamante/vid2pshv | * Github - https://github.com/Rinnegatamante/vid2pshv | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/319 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/319 | ||
Revision as of 01:11, 20 November 2022
vid2pshv | |
---|---|
File:Vid2pshvvita.jpg | |
General | |
Author | Rinnegatamante |
Type | PC Utilities |
Version | 1.0 |
License | GPL-3.0 |
Last Updated | 2017/09/25 |
Links | |
Download | |
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.
Description
PSHV (PlayStation Homebrew Video) video format is a video format ideated to simplify the demuxing process and execution on a PSVITA device.
- Supported audiocodecs = Vorbis.
- Supported videocodecs = H.264
You can find a simple converter from various video format to PSHV here.
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 |
Usage
Run vid2pshv.bat to perform a video conversion.
Screenshot
Changelog
(v.1.0)
- First Release.
- Pre-compiled binary for Windows 64 Bit systems.