Click here to Skip to main content
15,887,361 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,

I am looking forward to develop a feature like Facebook Lookback which fetch images and create video, can anyone suggest me any API or working code to achieve this will be much appreciated.

Thanks a lot in advance.
Posted
Comments
[no name] 18-Apr-14 6:39am    
Are you planning to achieve this by pulling images from Facebook or any other service like flickr or picasa?
[no name] 18-Apr-14 7:04am    
I need to retrieve images from folder and create video like facebook lookback

1 solution

Its not a straight forward thing to achieve in one go...You have to divide the requirement into bits and pieces...like

1)Folder selection (FileDialog in C#)
2)Pulling/selecting the images of desired format (.PNG/.JPEG)
3)Then use a images to video SDK

Hope these links will guides you in the right direction...

http://bytescout.com/products/developer/imagetovideosdk/imagetovideosdk_first_step_with_asp_net.html[^]

http://bytescout.com/taxonomy/term/13[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900