Recherche avancée

Médias (16)

Mot : - Tags -/mp3

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 (6650)

  • slide Wipe effects with ImageMagick tool and ffmpeg

    1er mai 2015, par KravAn

    I have to do a four slide effects named ’Wipe Up’, ’Wipe Down’, ’Wipe Right’, ’Wipe Left’. Like curtain of two images for each type. I think it can be possible with cropping of images with ’convert’

    convert 01.jpg -crop 1920x5 output_%03d.jpg

    where i can get sequence of images and compose at same time to the second image(What I don’t know..) And then I can build video from this sequence of images with ffmpeg :

    ffmpeg -i output_%03d.jpg out.mp4

    Maybe someone can help me with compossing of images in the same time when I croping ? Thanks for any suggestions !

    PS : all images have fixed dimensions : 1920x1080

  • Remove a set-but-unused variable (lastdelta) in the encode-side lsp

    2 mars 2015, par Monty
    Remove a set-but-unused variable (lastdelta) in the encode-side lsp
    code.  Note that the code in question is effectively dead as it's for
    floor0 encoding, and floor zero has been deprecated for over a decade.
    

    git-svn-id : http://svn.xiph.org/trunk/vorbis@19453 0101bb08-14d6-0310-b084-bc0e0c8e3800

    • [DH] lib/barkmel.c
    • [DH] lib/lsp.c
  • h264 : factor out common code from init() and init_thread_copy()

    23 mars 2015, par Anton Khirnov
    h264 : factor out common code from init() and init_thread_copy()
    
    • [DBH] libavcodec/h264.c