i work on HandBrake open source project. it need to HandBrakeCLI.exe file..
I search google long time but not found.
in Program file and Main method this line:
if (!File.Exists(Path.Combine(Application.StartupPath, "HandBrakeCLI.exe")))
{
missingFiles += "\"HandBrakeCLI.exe\" was not found.";
}
note : this source download from github