Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (66)

  • 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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (7425)

  • avformat/avio : Fix "warning : struct AVBPrint declared inside parameter list"

    9 août 2014, par Michael Niedermayer
    avformat/avio : Fix "warning : struct AVBPrint declared inside parameter list"
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/avio.h
  • How do I render a video from a list of time-stamped images ?

    24 octobre 2016, par piedar

    I have a directory full of images following the pattern <timestamp>.png</timestamp>, where <timestamp></timestamp> represents milliseconds elapsed since the first image. input.txt contains a list of the interesting images :

    file '0.png'
    file '97.png'
    file '178.png'
    file '242.png'
    file '296.png'
    file '363.png'
    ...

    I am using ffmpeg to concatenate these images into a video :

    ffmpeg -r 15 -f concat -i input.txt output.webm

    How do I tell ffmpeg to place each frame at its actual position in time instead of using a constant framerate ?

  • avformat/movenc : add m4b to list of ipod playable files

    30 juillet 2014, par gerion.entrup@t-online.de
    avformat/movenc : add m4b to list of ipod playable files
    

    m4b is the extension used by iDevices to detect audiobooks.

    • [DH] libavformat/movenc.c