Recherche avancée

Médias (91)

Autres articles (79)

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

  • Best way to convert a 59.94fps video to 29.97 ?

    17 novembre 2015, par manatails

    I am tryiing to normalize the clips from multiple cameras for an amateur movie.
    Thinking that 29.97 fps is the best choice for my case but my camcorder only supports recording at 59.94fps or 24fps.

    What is the best way to halve the framerate down to 29.97fps, perhaps skipping every other frame ?
    I usually use ffmpeg for transcoding but I couldn’t find much resource on changing the actual framerate.

  • FFMPEG not supporting emoji text

    23 décembre 2019, par walt3rwhite

    I need to add text that can contain emoji icons over an image. I need to implement this thing in JavaScript. I am thinking to use FFMPEG bash commands. However, it just displays square boxes.

    ffmpeg -i 1.png -vf "drawtext=text='
  • sed or awk inserting of a command among a large string of variables

    9 octobre 2017, par tdiguy

    I have a program that I want to alter how it works a little, namely ffmpeg.
    I want to get ffmpeg to use libmp3lame as a audio encoder. The media server I use does not have this as an option. I am thinking that if I can use something like sed or awk in a script it would work. Basically i need to take 20+ variables and at a certain point ( say before /path ) I need to insert -c:a libmp3lame and then have it spit out the rest of the variables.