Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (41)

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

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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

Sur d’autres sites (5916)

  • Generate thumbnail for text file

    6 août 2016, par Felipe Schenone

    Suppose a user uploads a .txt or .php file, and I want to generate a .png thumbnail for it. Is there a simple way of doing it, that doesn’t require me to open the file and write its contents into a new .png ? I have ImageMagick and FFmpeg available, there must be a way to take advantage of that, but I’ve been looking a lot and no luck yet.

    Thanks in advance.

  • FFmpeg : How to skip the 000 when using %03d to create filename patterns ?

    17 avril 2020, par Akhilleus Uggo

    I'm using FFmpeg to split a file into chunks.
The output name is output%03d.mp4, but the first output name is output000.mp4

    



    Question : How can I skip the 000 and start from 001 ?

    



    Thanks in advance !

    


  • How to remove background color from video in android ?

    12 novembre 2016, par Priyesh Bhargava

    I want to remove bg from video in android ,checked with FFMPEG also but didn’t find any good solution, can any one help me any possible way like is it possible with JNI , openGL etc. so i can use in android.

    Thanks in advance !