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)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

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