Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (102)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (10049)

  • Anomalie #3592 (Fermé) : Robots.txt.html et tests de compatibilité mobile de Google

    17 novembre 2015

    On ferme donc. En activant la compression, google se débrouille très bien avec les robots.txt actuel.

  • Excluding ARMv5 and ARMv6 devices from Google Play

    14 mai 2015, par Taras

    I build a ffmpeg based library for my project and the outputs are really huge. Is it OK to remove the support of old arm processors and leave only arm-v7 and x86 libraries ?

    I suspect that arm-v7 won’t work on older arm processors.

    The application min sdk is 4.0.3 and the question is whether the percentage of devices with old ARM is too small so I can filter them out on Google Play ?

  • libde265 decode hevc and save to .jpg file

    31 octobre 2017, par aj3423

    I need to decode some hevc file to jpg, I can do this with ffmpeg :

    ffmpeg -i test.hevc test.jpg

    I want to integrate ffmpeg with my program, but the ffmpeg library seems to be large and not that easy to build on Win32. So I found another small and independent library libde265. Its sample demonstrates how to get every pixel of the hevc image, but it seems not able to save to a .jpg file.

    What’s the simplest way to save a de265_image to a jpg file ?