Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (46)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (5502)

  • Added Demo Cover Image

    3 juin 2012, par riconeitzel

    m EPub.Example1.php + demo/cover-image.jpg Added Demo Cover Image changed example to use file-data directly rather then using the path-value because the second way is absolute to the customers machine and the example will not work "out of the (...)

  • Replaced the Demo image. No need to risk a DMCA

    3 juin 2012, par Grandt
    Replaced the Demo image. No need to risk a DMCA
  • FFMPEG scale down image

    4 juin 2012, par Ivo Renkema

    This is for you FFMPEG gurus !

    I have video that I take a screenshot image of. This works fine :

    ffmpeg -i sourceMovie.mp4 -ss 0 -vframes 1 destImage.jpg

    But I was hoping to also scale down the image to 150 px wide, in one fell swoop. Apparently, I should add

    scale=150:-1

    But where and how do I insert that in the command ?

    I have tried everything ; nothing works ...