More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
No edit summary |
||
Line 2: | Line 2: | ||
|title=Vita Homebrew PC Tools (PC Utilities) - GameBrew | |title=Vita Homebrew PC Tools (PC Utilities) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=vid2pshvvita2.png | ||
|image_alt=vid2pshv | |image_alt=vid2pshv | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=vid2pshv | |title=vid2pshv | ||
|image= | |image=vid2pshvvita2.png | ||
|description=Convert videos to .PSHV format. | |description=Convert videos to .PSHV format. | ||
|author=Rinnegatamante | |author=Rinnegatamante | ||
Line 15: | Line 15: | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/vid2pshvvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/vid2pshvvita.7z | ||
|website= | |website=https://vitadb.rinnegatamante.it/#/info/319 | ||
|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]]. | |||
PSHV (PlayStation Homebrew Video) video format is a video format ideated to simplify the demuxing process and execution on a PS Vita device. | |||
PSHV (PlayStation Homebrew Video) video format is a video format ideated to simplify the demuxing process and execution on a | |||
*Supported audiocodecs = Vorbis. | *Supported audiocodecs = Vorbis. | ||
*Supported videocodecs = H.264 | *Supported videocodecs = H.264. | ||
You can find a simple converter from various video format to PSHV here. | 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: | ||
{| class="wikitable" | |||
! Offset | |||
! Size | |||
! Info | |||
|- | |- | ||
| 0x00 | | 0x00 | ||
Line 58: | Line 60: | ||
|} | |} | ||
== | ==Screenshot== | ||
vid2pshvvita3.png | |||
vid2pshvvita4.png | |||
==Changelog== | ==Changelog== | ||
''' | '''v1.0''' | ||
* Pre-compiled binary for Windows 64 Bit systems. | * Pre-compiled binary for Windows 64 Bit systems. | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Rinnegatamante/vid2pshv | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/319 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/319 |
Revision as of 12:32, 13 Ocak 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
vid2pshvvita3.png
vid2pshvvita4.png
Changelog
v1.0
- Pre-compiled binary for Windows 64 Bit systems.