-vf 'deinterlace_vaapi=rate=field:auto=1'
. This looks like it is similar to the yadif=1
tech. which doubles the frame rate of the video to accommodate all interlacing frames within a progressive video.
example: ffmpeg -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i A.mkv -vf 'deinterlace_vaapi=rate=field:auto=1' -c:v hevc_vaapi -acodec flac -compression_level 8 B.mkv
© 2019 to 2025 Branden Gilfoil & © up to 2025 for respective owners.