imranhasanhira / snap-me

Timed snapshot taker application developed in Java.
0 stars 1 forks source link

Add convert to video, clear data option #1

Open dipal opened 9 years ago

dipal commented 9 years ago

Please add parameter to convert images to video and clean up options.

imranhasanhira commented 9 years ago

We will use the following commands for the above features - "makevideo" - this command will make an mpeg video from current day pictures. "clean" - this command will delete current day pictures upon user confirmation (i.e. user will be asked to press y for sure) "clean-all" - this command will clear all data upon user confirmation.

dipal commented 9 years ago

What about converting other day images to video. (we can take date-to-convert in future). Same for clean feature.

imranhasanhira commented 9 years ago

We will add date range later. First we implement the video maker and cache cleaner on daily basis.