/omvdecoder

decode SiglusEngine's omv video with Rust🦀

Primary LanguageC

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