-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd08365
commit 3615df7
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# camera-roll-formater | ||
**A Simple way to bring your media files in order.** | ||
# How to use | ||
1. Download the Release | ||
2. Launch the Executable | ||
3. Open a folder containing all your media files | ||
4. The programm will now copy all the [supported](#Supported-file-formats) media files to a newly created folder named "camera_roll" | ||
5. They will be "sorted" so that each files minimum date is taken ```min(created, changed)``` and will then be placed in the ```camera_roll\year\month``` folder | ||
|
||
# Supported file formats: | ||
- jpeg | ||
- png | ||
- gif | ||
- mp4 | ||
- mov | ||
- avi | ||
- wmv | ||
- mpeg | ||
- mkv | ||
- webm |