@ECHO OFF
set /p satn=Chroma Saturation Ratio. Available Range 0.0-3.0?:
set /p vert=How many Lines Vertically DOWN - Negative for UP?:
set /p hori=How many Pixels Horizontally - Negative for Left?:
ffplay -i "%~1" -vf "bwdif, atadenoise, curves=psfile='%~n1.acv', eq=saturation=%satn%, chromashift=cbh="%hori%":cbv="%vert%":crh="%hori%":crv="%vert%", cas"
@ECHO ON
