- Thread starter
- #41
That would be really nice
Ive cleaned up a bit, and made the top down scan use a binary search style approach, which seems to consume very little CPU time.
I think im going to temporarily abandon the seperate scan for subtitles, because while its definetly doable, it makes things much more complex. Instead ill try to work towards a milestone version that provides the basic ability to automaticly crop black bars and logos using a simple binary search style scan from the bottom and top. Then i can add the code to maintain a stable bounding box.
When i got that working decently im going to look at integration into MP. At this point it should be usable by end users.
Only after that is working ill go back and offer support for finding subtitles and cropping them out or copying them into the active frame(the later being the most expensive as it must necesarily be done EVERY frame, while the other scans can be done at intervals ).
I just have a feeling that i could spend alot of time playing around with subtitle detection otherwise, and i think its better getting some more feedback on the basic detection algorithm first.
Ive cleaned up a bit, and made the top down scan use a binary search style approach, which seems to consume very little CPU time.
I think im going to temporarily abandon the seperate scan for subtitles, because while its definetly doable, it makes things much more complex. Instead ill try to work towards a milestone version that provides the basic ability to automaticly crop black bars and logos using a simple binary search style scan from the bottom and top. Then i can add the code to maintain a stable bounding box.
When i got that working decently im going to look at integration into MP. At this point it should be usable by end users.
Only after that is working ill go back and offer support for finding subtitles and cropping them out or copying them into the active frame(the later being the most expensive as it must necesarily be done EVERY frame, while the other scans can be done at intervals ).
I just have a feeling that i could spend alot of time playing around with subtitle detection otherwise, and i think its better getting some more feedback on the basic detection algorithm first.