Recherche avancée

Médias (0)

Mot : - Tags -/flash

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (16)

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

Sur d’autres sites (2834)

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

    27 juillet 2022, par gantoin

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

    &#xA;

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

    &#xA;

  • Face replace by an image in video using FFMPEG android

    2 janvier 2015, par 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 janvier 2015, par 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 ?