Here is a full guide to DeeZy:
- Make this folder directory (download Deezy.exe, ffmpeg.exe, truehdd.exe, DEE 5.2.1 and place them correctly)
project/
├── deezy.exe
└── apps/
├── ffmpeg/
│ └── ffmpeg.exe
├── dee/
│ ├── dee.exe
│ └── …all other dee files
└── truehdd/
└── truehdd.exe
- Open Windows Terminal,
cdto the folder with deezy.exe - Run this with your own movie and TV paths:
.\deezy.exe `
encode atmos --atmos-mode streaming --bitrate 1024 `
--max-parallel 3 --temp-dir "D:\atmosconvert\temp" `
--batch-summary-output `
--output-template "{stem}.en" `
"Y:\media\movies\**\*truehd*atmos*.mkv" "Y:\media\movies\**\*truehd*atmos*.mp4" `
"Y:\media\TV\**\*truehd*atmos*.mkv" "Y:\media\TV\**\*truehd*atmos*.mp4" `
3 max parallel processes is a good default, if your PC is good you can increase to like 5.