Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (109)

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

  • Unable to Extraxt DTVCC stream info using FFProbe

    5 septembre 2018, par Anuragh27crony

    I’m unable to fetch the codec/info for closed captioning streams of a particular media file with following error.

    Unsupported codec with id 100359 for input stream 4

    Blockquote

    Follwing is the MediaInfo of the file

    enter image description here

    I’m aware of alternative tools to fetch this info, we are trying to automate the workflow using ffprobe/ffmpeg toolchain.

    Any help is appreciated.

  • Anomalie #2366 (Fermé) : Boite info sur page auteur

    10 octobre 2011, par jluc -

    En colonne de droite, dans la boite d’info de l’auteur connecté il y a un mélange des personnes dans les différentes lignes : AUTEUR NUMÉRO 1 Statut de cet auteur : administrateur Je suis webmestre Cet administrateur gère toutes les rubriques. On passe de la 3eme personne à la première personne. (...)

  • Revision 4e30565a9f : Fix bug 837 : realloc mode info buffers on resize The test to determine if the m

    12 août 2014, par Adrian Grange

    Changed Paths :
     Modify /vp9/common/vp9_alloccommon.c


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/encoder/vp9_bitstream.c



    Fix bug 837 : realloc mode info buffers on resize

    The test to determine if the mode info buffers need
    to be resized when the frame size changes was
    incorrect, as per bug 837.

    By storing the size of the allocated data structure,
    a simple test determines whether to allocate more
    memory when the frame size changes.

    Change-Id : I1544698f2882cf958fc672485614f2f46e9719bd