mirror of
https://github.com/chev2/shitpost-video-generator.git
synced 2026-04-25 20:22:14 +00:00
Print number of found images
This commit is contained in:
parent
003d4ff6c8
commit
aad0824bd6
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -75,7 +75,7 @@ print(f"Chose seed: {seed}")
|
|||
rng = random.Random(seed)
|
||||
|
||||
print("")
|
||||
print(f"Found {len(videoFiles)} videos and {len(audioFiles)} sounds")
|
||||
print(f"Found {len(videoFiles)} videos, {len(audioFiles)} sounds, {len(imageFiles)} images")
|
||||
|
||||
videoEffects = [
|
||||
# Speed up or slow down
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue