This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| import click | |
| import ffmpeg | |
| from matplotlib import pyplot as plt | |
| import matplotlib | |
| import face_recognition | |
| from PIL import Image | |
| import numpy as np | |
| def face_location(filename): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ffmpeg -y \ | |
| -ss 16.02 -i "10kReasons-DanaB.mp4" \ | |
| -ss 24.3 -i "John La Fond - 20201025_150703[1].mp4" \ | |
| -ss 28.40 -i "Isaac - 2020-10-26 18.36.32 - FullSizeRender.mp4" \ | |
| -ss 6.65 -i "tess.mp4" \ | |
| -ss 26.7 -i "Jackie - JNC 10000.mp4" \ | |
| -ss 24.28 -i "Claire Gebben - 20201027_165558.mp4" \ | |
| -ss 23.85 -i "mike.mp4" \ | |
| -ss 27.03 -i "Joe Frost - IMG_0742.mp4" \ |
OlderNewer