UCLeuvenLimburg / wif

Command line tool for dealing with WIF files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

$ pip install -e .

Installs in development mode.

Usage

Convert to MP4

Chai script should output base64-encoded WIF for this to work.

$ raytracer -s script.chai | wif extract | ffmpeg -y -framerate FPS -vcodec png -i - -c:v libx264 -r 30 -pix_fmt yuv420p OUTPUT_FILE.mp4

Replace FPS and OUTPUT_FILE.

About

Command line tool for dealing with WIF files


Languages

Language:Python 100.0%