Recherche avancée

Médias (91)

Autres articles (44)

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

  • Using FFmpeg to convert all images in a folder to mp4 or avi using a .bat file [Windows]

    21 janvier 2016, par Zombie Waffles

    I’m trying to get all .png files in a folder to be converted into a video format in the same directory as the images. Now I can’t understand how ffmpeg works, I just want something like this ;

    for /l %%k in (1,1,%images%) do (
       ffmpeg.exe (I need help with the parameters here)
    )

    This is my very first help request ever and I’m not sure if I supplied enough information for this to be an easy answer. But at least TRYING to help me would be much appreciated. Thank you for reading !

  • AAC encoder : TNS fixes on short windows

    17 janvier 2016, par Claudio Freire
    AAC encoder : TNS fixes on short windows
    

    TNS was computing filter coefficients incorrectly for short windows
    due to a few coefficient addressing bugs. Fixing them fixes lots of
    instability with transients (short windows).

    • [DH] libavcodec/aacenc_tns.c
  • windows : Use native threads by default

    16 octobre 2015, par Henrik Gramner
    windows : Use native threads by default
    

    — disable-win32thread can be passed as an argument to configure to compile
    with pthreads, which was the old default behavior.

    • [DH] configure