Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (55)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • 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 : (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (10646)

  • Upgrading Transcooding system, Ideal database to store chunk metadata [closed]

    11 mai 2022, par Vitoo

    I try to update my transcoding system, to make it more efficient and failure resistant. Right now service transcode the whole video at once generating multiply resolution it consumes a lot of resources and when transcoding crash it has to start from beginning.

    


    I think the better method is to chop a video into small 5-10 sec pieces and encode it separately and at the end merge it, but the main problem is to delegate pieces to different encoder workers. I need to store chunks in some database and every worker should lock that it is already working on it and if successful change state to true.

    


    What do you think about this ?
What kind of database should I use ?
Do you have some additional ideas or propositions ?

    


  • ffserver_config : do not store preset name

    15 novembre 2014, par Lukasz Marek
    ffserver_config : do not store preset name
    

    Preset are translated to AVOptions.
    It is not required to reparse anymore.

    Fixes CID #1254667

    Signed-off-by : Lukasz Marek <lukasz.m.luki2@gmail.com>

    • [DH] ffserver_config.c
    • [DH] ffserver_config.h
  • rtmp : Store all the notify messages

    16 septembre 2013, par Luca Barbato
    rtmp : Store all the notify messages
    

    The onTextData is used to implement text data streams in flv.

    • [DBH] libavformat/rtmpproto.c