TadasBaltrusaitis / OpenFace

OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
Other
6.72k stars 1.82k forks source link

Could not open VideoWriter issue #970

Open Moktar13 opened 3 years ago

Moktar13 commented 3 years ago

I'm trying to run the FeatureExtraction tool. It seems to run fine, however, OpenFace doesn't output the video with the face boxing and facial annotations (other files like the .csv, .hog, .txt, and the .au_aligned folder are outputted - just not the video)

1

The highlighted area is the issue.

Desktop

TadasBaltrusaitis commented 3 years ago

Could it be something to do with codecs? Could you try changing the codec specified for output using -oc flag, see https://github.com/TadasBaltrusaitis/OpenFace/wiki/Command-line-arguments for more details