Recherche avancée

Médias (91)

Autres articles (55)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (9059)

  • Anomalie #3051 : Perte de config des documents lors de màj 2.1.23 vers 3.0.11

    17 octobre 2013, par b b

    Bon, on peut fermer ce ticket maintenant non ? Étant donné qu’il y a déjà #3015 à propos de l’activation des docs sur les articles par défaut.

  • How to accelerate ffmpeg screenshot taking ?

    20 janvier 2017, par supermario

    I use this command to get a series of screenshots from videos :

    ffmpeg  -i input.mp4 -r 0.0033 -vf scale=-1:120 -vcodec png capture-%002d.png

    But it takes ages when the file is moderately large. I’m wondering how to accelerate this process ?

    I looked at the docs tried to tweaked the flags, but could not manage to improve it.

  • Name ffmpeg generated images using timestamp rather than sequential numbers

    1er octobre 2018, par weotch

    As far as I can tell from the ffmpeg docs, they don’t provide a way to use timestamps in the filename rather than sequential numbers. What they provide allows you to create 0001.jpg, 0002.jpg, 0003.jpg but not 2011-08-01 7:30:00.jpg, 2011-08-01 7:30:01.jpg, 2011-08-01 7:30:02.jpg. Can anyone think of a solution that could take the sequentially named files from ffmpeg and name them using their created time ?