Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (111)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (4595)

  • How to include special characters as text while watermarking video using ffmpeg ?

    29 janvier 2021, par Avinash Modi

    Using the below command to add watermark in a video :

    


    ffmpeg -i inputClip.mp4 -vf "drawtext=text='©Krishna':x=640:y=360:fontsize=24:fontcolor=white" -c:a copy output.mp4


    


    I am not able to add certain special characters as text here like %,",' etc..

    


    Can anyone let me know, if there are any limitations to it ? Please share the reliable source as well.

    


  • How to pass real time video to youtube rtmp server for live streaming ?

    31 octobre 2022, par AMRITESH GUPTA

    I am trying to build a project in which a user can post his screen-shared video to youtube live, but I don't know how to pass on that captured stream to youtube using youtube API. Also, I don't want to use any streaming software for this.
I anyone has any idea how to do it, please share it.

    


    P.S. - I am using Nodejs and FFmpeg for video encoding.

    


  • Kill FFmpeg RTMP/RTSP

    8 janvier 2018, par Akim Benchiha

    I’m using ffmpeg to combine to inputs stream. One is RTMP and the other one is rtmp.
    What I want is weather RTMP or RTSP input is broken, send to an API the end of steaming and kill the process.
    RTSP stream is a loop video.

    Do you have any idea to share please ?