Recherche avancée

Médias (91)

Autres articles (88)

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

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (5945)

  • Revision b192d99f73 : Fix ads2gas script to look for ALIGN as a word. Change-Id : I4efc4f4e87e8666b692

    11 décembre 2012, par Frank Galligan

    Changed Paths : Modify /build/make/ads2gas.pl Fix ads2gas script to look for ALIGN as a word. Change-Id : I4efc4f4e87e8666b69257de82c5c5dd4aadee28c

  • Extract Word timing in audio file [on hold]

    2 décembre 2018, par user1160621

    Is there any code solution (as FFmpeg) to find the word timing in an audio file, for example, the result will be :

    word1 : start at 1.1 Seconds and ended at 1.7
    word2 : start at 2.1 Seconds and ended at 2.4

    Thank you.

  • dca_parser : Extend DTS core sync word and fix existing check

    29 avril 2015, par foo86
    dca_parser : Extend DTS core sync word and fix existing check
    

    The previous version checked for 14-bit streams and did not properly
    work across buffer boundaries.

    Use the 64-bit parser state to make extended sync word detection work
    across buffer boundary and check the extended sync word for 16-bit LE
    and BE core streams to reduce probability of alias sync detection.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/dca_parser.c