Cropping a video file with defined width, length, and pixel location
问题 I an trying to create a program that will detect a face in a video. There are a few requirements that must be passed before I accept the "face". After all of the requirements are met I then want to take the frames that hold that "face" and crop them to make the face the area of focus. The program will go through every frame and do this, then take the new video and make that into a video file. I have never worked with video files, or image file so this is all new to me. I am currently writing