Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (94)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (15664)

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

    


  • linux vs windows in ffmpeg conversion

    1er février 2012, par user1183169

    I am trying to convert flv files to mp3. Requirement is windows platform.

    so whenever I execute the command in php code it results in failure.

    I have tried to find how to use this command in windows but failed.

    here is the command

    ffmpeg -i /video.flv -vn -acodec copy /video.mp3

    now i know the above command is linux based. I only want to know how to implement it in a windows environement.

    THx in advance