├── .gitignore ├── LICENSE ├── README.md ├── pyproject.toml ├── test_pattern.mp4 └── wtffmpeg.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottvr/wtffmpeg/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottvr/wtffmpeg/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottvr/wtffmpeg/HEAD/README.md -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottvr/wtffmpeg/HEAD/pyproject.toml -------------------------------------------------------------------------------- /test_pattern.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottvr/wtffmpeg/HEAD/test_pattern.mp4 -------------------------------------------------------------------------------- /wtffmpeg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottvr/wtffmpeg/HEAD/wtffmpeg.py --------------------------------------------------------------------------------