Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
anon4048306y@amirbig haven't uploaded on GitHub yet, will document and do it. Will post the link asap
-
anon4048306y@hubiruchi yes, it's very inefficient too, takes 9-10hrs to render a 3000*3000 poster
-
anon4048306y@K-ASS how did you do it? I compared the histograms of the scenes and corresponding blocks in the poster. It doesn't look good for every poster, particularly those of darker colours.
-
K-ASS25846y@anon404 https://github.com/txstc55/...
Im gonna throw you the link in case you want to see the implementation.
Essentially just checking colors, and find the picture by color and low variance in rgb difference. Also construct a pool not just the best fit. I think mine is quite fast, doesn't take hours to compose one pic -
K-ASS25846y@anon404 the getting screenshot part is easy, I already had a script that does that, this is for a more generous purpose
I hacked this mini-project yesterday night, Computer generated photo-montage by scenes extracted from the movie.
It's an end to end python script which will work for any video and a high res poster.
rant