musicman_08 - 2014-11-23

Hello, I have bat-script:

@echo off
set mediainfo=full\path\to\MediaInfo.exe
set input_folder=fill\path\to\test_clips
set normalRes=720:576

for /f "usebackq" %%a in ("%mediainfo% --Inform=Video;%%Width%%:%%Height%% %input_folder%\*.*") do set resolution=%%a
echo %resolution%>>full\path\to\log.txt
pause

How to make a txt file recorded files that have the video resolution is not like %normalRes%