Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (75)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

Sur d’autres sites (9807)

  • movenc : Add support for writing language codes into ISML manifests

    27 septembre 2016, par Jan Ekström
    movenc : Add support for writing language codes into ISML manifests
    

    Streaming servers appear to ignore all other language metadata.

    Signed-off-by : Jan Ekström <jeebjp@gmail.com>
    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] libavformat/movenc.c
  • lavc : remove libfaac wrapper

    29 septembre 2016, par Josh de Kock
    lavc : remove libfaac wrapper
    

    There is really no need for two aac wrappers, we already have
    libfdk-aac which is better. Not to mention that faac doesn’t
    even support HEv1, or HEv2. It’s also under a license which is
    unusable for distribution, so it would only be useful to people
    who will compile their own ffmpeg, only use it themselves (which
    at that point should just use fdk-aac).

    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] Changelog
    • [DH] LICENSE.md
    • [DH] configure
    • [DH] doc/encoders.texi
    • [DH] doc/ffserver.conf
    • [DH] doc/general.texi
    • [DH] doc/muxers.texi
    • [DH] doc/platform.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/libfaac.c
  • doc/t2h : use container

    1er octobre 2016, par Josh de Kock
    doc/t2h : use container
    

    Full width text is really difficult to read, this makes it more
    more legible on larger (widescreen) screens. It also means we aren’t
    inventing our own container instead of using the bootstrap one.

    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] doc/t2h.init
    • [DH] doc/t2h.pm