Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (42)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

Sur d’autres sites (5640)

  • Revision 2f693be8f8 : Merge "mips msa vp9 common headers added"

    10 avril 2015, par Parag Salasakar

    Changed Paths :
     Modify /vp9/vp9_common.mk



    Merge "mips msa vp9 common headers added"

  • 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