Recherche avancée

Médias (91)

Autres articles (101)

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

  • 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 (11269)

  • How to use Python to capture thumbnails from online videos without downloading the entire video ? [closed]

    28 septembre 2023, par gaowanliang

    When watching online videos, the web player can always drag the progress bar without having to download the entire video. This is thanks to the Range in the header, which can specify the range for playback. But I can’t find a way to use Python or ffmpeg to capture a part of the video content from a network video.

    


    The program does not need to be very accurate in how long it takes to capture a screenshot, but it does not need to download the entire video completely.

    


  • opus : export mapping family 2 (Ambisonic) as Ambisonic layout

    28 mai 2019, par Anton Khirnov
    opus : export mapping family 2 (Ambisonic) as Ambisonic layout
    

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

    • [DH] libavcodec/opus.c
  • mjpeg : Mark decoder family as thread safe

    11 mars 2015, par Vittorio Giovara
    mjpeg : Mark decoder family as thread safe
    

    No global variables are used and the VLC tables are allocated without
    static elements. This will allow using a JPEG decoding context within
    other decoders.

    • [DBH] libavcodec/jpeglsdec.c
    • [DBH] libavcodec/mjpegbdec.c
    • [DBH] libavcodec/mjpegdec.c
    • [DBH] libavcodec/mxpegdec.c
    • [DBH] libavcodec/sp5xdec.c