Releases: nulib/nul-rdc-scripts
Releases · nulib/nul-rdc-scripts
v0.6.0
What's Changed:
VPROC 2.0 Is Here!
- This means that now FFV1 native capture is officially supported.
- Auto-running of QCTools was turned off as we don't really use those files
- Batch mode now utilizes parallel processing to generate access files more rapidly
- Checks are now included to ensure the FFV1 capture is properly formed
- Items not found in inventory will be skipped but it will tell you that they were
- No more MD5 generation since our storage system generates these on its own.
- Significantly reduced encoding chain required -- if alterations are needed then you adjust the CSV file
- MKV policy has been updated to the current one that Dave provided me to account for variability in 4/3 (this is very minimal and acceptable)
Full Changelog: v0.5.2...v0.6.0
v0.5.2
What's Changed:
- Update was made to the poetry lock file to comply with new dev dependencies
- Added in a missing parenthesis in the lock file.
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed:
- There is now a temporary tool which allows for the generation of a metadata template for works that are digitized in house prior to the implementation of the updated version of VPROC.
*! This will be removed once VPROC has been updated to 2.0.
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed:
- There is a new spectrogram generation tool available! We can now generate spectrograms for audio files and audio from videos without having to re-run our processing scripts.
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
*Fixed issue with Ingest not producing labels and not assigning correct roles.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- New Tool!
-There is now a tool for ingesting microform works into Meadow so that inventories do not have to been done by hand
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- Updated Ingest.py so that it will prevent md5, framemd5 and qctools data from being added to ingest sheet.
Full Changelog: v0.3.0...v0.3.1
v.0.3.0
What's Changed
- Video Trimmer Tool
- Spectrogram Generation Tool
- MD5 Generation Tool
- Check Software Tool
- Renamed Oyez Script to Embed Extract
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- 0.2.1 - Change inventory_title to description by @alec-bertoy in #112
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Ingest Rework
- Now centered around the new Ingest_Sheet_Maker class.
- Separated helper functions into 3 categories general helpers, inventory helpers, and ingest helpers.
- Added docstrings in reStructuredText style.
- Added type hinting for easier development work.
MediaInfo Batch Exporter
- Added new tool to conduct batch exports of MediaInfo data. Works with both a single file and a folder of files.
- Files get assigned to a folder called 'json'
FFPlay Window for playback
- Added new tool that allows for the playback of video through FFPlay and allows for analysis of video based on VRecord's filters.
Other
- Increased stability of aproc, vproc, and ingest in their inventory handling. Any extraneous rows before the column names will be ignored. Also aproc and vproc support older inventories and well as newer inventories and are no longer case sensitive.
- aproc loads inventories more like aproc, no longer checking fields against example inventory. This way, extra columns can be present without aproc breaking.
- Changed aproc default --all to false so it will not transcode access file, create spectrograms, and create metadata json by default. This way you can use it just to generate qc_log csv file.
- Added a new mediaconch audio policy for 48kHz 16bit audio.
- Fixed an error with vproc a file bwf metadata not being embedded correctly.
- Changed vproc qc_log csv columns to lowercase.
- Changed aproc --all command back to false on default.
- Changed qc_log fields to lowercase
- Added visual studio .workspace files to gitignore
- Manually embed bwf metadata in a file since ffmpeg changed the way they port over metadata
- Actually check a file against bwf metadata policy, was checking p file twice.
- Fix bug that ends program if file isn't found.
Full Changelog: v0.1.0...v0.2.0