Skip to content

Phantom1003/ev1-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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