Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (63)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (9009)

  • Auto launch the video player in Android from the browser like an iPhone does

    2 juin 2015, par Gcoop

    I have just created and iPhone web app, which has some x264 (mp4) video files on it. When I link directly to the file on the iPhone and the user taps the link, the video player is loaded and the video starts playing.

    Using the app on an Android phone causes the browser to download the video instead of just playing it. Is there a way to force a video player to just boot up and play the video not download it ?

    Thanks in advance.

  • Evolution #2874 : dump SQLite partiel, sans table spip_meta

    19 janvier 2014, par Suske -

    Testé encore ce jour sous SPIP 3.0.14-dev SVN [21136] (site neuf avec base de démarrage et des mots-clés ajoutés dans un groupe pour le test)

    spip_mots et spip_mots_liens sont dans mon dump sqlite mais pas spip_meta.

    J’ajoute que si on force la restauration malgré l’erreur, les tables sont détruites sur le site de restauration. Ce serait bien d’empêcher la restauration dans ce genre de cas de figure...

  • Turn off intra prediction in h265

    11 août 2015, par user2208392

    I’m using ffmpeg to encode images into h265 (HEVC) videos and I’m wondering - is there a way to turn off the intra prediction, so that only inter prediction is used ? (EDIT : or force using inter prediction ?) I couldn’t find it among these commands https://x265.readthedocs.org/en/default/cli.html.