Utilties that are typically needed for doing repeated work.
- videometadata is a python3 utility that lists video metadata.
- This is based on ffmpeg. ffmpeg can be installed from here https://www.ffmpeg.org/
- VIDEOFILEPATH variable has the folder path containing the video files.
- allowedfilexts function controls the file to anlaysed via extensions. At times a typical folder might have anudo and video files.
- Tested with Python version 3.6 While i will try to fix reported bugs, it would be difficult to make any commitment on timelines.