Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (33)

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

  • How to pass the output of one program (ffmpeg) to python script ?

    8 septembre 2017, par Victor Odouard

    What I would like to do is this :

    ffmpeg -i udp://224.10.10.10:15004 -qscale:v 2 sttest%04d.jpg

    And then pass the output image paths of this to a python script, which individually takes in the images and manipulates them, as ffmpeg is running (eventually I will use ffmpy to call ffmpeg rather than using the command line tool, but for now testing purposes, I’m starting here).

    I suppose a way to do this would be to look into the directory of the ffmpeg output every time I’ve processed an image to see if there is a new one, and then load that into python (using OpenCV)—and then waiting a certain time interval if there are no new images to process.

    But is there a better way of doing this, like sending the paths of the images directly to some sort of queue which the python script can then process one by one ?

  • avformat : Pass the interrupt callback on to chained muxers/demuxers

    6 novembre 2011, par Martin Storsjö

    avformat : Pass the interrupt callback on to chained muxers/demuxers

  • bethsoftvid : pass palette in side data instead of in a separate packet.

    18 janvier 2012, par Justin Ruggles

    bethsoftvid : pass palette in side data instead of in a separate packet.