Advanced search

Medias (91)

On other websites (232)

  • Is it possible to detect a face on video and crop on it with ffmpeg?

    27 July 2022, by gantoin

    I want to extract the face area of some videos.
The face on videos is always in a fixed location, but this location changes.
The face area on videos is on the top right, sometimes on the bottom left, etc.

    


    That's why I thought face detection + cropping with FFmpeg could be a solution (if it's possible). Is it?

    


  • Face replace by an image in video using FFMPEG android

    2 January 2015, by Sanat Pandey

    I am working on FFMPEG Video Conversion, I want a face replacement by my image in a video. For this subject I searched something which I am describing please let us know if I am wrong. and Suggest the proper procedure for that.

    1) I can extract each sec images from a video frame by frame.

    2) then we detect face from each image.

    3) Morph an image onto the face.

    4) then again make a video with these images through FFMPEG.

    Is I am right? If yes then what about audio in this process and if wrong then where?

    Thanks in advance.

  • Face replacement by an image in video using FFMPEG android

    18 January 2015, by Sanat Pandey

    I am working on FFMPEG Video Conversion, I want a face replacement by my image in a video. For this subject I searched for something which I am describing below. Please let me know if I am wrong, and suggest a more proper procedure for the task.

    1) I can extract all images from a video frame by frame.

    2) Then we detect face from each image.

    3) Morph an image onto the face.

    4) Then again make a video with these images through FFMPEG.

    Am I right? If yes then what about audio in this process? And if wrong then where am I mistaken?