Recherche avancée

Médias (0)

Mot : - Tags -/images

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

Autres articles (81)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (11459)

  • There have any c code for dynamic text overlay on video ?

    3 juillet 2016, par vibog

    There have any example for dynamic text overlay on video using gstreamer , I am never use gstreamer with c program . I know that isvery useful as compare to ffmpeg . there have pipeline which consume low cpu . Please give any example or tutorial for Overlay (dynamic updating texts) on video .
    Thanks in advance .

  • FFmpeg ios sample code for video streaming

    29 avril 2014, par iJose

    I have done with Video Encoding using AVFoundation framework in ios.

    Now i want to stream these video to a RTMP server using FFMPEG.
    IT would be great help if anyone of you post a link / sample Code for achieving this.
    Any other Solution other than this is also invited.

    Thanking you in advance.

  • ffmpeg blurring a virtual camera

    30 avril 2021, par Paul Smith

    At the moment, I am directing the video of my physical webcam to a virtual camera by using the following command :

    


    ffmpeg -i /dev/video1 -f v4l2 /dev/video0


    


    It works fine. However, I would like to add a square or a circle to show my face clearly but blurring everything around the square or the circle.

    


    Could someone please help me ?

    


    Thanks in advance !