You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
# frameoverframe
8
8
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!
10
10
11
11
12
12
### Organization scripts
@@ -18,12 +18,11 @@ A collection of scripts for organizing, converting and manipulating image sequen
18
18
19
19
***rename_uniq*** - Rename individual files so they have a prefix matching the enclosing folder.
20
20
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.
22
22
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.
25
24
26
-
***test_image*** - Test image in every input folder.
25
+
***test_images*** - Test images in every input folder using ffmpeg's 'identify'.
0 commit comments