Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (38)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (9541)

  • Changelog : add dnn libtorch backend entry

    23 mars 2024, par Wenbin Chen
    Changelog : add dnn libtorch backend entry
    

    Signed-off-by : Wenbin Chen <wenbin.chen@intel.com>

    • [DH] Changelog
  • libopenh264dec : Use a newer decoding entry point function

    25 janvier 2019, par Martin Storsjö
    libopenh264dec : Use a newer decoding entry point function
    

    The "new" entry point actually has existed since OpenH264 1.4 in
    2015 and is the the recommended decoding entry point.

    The name of this function, DecodeFrameNoDelay, is rather backwards
    considering that it doesn’t return the latest decoded frame immediately,
    but actually does proper delaying and reordering of frames.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/libopenh264dec.c
  • doc/ffprobe.xsd : add frameSideDatumType entry

    28 février 2024, par Niklas Haas
    doc/ffprobe.xsd : add frameSideDatumType entry
    

    Frame-level side data attributes are printed with the same key/value
    structure as packet-level side data attributes, but this is not
    reflected in the XSD.

    • [DH] doc/ffprobe.xsd