Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (89)

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

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

  • lavfi/movie : return proper error code in case of av_get_token() allocation failure

    6 novembre 2012, par Stefano Sabatini

    lavfi/movie : return proper error code in case of av_get_token() allocation failure

  • cut and encode 30 seconds video samples from a movie with xuggler

    23 novembre 2012, par user1848294

    I would like cut three 30 seconds samples from movies at the begin of the movie at the middle and at the end.

    Can I get the movie length with xuggler ? How can I tell the xuggler to encode aa:bb to cc:dd then ee:ff to gg:hh etc.?

  • Combining a movie file with a text file

    12 décembre 2012, par Hugo

    Current Status : I have a movie I recorded on a microscopy and a .txt file with two columns : time and temperature. This file is synchronous with the video.
    I would like to 'edit' the video so there is a text box with the temperature that would update as the movie plays.

    My approach, for the moment, is to use ffmpeg. I managed to draw some text and it seems all is working as intended.

    The problem is : I can't find any reference on how to update that text dynamically. I am using some Python to read the file and launch ffmpeg with subprocess.

    I would like to ask if anyone knows some workaround for this. Maybe some other approach.