Youtube video to wallpaper evil plan

yt-dlp --download-sections "*00:05:00-00:05:01" -o "video" url

shall download a small section starting at minute 5.

ffmpeg -i video.webm -vf "select=eq(n\,0)" -vsync vfr frame.png

will extract first frame from video (which may be named something other than video.webm).

To be continued.