Metadata-Version: 2.4
Name: vid2vtf
Version: 3.0.1
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.10
Description-Content-Type: text/markdown
Requires-Dist: av==17.1.0
Requires-Dist: pillow==12.3.0
Requires-Dist: srctools==2.7.0
Requires-Dist: tqdm==4.70.0

Make Sure FFMPEG is Installed.

```cmd
  --video VIDEO
  --fps FPS
  --width WIDTH
  --height HEIGHT
  --output_filename OUTPUT_FILENAME
  --output_dir OUTPUT_DIR
  --material_modify_control MATERIAL_MODIFY_CONTROL
```
Here is an Example command
```cmd
vid2vtf --video view.mp4 --fps 15 --width 256 --height 128
```
or
```cmd
vid2vtf-cli --video view.mp4 --fps 15 --width 256 --height 128
```
or
```cmd
python -m vid2vtf --video view.mp4 --fps 15 --width 256 --height 128
```
