fupdec / mediaChips

Manage your videos, add any metadata to them and play them.
https://mediachips.app
GNU General Public License v3.0
163 stars 20 forks source link

Image galleries #40

Open fupdec opened 3 years ago

pvtmann commented 3 years ago

I've just finished a small program to cheat this feature. The program iterates trough a folder tree detecting image galleries and then use ffmpeg to create a slideshow video. There are some configurations that allows the program to diference a folder with images that is a gallery, or just a folder with junk images (like a saved web page for instance). maybe there is something in my code that can help developing this feature in media chips. Just note that i'm not a professional programmer so that might have some problems in it, and this is the first time i'm sharing a code so i'm not so sure the best way to do it, so i just zipped the source codes. The method createImageList in FileOrganizer would be where galleries are detected. src.zip

fupdec commented 3 years ago

I appreciate your willingness to help. Your application seems to be written in Java. I do not know this programming language and cannot figure out how to run this application. Could you clarify? If you want to share the program with the public, then I can give you a short instruction on how to publish it in the github.