Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (75)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (6270)

  • avfilter/af_astats : measure minimal and mean difference between two consecutive samples

    17 juillet 2015, par Paul B Mahol
    avfilter/af_astats : measure minimal and mean difference between two consecutive samples
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] doc/filters.texi
    • [DH] libavfilter/af_astats.c
  • autogen.sh : Improve autoconf/automake detection on OpenBSD

    26 janvier 2016, par Erik de Castro Lopo
    autogen.sh : Improve autoconf/automake detection on OpenBSD
    

    OpenBSD needs the enviroment variables `AUTOCONF_VERSION` and
    `AUTOMAKE_VERSION` to be set in order to find these tools.

    The script now tests (individually) if they are already set and if they
    aren’t sets them to something that is known to work on OpenBSD 5.8

    • [DH] autogen.sh
  • configure.ac : relax linux OS detection

    9 janvier 2017, par Peter Korsgaard
    configure.ac : relax linux OS detection
    

    Not all linux hosts match the *-pc-linux-gnu wildcard, causing build
    failures for older glibc versions where we need to link with -lrt for
    clock_gettime - E.G. :

    - arm-unknown-linux-musleabihf
    - powerpc-unknown-linux-gnuspe
    - bfin-linux-linux-uclibc
    ..

    Signed-off-by : Peter Korsgaard <peter@korsgaard.com>
    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] configure.ac