Recherche avancée

Médias (0)

Mot : - Tags -/latitude

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

Autres articles (73)

  • 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 translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (13972)

  • 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]