Recherche avancée

Médias (91)

Autres articles (69)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (7119)

  • How can i stop ffmpeg screen recording correctly ?

    23 septembre 2019, par Danke

    I am recording my screen and saving it to a *.mkv container (I am not sure it is what i really need, i have chosen it because a matadata in start of the file, and had hoped the file will be OK if simething will be wrong) using command :

    ffmpeg -f x11grab -r 7 -s 1920x1080 -i :0.0 -vcodec png -f segment -segment_time 20 Video_%02d.mkv

    I have problem : When a shut down my pc, using the hardware button :), i have 0 size video file segment, i don’t know why it happens.

  • lavc/ffv1dec : stop using per-slice FFV1Context

    10 juillet 2024, par Anton Khirnov
    lavc/ffv1dec : stop using per-slice FFV1Context
    

    All remaining accesses to them are for fields that have the same value
    in the main encoder context.

    Drop now-unused FFV1Context.slice_contexts.

    • [DH] libavcodec/ffv1.c
    • [DH] libavcodec/ffv1.h
    • [DH] libavcodec/ffv1dec.c
    • [DH] libavcodec/ffv1dec_template.c
  • vp56 : stop using deprecated avcodec_set_dimensions

    27 octobre 2013, par Anton Khirnov
    vp56 : stop using deprecated avcodec_set_dimensions
    
    • [DBH] libavcodec/vp5.c
    • [DBH] libavcodec/vp56.c
    • [DBH] libavcodec/vp6.c