Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 388 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 388 Bytes

ev1 Format Decoder

Quick Try

Download the exe or execute the script:

$ pip install -r requirements.txt 
$ python ev1-dec.py

And then, drag and drop your ev1 video on the decoder window.

Build

$ pip install pyinstaller
$ pyinstaller -F .\ev1-dec.py --noconsole