DVR:Recorder: Postprocessing script ‘C:\PlexScripts\HandBrake1080p30.bat’ exited with error code 9009.
I get the above when I use the script below can anyone tell me what I am doing wrong??
set HANDBRAKE=C:\HandBrakeCLI\HandBrakeCLI.exe
set fnl=%~dpn1.MP4
%HANDBRAKE% -i %1 -o “%fnl%” --preset “Fast 1080p30”
exit