Skip to content

Commit 25aadec

Browse files
authored
Update README.md
1 parent eec4f80 commit 25aadec

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# frameoverframe
88

9-
A collection of scripts for organizing, converting and manipulating image sequences. This has been written to solve my personal workflow needs but I will gladly accept issues and pull requests.
9+
A collection of scripts for organizing, converting and manipulating image sequences. This has been written to solve my personal workflow needs but I will gladly accept issues and pull requests. As of 2021 it is being actively developed and is still riddled with issues. Good Luck!
1010

1111

1212
### Organization scripts
@@ -18,12 +18,11 @@ A collection of scripts for organizing, converting and manipulating image sequen
1818

1919
***rename_uniq*** - Rename individual files so they have a prefix matching the enclosing folder.
2020

21-
***thin*** - Reduce files from a folder by keeping 1 file and skip a number of files, does not recurse into sum folder.
21+
***thin*** - Reduce files from a folder by keeping 1 file and skip a number of files, does not recurse into sub folders.
2222

23-
***unmix*** - Rename images with their extensions to separate images that have different
24-
formats.
23+
***unmix*** - Given a folder sort images by extension and place each extension into its own folder.
2524

26-
***test_image*** - Test image in every input folder.
25+
***test_images*** - Test images in every input folder using ffmpeg's 'identify'.
2726

2827

2928
### File format conversion scripts

0 commit comments

Comments
 (0)