xmoezzz / omvdecoder

decode SiglusEngine's omv video with Rust🦀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

omvdecoder

  • decoding SiglusEngine's omv video, support both 32bit 'shader video' and 24bit normal video.
  • cross-platform, support Windows, Linux, MacOS.
  • can be decoded to h264, png, jpg.

Build

Usage

Usage: omvdecoder --input <INPUT> --output <OUTPUT> --format <FORMAT>

Options:
  -i, --input <INPUT>    
  -o, --output <OUTPUT>  
  -f, --format <FORMAT>  [possible values: h264, png-picture, jpg-picture]
  -h, --help             Print help
  -V, --version          Print version

About

decode SiglusEngine's omv video with Rust🦀


Languages

Language:C 99.0%Language:Rust 0.6%Language:C# 0.3%Language:Makefile 0.1%