Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (51)

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

  • 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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (7657)

  • x86inc : Fix VEX -> EVEX instruction conversion

    31 mars 2018, par Henrik Gramner
    x86inc : Fix VEX -> EVEX instruction conversion
    

    There's an edge case that wasn't properly handled.

    • [DH] common/x86/x86inc.asm
  • hevc/sao : use aligned copies

    1er février 2015, par Christophe Gisquet
    hevc/sao : use aligned copies
    

    For band filter, source and destination are aligned (except for 16x16 ctbs),
    and otherwise, they are most often aligned. Overall, the total width is also
    too small for amortizing memcpy.

    Timings (using an intrinsic version of edge filters) :
    B/32 B/64 E/32 E/64
    Before : 32045 93952 38925 126896
    After : 26772 83803 33942 117182

    • [DH] libavcodec/hevc_filter.c
  • FFMPEG move source video up inside overlay image frame box

    1er juin 2022, par Salem

    I'm trying to put video inside frame box like this one
image frame box

    


    I tried to use overly filter, but the video edges, were covered by the frame , I want at least the lower edge of the video to be moved up (e.g 20px or y=-90) to match with the frame inside border, but I didn't know what code to used to change the source video coordinates .
this is my command

    


    ffmpeg -y -i source.mp4 -i 480_border.png -filter_complex "overlay=x=0:y=0" effict0.mp4