Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (107)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (10035)

  • ffmpeg gives rc buffer underflow error when streaming webcam [on hold]

    9 novembre 2017, par Ard Boer

    I use this command in my terminal to stream my webcam locally :

    ffmpeg -f avfoundation -pixel_format yuyv422 -framerate 10 -i "0" -b:v 512kb -maxrate 512kb -bufsize 512kb -an http://localhost:8090/feed2.ffm

    For some reason it gives an error "rc buffer underflow". Hope someone can help me out to fix this.

  • How can I use ffmpeg with PHP's exec( ) command ?

    22 janvier 2012, par John Anderson

    I'm running Max OS 10.7, MAMP (PHP 5.3.6), with FFMPEG installed. I want to convert videos from one format to another. The following entered into Terminal works fine :

    ffmpeg -i /path/video.wmv /path/video.flv

    The file video.wmv is converted to video.flv. Great ! Now, this PHP line DOESN'T work :

    exec('ffmpeg -i /path/video.wmv /path/video.flv');

    Why ? I've spent many hours reading up on this and I still can't figure out what is wrong. I have read the other discussions on this topic and there is no clear answer. Any help would be greatly appreciated ! (PHP safe_mode is off).

  • Second instance of ffmpeg for experimenting

    18 septembre 2014, par Brian Bennett

    I’m experimenting with databending/glitching images and videos as part of a master’s class. I’ve used Audacity to do most of it thus far, but it isn’t as successful with video.

    I want to try to edit video by changing the source codecs in ffmpeg, but I don’t want to inadvertently destroy my current install.

    Is it possible to install a second instance of ffmpeg to run independently for experimentation purposes ?

    If so, what Terminal command would I use to create a second, executable directory ?