0

I am looking for some Python guidance regarding video editing. I help people convert their VHS movies to Digital and I edit out the empty spaces ect. Normally I use a video editor to skim through the video and find all of the empty solid blue frames and remove them and output the video in MP4 format with the original quality and dimensions.

Im looking to create a python script that can process each frame in a video file, remove any frames that contain a solid blue image, combine any remaining footage together so there is no gaps. In short terms remove all the blue frames and output the video.

I am still learning python and I struggle with writing my first few lines of code, so any guidance would be appreciated, am I barking up the wrong tree trying to use python to automate something like this?

0 Answers0