I want to create a simple website that functions as a simple, quick, and free tool for copying or downloading a frame from YouTube video. The website will include a URL input field where users can paste the link to a YouTube video at the exact timestamp corresponding to the frame they wish to capture. A button placed next to the input will enable users to copy or download the selected video frame... i would like guidance on which documentation/API I should follow to build an application that supports extracting and saving frames from YouTube videos.I have heard that the ffmpeg library in Node.js isquite popular and efficient for extracting video frames but mm unclear about which documentation to refer to for finding the code that accomplishes the required task.
My tech stack consists of React.js for the frontend and Node.js for the backend.