/Ozu-Media-Test-Suite

An FFMPEG based script to generate media useful for testing robustness in media pipelines

Primary LanguagePython

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