Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 264 Bytes

Readme.md

File metadata and controls

20 lines (10 loc) · 264 Bytes

Goal

  • Generate a set of test media which incorporates some in the wild unexpected files

Install

suggest using a venv or conda

conda create --name video-test-env python=3.10
conda activate video-test-env
conda install -c conda-forge ffmpeg

Usage