dunnousername / yanderifier

First-Order-Wrapper (formerly known as Yanderify) is a front-end tool for first-order-motion. It aims to make using first-order-motion face animation accessible to everyone, for education and entertainment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This app won't work on your PC

AlexZhu2001 opened this issue · comments

commented

This section contains the details the devs need to fix this issue.
If you are reporting a bug, please include this entire section.
If you leave out any of it, there is a good chance the devs will not be able to help.
Error: received a OSError at stage "predict".
Message: "Could not load meta information
=== stderr ===

ܾʡ"
Full traceback:
File "yanderify.py", line 211, in worker_thread

File "imageio\core\functions.py", line 129, in get_reader

File "imageio\core\format.py", line 168, in get_reader

File "imageio\core\format.py", line 217, in init

File "imageio\plugins\ffmpeg.py", line 358, in _open

File "imageio\plugins\ffmpeg.py", line 523, in _load_infos

cpu=0 D:/6.mp4 D:/source.jpg D:/dst.mp4 This is the last line of the crash report section.

Loading...
Exception in thread Thread-1:
Traceback (most recent call last):
File "threading.py", line 917, in _bootstrap_inner
File "threading.py", line 865, in run
File "yanderify.py", line 269, in worker_thread
File "yanderify.py", line 211, in worker_thread
File "imageio\core\functions.py", line 129, in get_reader
File "imageio\core\format.py", line 168, in get_reader
File "imageio\core\format.py", line 217, in init
File "imageio\plugins\ffmpeg.py", line 358, in _open
File "imageio\plugins\ffmpeg.py", line 523, in _load_infos
OSError: Could not load meta information
图片
图片

commented

I have solved this problem, which seems to be the ffmpeg used by imageio. I downloaded the latest ffmpeg and set the environment variable IMAGEIO_FFMPEG_EXE ,and problem is solved