Please tell me the way to run this batch file.
I've tried many times edit and run but impossible only flash and off.
Storage place my video file and madMeasureHDR now: C:\Remux
C:\Dolby-Vision-Tools\madVR\madMeasureHDR
Where I want to save measurement file: F:\
madMeasureHDR Batch File
Values to Change:
echo off
set pathToMadMeasure="C:\Program Files\madVR\madMeasureHDR.exe"
Windows file path to madMeasureHDR in the madVR installation folder.
Set folder paths for measuring specific file formats:
REM Mkv Test Videos
set pathToVideos="L:\4K Test Files\HDR"
File path to the media folder containing MKV files: "Z:\Media Folder Name\Subdirectory Name"
REM Mp4 Test Videos
set pathToVideos="L:\4K Test Files\HDR"
File path to the media folder containing MP4 files: "Z:\Media Folder Name\Subdirectory Name"
REM Ts Test Videos
set pathToVideos="L:\4K Test Files\HDR"
File path to the media folder containing TS files: "Z:\Media Folder Name\Subdirectory Name"
Set folder path for measuring a priority folder for test purposes:
REM 4K Movies in @MadMeasureHDR folder for priority measurements to be done before the main folder
set pathToVideos="U:\@MadMeasureHDR"
File path to the media folder containing priority files: "Z:\Media Folder Name\Subdirectory Name"
Set folder path for measuring all file types in a single folder:
REM 4K Movies
set pathToVideos="P:\"
File path to the media folder containing all HDR files: "Z:\Media Folder Name\Subdirectory Name"
DELETE the following code from any folder path in the batch file if you choose not to download the assisting program Wintee (the utility mentioned in the batch file):
Remove from Block: | wtee "%%f.txt"
How to Run the Batch File:
Windows Key + R (Run)
Click Browse...
Navigate to the folder that contains the batch file
Select the batch file
Click Open
Click OK