Metadata-Version: 2.4
Name: vid2vtf
Version: 2.0.0
Summary: Convert Videos into Animated VTF's (Valve Texture Format)
Author: theredenemy
Project-URL: Repository, https://github.com/theredenemy/vid2vtf.git
Project-URL: Issues, https://github.com/theredenemy/vid2vtf/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: attrs==25.4.0
Requires-Dist: av==16.0.1
Requires-Dist: pillow==12.0.0
Requires-Dist: srctools==2.6.2
Requires-Dist: typing_extensions==4.15.0
Requires-Dist: useful_types==0.2.1
Requires-Dist: tqdm==4.67.1

Make Sure FFMPEG is Installed.

```cmd
  --video VIDEO
  --fps FPS
  --width WIDTH
  --height HEIGHT
  --output_filename OUTPUT_FILENAME
  --output_dir OUTPUT_DIR
```
