FFV1-Frontend - NOT 100% TESTED - FOR TESTING ONLY
Features:
Frontend GUI that performs the following actions:
- Transcode either a single file, or all files in a folder to FFV1 level 3 with the option of MKV/MOV/AVI containers.
- Generate frame level checksums for the source and ffv1 transcode (framemd5).
- Lossless verification by comparing the frame level checksums of the source and output.
- Generate a whole file .md5 manifest for the FFV1 output.
- Generate verbose ffmpeg log files for the transcode and framemd5 generation.
Installation
- If ffmpeg is not already installed, download a ffmpeg build from here:
WINDOWS: https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-latest-win64-static.zip
MAC: http://www.ffmpegmac.net/
- WINDOWS: Unzip/Extract ffmpeg.exe (it may just be called 'ffmpeg' depending on your windows settings) from that zip file and place it somewhere on your computer. ffmpeg will be in the /bin subfolder.
MAC: Unzip/extract ffmpeg from the zip file.
- Download the latest ffv1-gui release from here:
WINDOWS: https://github.com/kieranjol/ffv1-frontend/releases/download/0.4/ffv1_frontend_windows_binary_0.4.exe
MAC: https://github.com/kieranjol/ffv1-frontend/releases/download/0.4/ffv1_frontend_osx_binary_0.4
- If ffmpeg in not installed, a warning will pop up, followed by a prompt to select where ffmpeg is located.
- Make sure you select the ffmpeg executable when prompted. It is located wherever you stored it in step 3
- Now that FFV1-GUI knows where ffmpeg is installed, select a file to transcode.
- By default, FFV1-GUI creates a sidecar mkv file, but if you'd like to choose a different output directory, please select 'Select Output Directory'
- A terminal window will pop up when transcoding, and when complete, you should find a new file next to your source file with the extension '.mkv'
Details:
- GUI is generated using py-qt.
- Binaries created with pyinstaller
- The FFV1 files have the following features: Intra Frame, Version 3, embedded framecrc checksums.
Future plans: Compile to exe/app and transcode from ffv1 -> prores/h264
Code initially adapted from this great article (comments remain for now) https://nikolak.com/pyqt-qt-designer-getting-started/
many thanks to @euanc for help/inspiration: https://github.com/euanc/DiskFormatID
b