Directions for batch video scrubbing
In order to batch scrub video files for personal information, we first need to determine which files contain personal info comments.
found in datavyu_scriptsarrow-up-right repo.
need to provide 2 paths (by setting variables in the script at the top)
folder with all the opf_files (variable called 'filedir')
folder where to dump personal_info.csv files (variable called 'pinfo_dir')
found in the videoscrubarrow-up-right repo
takes 4 arguments:
path to folder with original video files
path to folder with personal_info.csv files generated from the batch_personal_info.rb script above.
path to black1280x720.png file to mask video with (a copy should be in the 'data' folder in videoscrub repo)
output folder to dump the scrubbed files
Last updated 1 year ago