diff --git a/.gitignore b/.gitignore index 894a44c..729e9c7 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,6 @@ venv.bak/ # mypy .mypy_cache/ + +# Ignore output files +fvid_frames/ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..7aa7962 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +numpy +bitstring +pillow +ffmpeg-python +python-magic +tqdm \ No newline at end of file