Process data with Ritchey Hashing Algorithm v3. Returns checksum as a string success. Returns "FALSE" on failure. This process is extremely intensive, and the workload increases with data size so it is only practical for very small data sets.
Process data with Ritchey Hashing Algorithm v3. Returns checksum as a string success. Returns "FALSE" on failure. This process is extremely intensive, and the workload increases with data size so it is only practical for very small data sets.
Decrypt a file from Ritchey Encryption i1 v1. Returns "TRUE" on success. Returns "FALSE" on failure.
Encrypt a file using Ritchey Encryption i1 v1. Returns "TRUE" on success. Returns "FALSE" on failure.
Encrypt a file using Ritchey Encryption i1 v1. Returns "TRUE" on success. Returns "FALSE" on failure.
Decrypt a file from Ritchey Encryption i1 v1. Returns "TRUE" on success. Returns "FALSE" on failure.
Convert decimal representation (numbers 0-255) to data. Returns the data as a string on success. Returns "FALSE" on failure.
Get the contents of lines in a file between line containing a prefix, and line containing a postfix. Returns lines on success. Returns "FALSE" on failure.
Get the content of a line in a file based on the start of the line. Returns line on success. Returns "FALSE" on failure.
Get value of commandline argument. Returns argument value (meaning the next argument) on success. Returns "NULL" if argument has no value (meaning there is no next argument). Returns "FALSE" on failure.
Copy a file from a clump (clump must be using Ritchey Clump v1 format). Returns location of file success. Returns "FALSE" on failure.
Add a file to a clump (clump uses Ritchey Clump v1 format). Returns location of clump pointer file success. Returns "FALSE" on failure.
#!/bin/bash
#Name:Edit Video i1 v1
#Description:Using the source video recordings created the completed edited version
#Usage:Enter a directory where temporary files can be written, and the finished video can be saved. Edit the 'SOURCE' and 'TYPE' variables to have correct details. Add in commands for extracting video segments. Run the script.