Recherche avancée

Médias (91)

Autres articles (58)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (14403)

  • movenc : Check for errors from mov_create_chapter_track

    26 août 2013, par Martin Storsjö
    movenc : Check for errors from mov_create_chapter_track
    

    On failures in the write_trailer function, we could also ignore
    the errors and try to finish the file despite these errors (which
    would only leave an incomplete chapters track). It’s probably better
    to signal the error clearly to the caller though (and if this
    function failed there’s no guarantee that there’s enough memory to
    finish the trailer either).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/movenc.c
  • Revert "w32pthread : help compiler figure out undeeded code"

    27 août 2013, par Martin Storsjö
    Revert "w32pthread : help compiler figure out undeeded code"
    

    This reverts commit 4622f11f9c83db8a2e08408c71ff901826ca652c.

    The compiler should be able to do the dead code elimination now
    without this when the cond_* names point directly to the real
    functions instead of to local function pointers.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] compat/w32pthreads.h
  • w32threads : Don’t use function pointers when linking directly to newer APIs

    27 août 2013, par Martin Storsjö
    w32threads : Don’t use function pointers when linking directly to newer APIs
    

    This reduces the call overhead slightly. More noticeably, it
    restores the earlier (unintended ?) feature that condition variable
    functions work just fine even if w32thread_init() hasn’t been called.
    This was broken as a side effect of 4622f11f9, if explicitly targeting
    Vista+.

    This makes w32threading work in VP8 again, if targeting Vista+.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] compat/w32pthreads.h