commonsmachinery / blockhash

blockhash.io
MIT License
86 stars 28 forks source link

Video hash ffmpeg #14

Closed IvanPizhenko closed 8 years ago

IvanPizhenko commented 8 years ago

Hi, here is my ffmpeg version of the video block hash. I've started with my libopencv-based version and remade it into ffmpeg, preserving common parts, like options parsing. I've also added 3 short videos that I've made on my phone in order to test this. I've resized them from 1280_720 to 640_360 with AviDemux in order to reduce size. Also I've tried this one https://www.youtube.com/watch?v=EUHcNeg_e9g from YouTube doenloaded with 360p quality. It required a special trick to count frames, as long as frame count was not available in the video stream.

IvanPizhenko commented 8 years ago

Cancelled because need to do code cleanup