Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (15)

  • Initialisation de MediaSPIP (préconfiguration)

    20 février 2010, par

    Lors de l’installation de MediaSPIP, celui-ci est préconfiguré pour les usages les plus fréquents.
    Cette préconfiguration est réalisée par un plugin activé par défaut et non désactivable appelé MediaSPIP Init.
    Ce plugin sert à préconfigurer de manière correcte chaque instance de MediaSPIP. Il doit donc être placé dans le dossier plugins-dist/ du site ou de la ferme pour être installé par défaut avant de pouvoir utiliser le site.
    Dans un premier temps il active ou désactive des options de SPIP qui ne le (...)

  • Les thèmes de MediaSpip

    4 juin 2013

    3 thèmes sont proposés à l’origine par MédiaSPIP. L’utilisateur MédiaSPIP peut rajouter des thèmes selon ses besoins.
    Thèmes MediaSPIP
    3 thèmes ont été développés au départ pour MediaSPIP : * SPIPeo : thème par défaut de MédiaSPIP. Il met en avant la présentation du site et les documents média les plus récents ( le type de tri peut être modifié - titre, popularité, date) . * Arscenic : il s’agit du thème utilisé sur le site officiel du projet, constitué notamment d’un bandeau rouge en début de page. La structure (...)

  • 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 (2722)

  • 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 ?