Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (98)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

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

Sur d’autres sites (6216)

  • How does Chrome decide how much video to buffer for HTML5 MP4 ?

    5 mars 2015, par user3466413

    I have an MP4 video that is variable bitrate, so the average bitrate doesn’t necessarily stay consistent throughout the entire file. Because my video is a capture of a computer screen, some parts of the video are very low bitrate because nothing is happening, and other parts are a much higher bitrate because there’s a lot of activity on the screen.

    How does Chrome decide how much video to buffer for progressive download HTTP(S) videos ? I’m running into a problem where Chrome tends to buffer too little, so playback stutters.

    If there’s no way of convincing Chrome to download a certain time of video (and I don’t want to just preload the entire thing), can I author the MP4 some special way to solve the problem ? I’m using FFmpeg and MP4Box. Maybe it’s up to the HTTP server ?

  • Trac 2139 indirectly brought to light the case of a stream that uses a

    26 février 2015, par Monty
    Trac 2139 indirectly brought to light the case of a stream that uses a
    single-entry codebook, but does not code a codeword of length 1 equal
    to zero.  Such a stream could cause a stream to read garbage.
    

    There is no apparent chance of garbage memory writes as this happen
    entirely after decode setup, however there is playback DoS potential.

    This commit special cases single-entry codebook setup so that decode
    is well-defined for streams with single-entry codebooks, and adds some
    comments to make it more clear how the case is handled.

    git-svn-id : http://svn.xiph.org/trunk/vorbis@19444 0101bb08-14d6-0310-b084-bc0e0c8e3800

    • [DH] lib/codebook.c
    • [DH] lib/sharedbook.c
  • Is Electron using a custom-licensed libx264 variant ?

    13 septembre 2016, par JohnW

    Electron is providing a few variants of FFmpeg.

    The variant I have seems to handle H264 just fine, which it does using libx264 apparently.

    The question is simple : Do electron developers have a special deal with VideoLan to provide an MIT licensed FFmpeg with x264 ?

    I am asking because VideoLan seems to dual-license libx264 (GPL and custom license) so it is possible that there is a deal.

    According to this link however the answer may very well be "no".