Install and Setup Desktop GUI
masterVideo Duplicate Finder requires FFmpeg and FFprobe. On first launch, VDF attempts to download them automatically.
Windows
- Download the latest FFmpeg GPL shared package from https://ffmpeg.org/download.html.
- Extract
ffmpeg.exeandffprobe.exeinto the same folder asVDF.GUI.exe, a subfolder namedbin, or ensure they are on yourPATH.
Linux
- Install FFmpeg:
sudo apt-get update && sudo apt-get install ffmpeg- Run the application:
chmod +x VDF.GUI
./VDF.GUIOptional: Add to application menu
sed -i "s|/opt/videoduplicatefinder|$(pwd)|g" videoduplicatefinder.desktop
mkdir -p ~/.local/share/applications
cp videoduplicatefinder.desktop ~/.local/share/applications/macOS
- Install FFmpeg via Homebrew:
brew install ffmpeg- Launch the
.appbundle. If blocked by security, right-click and choose Open. - If blocked by system policy (macOS 14+), clear quarantine and re-sign:
xattr -cr "Video Duplicate Finder.app"
codesign --force --deep --sign - "Video Duplicate Finder.app"