Recherche avancée

Médias (1)

Mot : - Tags -/ticket

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 ;

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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (5957)

  • Screen recording for a specific area in Android application

    19 mars 2016, par Razor

    I need to record a video within a moving rectangular area on the image.

    Now I simply create bitmaps for each frame while moving the rectangle. Then I pick a video file from images using ffmpeg.

    This requires a lot of time and memory especially for temporary storage of frames (about 100MB for 5s video).

    Is there a quick and easy way for this purpose ?

  • avcodec/binkaudio : clear padding area of packet_buffer

    1er janvier 2014, par Michael Niedermayer
    avcodec/binkaudio : clear padding area of packet_buffer
    

    Fixes use of uninitialized memory
    Fixes : msan_uninit-mem_7f0dba198b34_2970_Snd0a3a2ad4.dee
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/binkaudio.c
  • avformat/mov : clear padding area in mov_read_extradata()

    28 décembre 2013, par Michael Niedermayer
    avformat/mov : clear padding area in mov_read_extradata()
    

    Fixes : msan_uninit-mem_7f58816b71e3_7025_mov_svq3___svq3_weird_prediction2.mov
    Fixes use of uninitialized memory
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mov.c