IOStream-OpenEnd / MagikMoments

Finds the "magic" and the most happy moments of a given movie and makes a trailer out of it
GNU General Public License v3.0
12 stars 6 forks source link

Removing repeating frames in the final video #18

Closed masterchef2209 closed 5 years ago

masterchef2209 commented 5 years ago

When we are dividing main video into subclips by cutting as per issue#15 we may encounter problem of repeating frames if any 2 timeframes from timeframe array are closer than 4 seconds. We need to find a solution for this problem.