Imroy / vid2pshv

Minimalist video converter for PSHV format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction:
PSHV (PlayStation Homebrew Video) video format is a video format ideated to simplify the demuxing process and execution on a PSVITA device.
Supported audiocodecs = Ogg Vorbis
Supported videocodecs = MPEG-4 AVC (a.k.a 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

About

Minimalist video converter for PSHV format.

License:GNU General Public License v3.0


Languages

Language:C 52.9%Language:Shell 22.6%Language:Batchfile 21.9%Language:Makefile 2.5%