Skip to content

Scripts used by the Collections Digitization Team aka The Production Team

License

Notifications You must be signed in to change notification settings

nulib/nul-rdc-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nul-rdc-scripts

Scripts used by the RDC Digitization Team.

Note: poetry is required for all scripts. See Poetry Setup to install poetry

Core Tools

Imaging Workflow:

Image Quality Checker - iqc

AV Workflow:

Video Processor - vproc
Audio Processor - aproc

Meadow

Ingest MicroFilm - Meadow Ingest Sheet Generator for Microfilm - micro
Ingest - Meadow Ingest Sheet Generator - ingest

Inventorying:

Inventory Creator for Image and Text Works - inventory

Tools:

Oyez MediaInfo Batch Generation

FFPlay Playback Window with Analysis Tools

Text Workflow:

PackagingScript - Text Packaging Script

Deprecated

dpx2ffv1 Film Transcoder - fproc
Meadow Image CSV Converter - text

Current Staging Branches:

VideoQCScript
InventoryUpdatedWork_Restructure

Poetry Setup

Install poetry with the following command.

curl -sSL https://install.python-poetry.org | python3 -

Windows: after it installs, it will list the install directory in the terminal as Actual Location. Copy this path up to the Scripts folder and add it to your path.
Note: If you have an admin account, add to System Path not User Path

Restart the terminal for this change to take effect.
Finally in the terminal, navigate to repository parent folder (nul-rdc-scripts) and run the following command

poetry install

Terminal help

Change directory with cd FILEPATH

  • can be relative to current directory cd folder
  • or absolute cd C:\folder\subfolder
  • go back one folder with cd ..
  • and return to your user folder with just cd

See contents of current directory

  • dir (WINDOWS)
  • ls (LINUX)

Clear terminal

  • cls (WINDOWS)
  • clear (LINUX)

About

Scripts used by the Collections Digitization Team aka The Production Team

Resources

License

Stars

Watchers

Forks

Packages

No packages published