Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (41)

  • 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

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6248)

  • fate/seek : fix missing mpeg4video parser dependency

    30 juin, par Nicolas Gaullier
    fate/seek : fix missing mpeg4video parser dependency
    

    Signed-off-by : Nicolas Gaullier <nicolas.gaullier@cji.paris>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tests/fate/seek.mak
  • fate/lavf-container : fix multiple dependencies

    30 juin, par Nicolas Gaullier
    fate/lavf-container : fix multiple dependencies
    

    Signed-off-by : Nicolas Gaullier <nicolas.gaullier@cji.paris>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tests/fate/lavf-container.mak
  • Server-side generated video with custom texture - Where to start ?

    12 février 2014, par opznhaarlems

    I am working on a project in which a user can upload an image and then after uploading the image, a video is generated and then displayed, containing the image which was uploaded as some sort of texture/mask. (Like they do in Elf Yourself).

    The original video should contain some sort of placeholder for the image to allow it to move around and be transformed on a matrix.

    I'm not really sure where to start off or how I should even call such a merging/blending process in the first place.

    A few requirements I've came up with so far :
    - The server runs PHP
    - I am able to use GD, Imagick and FFMPEG

    Regards