Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (48)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (5176)

  • How to call ffmpeg from Activity ?

    11 juin 2013, par Vishwas

    I want to use ffmpeg to change the resolution of video.

    However, i don't know how can i call ffmpeg executable from activity in android.

    I am using eclipse and Windows 7

    Any help will be appreciated.

  • How to call ffmpeg of remote server with java

    16 août 2018, par user9151542

    I need to complete an interface in Java to implement video upload and compression.
    The compressed video can be played directly on the browser.I tried to install ffmpeg locally and use java to call, which is able to implement this function. But I don’t know how to call ffmpeg on a remote server

  • How can I broadcast my webrtc (many to many) call using rtmp [closed]

    19 avril 2021, par Divyansh Agarwal

    I am building a application which helps us to broadcast many to many video call to youtube/twitch which uses RTMP to broadcast. So I need to convert my webrtc (many to many) call to RTMP.

    


    I have created a simple video conferencing app using webrtc in Node.js and now I want to convert all the streams in a particular room to RTMP stream and publish it to any platform supporting RTMP.

    


    Can I use ffmpeg for this purpose ? If yes then how could I do it ?