YuvalNirkin / fsgan

FSGAN - Official PyTorch Implementation
https://nirkin.com/fsgan
Creative Commons Zero v1.0 Universal
749 stars 147 forks source link

raise Error('ffprobe', out, err) ffmpeg._run.Error: ffprobe error (see stderr output for detail) #172

Open soumyajee opened 1 year ago

soumyajee commented 1 year ago

how to resolve this issue u have any idea regarrding this ![Uploading Screenshot from 2023-03-24 16-03-53.png…]()

jirimoravcik commented 1 year ago

First, you have to figure out what's the underlying error.

Try running conda update ffmpeg. Solved issue for me.