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 /buildozer.spec | |
parent | 2c7aa35fbe8fd54f8019658d50ee573309d52571 (diff) | |
download | youload-0f3f4cb1dd7670b84b85a5bb03a58e5d55b6794c.tar.gz youload-0f3f4cb1dd7670b84b85a5bb03a58e5d55b6794c.tar.bz2 youload-0f3f4cb1dd7670b84b85a5bb03a58e5d55b6794c.zip |
Using ffmpeg instead of moviepy
Diffstat (limited to 'buildozer.spec')
-rw-r--r-- | buildozer.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildozer.spec b/buildozer.spec index 8d85df8..47bcd34 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -13,7 +13,7 @@ package.domain = nate.youload source.dir = src # (list) Source files to include (let empty to include all the files) -source.include_exts = py,png,jpg,kv,atlas,pymovie +source.include_exts = py,png,jpg,kv,atlas # (list) List of inclusions using pattern matching #source.include_patterns = assets/*,images/*.png @@ -37,7 +37,7 @@ version = 1.2 # (list) Application requirements # comma separated e.g. requirements = sqlite3,kivy -requirements = python3,kivy,pytube +requirements = python3,kivy,ffmpeg-python # (str) Custom source folders for requirements # Sets custom source for any requirements with recipes |