Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (48)

  • 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 ;

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

  • Revision 3520 : Un message si aucun média n’est publié ... cela fait une page un peu moins ...

    3 juin 2010, par kent1 — Log

    Un message si aucun média n’est publié ... cela fait une page un peu moins vide à l’installation du site

  • Anomalie #3826 : Filtre |oui ou |test_enfant_rubrique qui crée un espace

    7 septembre 2016, par b b

    Comme indiqué dans la doc :

    Le filtre |oui [1] (depuis SPIP 2.0) retourne soit un espace soit rien.
    Équivalent à | ?’ ’, il permet de retourner un contenu non vide (un espace) pour signaler que les parties optionnelles de la balise doivent s’afficher.

    http://www.spip.net/fr_article4615.html

  • FFmpeg Generate Thumbnail Efficiently

    30 mars 2017, par user1086010

    I am using FFmpeg for generating timeline thumbnail preview (image preview when your hover over seekbar in video player , like youtube player)

    I need generating thumbnail for every 20s .
    Here is code i use :

    ffmpeg -i vide.mp4 -vf "fps=4/60 ,scale=260:150,tile=10*10" -qscale:v 10  thumbnail_%d.jpg

    Code Work’s Fine , only problem i have it’s slow , for a movie with 3 hour long it’s take more than 6 minute to generate thumbnail.

    My System spec : Max os x 10.12 , Core i5 6600 , 16GB Ram.

    I want’s know there’s a better way to do this ?