# ev1-decoder **Repository Path**: wg2019/ev1-decoder ## Basic Information - **Project Name**: ev1-decoder - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-09 - **Last Updated**: 2026-03-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ev1 Format Decoder ## Quick Try Download the [exe](https://github.com/Phantom1003/ev1-decoder/releases/download/v0.3/ev1-dec.exe) or execute the script: ```bash $ pip install -r requirements.txt $ python ev1-dec.py ``` And then, drag and drop your ev1 video on the decoder window. ## Build ```bash $ pip install pyinstaller $ pyinstaller -F .\ev1-dec.py --noconsole ```