diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-18 02:18:40 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-18 02:18:40 +0000 |
commit | 0f3f4cb1dd7670b84b85a5bb03a58e5d55b6794c (patch) | |
tree | 9a465cca480e2fe8bb5ca347d1211454c2a761f2 /requirements.txt | |
parent | 2c7aa35fbe8fd54f8019658d50ee573309d52571 (diff) | |
download | youload-0f3f4cb1dd7670b84b85a5bb03a58e5d55b6794c.tar.gz youload-0f3f4cb1dd7670b84b85a5bb03a58e5d55b6794c.tar.bz2 youload-0f3f4cb1dd7670b84b85a5bb03a58e5d55b6794c.zip |
Using ffmpeg instead of moviepy
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index c286d2f..8769e6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ kivy pytube -moviepy +ffmpeg-python |