>
cheatref
tmux
ffmpeg
> ffmpeg
/
video-filters
/
deinterlace-video
Deinterlace video
video filters
// shell
$
ffmpeg -i input.mp4 -vf yadif output.mp4
// related commands
> resize-video-to-720p
> crop-video-to-square
> rotate-video-90-degrees
> add-text-overlay-with-timestamp
> add-a-watermark-image-overlay
> view all video-filters commands