Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uglygus authored Jun 14, 2021
1 parent eec4f80 commit 25aadec
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# frameoverframe

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.
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!


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

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

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

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

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


### File format conversion scripts
Expand Down

0 comments on commit 25aadec

Please # to comment.