Closed ronbere closed 1 year ago
i'll check.
Steps animation error: ffmpeg not found
which os? can you post console log?
Running DDIM Sampling with 19 timesteps Decoding image: 100%|██████████████████████████████████████████████████████████████████| 19/19 [00:15<00:00, 1.19it/s] Steps animation error: ffmpeg not found:
Windows 10
are you sure that ffmpeg is in path? if its installed, that's a typical problem in 99% of cases. lets see if python can find it - try to execute:
python -c 'import shutil; print(shutil.which("ffmpeg"))'
python -c 'import shutil; print(shutil.which("ffmpeg"))' File "
", line 1 python -c 'import shutil; print(shutil.which("ffmpeg"))' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: invalid syntax
Sorry i'm not an expert of python
same in cmd :
D:\automatic>python -c 'import shutil; print(shutil.which("ffmpeg"))'
File "
just run in command line, don't start python.
Working fine on A1111...
the syntax i asked you to run was not valid for windows, try again using this:
python -c "import shutil; print(shutil.which(\"ffmpeg\"))"
nothing appears on intermediate and animation folders. ffmpeg installed, deforum working
the intermedia will be deleted by default checkbox (the creator must be a clean man) ! if you uncheck delete intermedia, you will see the sequence images, and the script has some issue with windows path, so the ffmpeg can't creat that video file, maybe the naming is too long, so both the intermedia and video is not existing. (-_-)
@ronbere i've asked to check existence of ffmpeg
in path 2 weeks ago - once you provide that information i can reopen the issue, in the meantime closing it as its been idle for 2 weeks.
nothing appears on intermediate and animation folders. ffmpeg installed, deforum working