divajsz

Results 7 comments of divajsz

> deface: error: argument --ffmpeg-config: invalid loads value: '{codec: libx264}' this is what i receive :/ Do you have any recommendation? sometimes I get the imageio error but its not...

You had your point, I had no FFMPEG installed. Since this PC is part of AD I have no admin rights at night but I could get over it with...

I copied your line from above deface --ffmpeg-config='{"codec": "libx265"}' example.mp4 gives the error : ``` (venv) PS D:\ video> deface --ffmpeg-config='{"codec": "libx265"}' .\GH010144.MP4 usage: deface [--output O] [--thresh T] [--scale...

I have notices this issue: https://github.com/ORB-HD/deface/issues/2 And I tried to upgrade imageio but it is already the latest: ``` (venv) PS D:\video> pip install --upgrade imageio Requirement already satisfied: imageio...

@mdraw do you have any suggestion?

Reinstalled with python 3.7 and deface is working fine (onnx is not installing but it is a different issue)

Hi All! I managed to set up deface in Win10 enviroment with Python 3.7 installed from the Store app. I had some ups and downs so I wanted to share...