View Single Post
Old 7th June 2022, 09:34   #2  |  Link
takla
Registered User
 
Join Date: May 2018
Posts: 242
You could also try this (ffmpeg only, no AVS)

Code:
ffmpeg -y -benchmark -i INPUT.mkv -c:v ffv1 -vf "fieldmatch=order=tff:combmatch=full, yadif=deint=interlaced, decimate" -an OUTPUT.mkv
It will tell you your speed

Last edited by takla; 7th June 2022 at 11:35.
takla is offline   Reply With Quote