Hi, im resampling a gameplay video using this script ```@echo off
set /p ifilename=input file name?
set /p ofilename=output?

CD /D (change to directory of output folder)

ffmpeg -i %ifilename%.avi -vf tblend=average:all_opacity=0.9,framestep=2,tblend= average:all_opacity=0.9,framestep=2,tblend=average :all_opacity=0.9,framestep=2,tblend=average:all_op acity=0.9,framestep=2 -crf 1 %ofilename%.mp4
/k```

After it being output, the colours seem very drained.... almost greeny, how can i fix this?

Image
[Attachment 56801 - Click to enlarge]
Original
Image
[Attachment 56802 - Click to enlarge]
Resampled