Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (99)

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

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (11751)

  • Merge commit ’e0ab5078a7d865f8f6fd6a6d3cbe0f380ead4a3d’

    21 janvier 2014, par Michael Niedermayer
    Merge commit ’e0ab5078a7d865f8f6fd6a6d3cbe0f380ead4a3d’
    

    * commit ’e0ab5078a7d865f8f6fd6a6d3cbe0f380ead4a3d’ :
    lavc : do not force the emu edge flag

    Conflicts :
    libavcodec/utils.c

    There should be no such bugs in ffmpeg, but merging it anyway
    as its safer.

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/utils.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&#xA;image frame box

    &#xA;

    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 .&#xA;this is my command

    &#xA;

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

    &#xA;

  • 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