Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (66)

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

  • 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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (11496)

  • ImgFlip Gif Generator

    30 juillet 2013, par user1960364

    Reference : http://imgflip.com/gifgenerator

    So, I don't need the web UI and all the cusomizations. But I've been trying to figure out how to slice and convert a mp4 or mov to an animated gif automagically. I've looked at several ways of doing it with imagemagick/ffmpeg but none of them rendered results as good as imgflip. I always end up with some 24bit color-looking gif instead or some impractically large file.

    Any suggestions/ideas on how to do it as efficiently as imgflip ?

    Thanks :)

    — Edit —
    I found this on reddit :

    #!/bin/bash

    # Extracts each frame of the video as a single gif
    ffmpeg -i $1 out%04d.gif

    # Combines all the frames into one very nicely animated gif.
    convert -delay 4 out*.gif anim.gif

    # Optimizes the gif using imagemagick
    convert -layers Optimize anim.gif optimized_output.gif

    # Cleans up the leftovers
    rm out*
    rm anim.gif

    Using that, I created (and yes, I'm on windows) :

    ffmpeg -i v.mp4 -r 10 -q:v 1 tmp/out%04d.jpg
    convert -delay 10 tmp/out*.jpg jpg-d10.gif
    echo y | del tmp

    And got decent quality, even this creates an 8MB file for a small 6sec 480x480 clip at 10fps. And because it's a video and not vector or series of images with very few colors, extracting jpg images does better compression than -layers Optimize. However, for some reason, -qscale/-q:v on the frame extraction does not effect the final file size, just the quality.

  • Chess game video generator

    11 septembre 2017, par samara-casa

    I don’t have a specific technical question, I rather would like to hear advices on how to come around so the task will be implemented in the most elegant way.
    Can’t think on a solution that will satisfy me in terms of "elegance".

    I would like to create automatic video generator of chess games.
    You give it the moves in PGN format, maybe some configurable options as seconds between moves or audio track and it will eventually output a video file of the game.

    What is the correct way to get into it ? Is there software or tools that can help me with this ? What libraries to use ? Ideas ?

  • Build : Update release script to skip changelog generator

    30 juin 2015, par jzaefferer
    Build : Update release script to skip changelog generator