Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (42)

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

  • 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

Sur d’autres sites (4823)

  • Merge commit ’73ae0a9d12857852222363f9a7c14d07058ebfd3’

    16 février 2015, par Michael Niedermayer
    Merge commit ’73ae0a9d12857852222363f9a7c14d07058ebfd3’
    

    * commit ’73ae0a9d12857852222363f9a7c14d07058ebfd3’ :
    g722 : Split out computation of band->s_zero and unroll code

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/g722.c
  • Merge commit ’0cb83c563848bf8f8365e7bd30e7e6b57ef360f0’

    13 octobre 2013, par Michael Niedermayer
    Merge commit ’0cb83c563848bf8f8365e7bd30e7e6b57ef360f0’
    

    * commit ’0cb83c563848bf8f8365e7bd30e7e6b57ef360f0’ :
    indeo4 : Check the block size if reusing the band configuration

    Conflicts :
    libavcodec/indeo4.c

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/indeo4.c
  • missing metadata on itunes aiff

    19 décembre 2014, par Jürgen

    I am writing the aiff metadata with this line :

    ffmpeg -i uno.aiff -metadata title=Track -metadata artist=Band -f aiff dos.aiff

    but iTunes done recognize the metadata. What I am doing wrong ?