Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (67)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • Using and updating a java Surface object on the native side

    24 avril 2016, par Juan Manuel González Otero

    I would like to know how to send a SURFACE object generated in the java side to my native source, and how to interact with this surface object once there in order to draw frames on it ? Does anyone know any link to a sample code doing something similar to what I’ve just described ?

    Thank you in advance

  • How to join two videos containing audio as well using Python ? [on hold]

    5 janvier 2018, par Sarthak Agarwal

    I have to join two videos (contains audio as well). The second video has to be appended to the first after some adjustment (ie. some movement in XY axis, so that the second video appears to seamlessly/continuously join the first one). OpenCV is essentially a computer vision library, and does not support audio. I have to use python for that. How to go about it ? Please help me out here ? Thanks in advance.

  • Show progress of a video conversion with FFMpeg

    23 novembre 2017, par ChrisCreateBoss

    I’m using C# WinForms to make a video converter, I’m using NReco.VideoConverter library. It has an EventHandler named ConvertProgress but I have never used EventHandlers, I was searching for some information on internet, but I still don’t know how to apply it to my application.

    I tried this :

    public static event EventHandler<convertprogresseventargs> _getPercent;
    //...
    _getPercent += ???
    progressBar1.Value = ??
    </convertprogresseventargs>

    I’m stuck there, and I don’t know what to do. Can someone help me ?? Thanks in advance.