Recherche avancée

Médias (91)

Autres articles (52)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (10094)

  • avdevice/lavfi : Avoid calling av_buffersink_get_* multiple times

    2 décembre 2021, par Andreas Rheinhardt
    avdevice/lavfi : Avoid calling av_buffersink_get_* multiple times
    

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavdevice/lavfi.c
  • avcodec/pthread_slice : Allow calling ff_alloc_entries() multiple times to readjust...

    27 novembre 2015, par Michael Niedermayer
    avcodec/pthread_slice : Allow calling ff_alloc_entries() multiple times to readjust the entry count
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/pthread_slice.c
  • Android/FFmpeg : How to repeat a GIF file certain times when overlaying to another image ?

    12 décembre 2019, par hanswim

    I have a GIF file. I want to make it at least 3 seconds duration. So how to repeat GIF certain times ? Or, how to loop it to certain seconds ? Thanks a lot !

    UPDATE :

    I am sorry I didn’t describe my problem clearly.
    I am using FFmpeg. I have to overlay the GIF to another .jpg image to output a video. I have found that the duration of the output video is same as the duration of the GIF. So, how to repeat the GIF ? Or, how to loop the GIF to make the output video at least 3 seconds long when overlaying ?

    My ffmpeg command :

    [-i, background.jpg, -i, input.gif, -filter_complex, [1]scale=360:360,rotate=-0.0:c=none:ow=rotw(-0.0):oh=roth(-0.0)[v1];[0][v1]overlay=360:858[v2], -map, [v2], -map, 0:a?, output.mp4]