ORB-HD / deface

Video anonymization by face detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Videos are sped-up when anonymized

malgaba opened this issue · comments

Hi! I'm using a macOS Ventura 13.5.2 with Apple M1 Pro to anonymize some videos but, I don't know why, when the process finish all the videos are in high-speed.

Have you tested videos from other sources or just recordings from a certain device? If this only happens on certain videos, could you maybe share a short test video with which we can try to reproduce this issue?

As a workaround, you can try setting the FPS manually with the --ffmpeg-config option, for example if you know that your source video has 25 FPS, add --ffmpeg-config='{"fps": 25}' to the command-line arguments of deface.

Thank you! It perfectly worked by adjusting the frame configuration to the actual frame rate of my videos.