I've now moved onto automating the next most annoying/boring parts of my job. This might be even harder than the video edit detection
So, I need to take screenshots of the videos for display on the episode/series. The problem is we have so many platforms, and they all use different dimensions etc.
TV shows a 16:9 image, which is perferct, but when you click on it, it takes you to a second screen that does a crude crop in the center third of the screen, so the image needs to look good if you cut away to the two sides. Also, there's iOS/Android apps that take a 3:4 image, and Samsung TV app that takes another ratio...I forget which.
I'm still selecting the images manually for now, but trying to automate the crop first. I've been reading about "seam carving" which is a clever way of cropping your content without losing any relevant detail. It's how Photoshops content-aware stuff works. With seam carving crops, it looks for a path of least 'interest' across a row or column (or both!) and removes that strip of image and shifts everything else in (or out) to compensate. With the right photo (and implementation), the results can be incredible.
Sadly, I do not have any of those things yet.
Source image:
View attachment 136888
Seam carved crop:
View attachment 136889
More work needed