Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (55)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • 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

Sur d’autres sites (6343)

  • MAINTAINERS : add myself to the general developers list

    30 juin 2024, par Fei Wang
    MAINTAINERS : add myself to the general developers list
    

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] MAINTAINERS
  • doc/APIchanges : Document addition of list BSF API in lavc

    16 août 2016, par Jan Sebechlebsky
    doc/APIchanges : Document addition of list BSF API in lavc
    

    Signed-off-by : Jan Sebechlebsky <sebechlebskyjan@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] doc/APIchanges
  • How do I get codec list supported by android device with react-native ?

    10 novembre 2023, par Atul Tiwaree

    I'm making a video converter app using react-native and want to compress videos problem arrives, like video downloaded from youtube in 4k are av1 encoded the device that does not have av1 hardware accelerated encoder or simply software based av1 encoder won't be able to convert, so I want to tell user this prior to conversion

    &#xA;

    For this I want list of codec supported by user's device so that I can provide a good user experience

    &#xA;

    I searched for codec lists for react native but not found anything

    &#xA;