Recherche avancée

Médias (0)

Mot : - Tags -/acrobat

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

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • How many memory do I need for run several FFMPEG sessions ?

    26 janvier 2013, par Alberto Russell

    I am creating a system where I will need to have about 15 to 20 FFMPEG sessions constantly running, I need to know how much computer memory do I need for this, I am planning to have 3GB on a linux system, but not sure if this is enough.

  • avformat/movenc : Do not pass AVCodecParameters in avpriv_request_sample

    27 juin 2018, par Michael Niedermayer
    avformat/movenc : Do not pass AVCodecParameters in avpriv_request_sample
    

    Fixes : out of array read
    Fixes : ffmpeg_crash_8.avi

    Found-by : Thuan Pham, Marcel Böhme, Andrew Santosa and Alexandru Razvan Caciulescu with AFLSmart
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/movenc.c
  • avcodec/mpeg4videoenc : Use 64 bit for times in mpeg4_encode_gop_header()

    21 mai 2018, par Michael Niedermayer
    avcodec/mpeg4videoenc : Use 64 bit for times in mpeg4_encode_gop_header()
    

    Fixes truncation
    Fixes Assertion n <= 31 && value < (1U << n) failed at libavcodec/put_bits.h:169
    Fixes : ffmpeg_crash_2.avi

    Found-by : Thuan Pham <thuanpv@comp.nus.edu.sg>, Marcel Böhme, Andrew Santosa and Alexandru RazvanCaciulescu with AFLSmart

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

    • [DH] libavcodec/mpeg4videoenc.c