Categorygithub.com/kzmdstu/seqinfo
repositorypackage
0.0.0-20240507091552-ee343fddd243
Repository: https://github.com/kzmdstu/seqinfo.git
Documentation: pkg.go.dev

# README

seqinfo

seqinfo gathers info from sequences in directories, and prints or writes it to an excel file.

Usage

It prints the results in the console.

seqinfo /path/to/search/sequences

Or write the results to seqinfo_output.xlsx.

seqinfo -w /path/to/search/sequences

For advanced uses, see the help.

seqinfo -help

oiiotool

It uses oiiotool as you can see in config.toml.

You can install oiiotool from epel-release in RockyLinux.

dnf install epel-release
dnf install OpenImageIO-utils

You can also install it in a Mac using Homebrew.

brew install openimageio