Help get (more) Dolby Atmos on Apple TV

Here is a full guide to DeeZy:

  1. 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
  1. Open Windows Terminal, cd to the folder with deezy.exe
  2. 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.