Scripts used by the RDC Digitization Team.
Note: poetry is required for all scripts. See Poetry Setup to install poetry
Video Processor - vproc
Audio Processor - aproc
Ingest MicroFilm - Meadow Ingest Sheet Generator for Microfilm - micro
Ingest - Meadow Ingest Sheet Generator - ingest
Inventory Creator for Image and Text Works - inventory
Oyez MediaInfo Batch Generation
FFPlay Playback Window with Analysis Tools
PackagingScript - Text Packaging Script
dpx2ffv1 Film Transcoder - fproc
Meadow Image CSV Converter - text
VideoQCScript
InventoryUpdatedWork_Restructure
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
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)