Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (102)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (8555)

  • 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


    


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