Recherche avancée

Médias (91)

Autres articles (41)

  • 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

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (4978)

  • Grey out deprecated methods

    31 octobre 2011, par Scott Schiller

    m demo/index.css Grey out deprecated methods

  • Firefox, Chrome, Safari have grey background for MP4 HTML5 video

    28 mars 2023, par James

    Any video (that I can make) with a white background becomes grey in Firefox, Chrome, and Safari (it is white in IE). Well, on my Windows machine it is grey, on my Android phone/tablet and Mac it is white...

    



    I am using ffmpeg to encode the video. If I encode it as webm, the background is white.

    



    See : https://jsfiddle.net/Lbg8f6ck/

    



    I found a hack that fixes it for Chrome :

    



    <video style="-webkit-filter:brightness(108.5%);"></video>code>

    &#xA;&#xA;

    But it does not work for Firefox or Safari.

    &#xA;&#xA;

    Another hack for Firefox :

    &#xA;&#xA;

    filter:brightness(1.085)&#xA;

    &#xA;&#xA;

    But for some reason setting it through JavaScript does not work.

    &#xA;&#xA;

    A few versions ago the background was white for Chrome, then became grey again...

    &#xA;&#xA;

    The question is : Why is white grey ?

    &#xA;&#xA;

    Is it an issue with the video or with Chrome, Firefox, Safari in general ? (How can they not support white ?)

    &#xA;&#xA;

    Is it possible to get a white background ?

    &#xA;&#xA;

    Any hacks, workarounds ?

    &#xA;

  • Firefox, Chrome, Safari have grey background for MP4 HTML5 video

    5 avril 2016, par James

    Any video (that I can make) with a white background becomes grey in Firefox, Chrome, and Safari (it is white in IE). Well, on my Windows machine it is grey, on my Android phone/tablet and Mac it is white...

    I am using ffmpeg to encode the video. If I encode it as webm, the background is white.

    See : https://jsfiddle.net/Lbg8f6ck/

    I found a hack that fixes it for Chrome :

    <video style="-webkit-filter:brightness(108.5%);"></video>code>

    But it does not work for Firefox or Safari.

    Another hack for Firefox :

    filter:brightness(1.085)

    But for some reason setting it through JavaScript does not work.

    A few versions ago the background was white for Chrome, then became grey again...

    The question is : Why is white grey ?

    Is it an issue with the video or with Chrome, Firefox, Safari in general ? (How can they not support white ?)

    Is it possible to get a white background ?

    Any hacks, workarounds ?