Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (106)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (8953)

  • Positioning an overlay produces a different outcome to drawtext with ffmpeg

    2 février 2021, par Alex Gurr

    I have an image overlay I'm positioning using the equation : overlay=1015:(((H-h)/2) + 225 + 60) which works as expected.

    


    However, when I try and apply this to drawtext x=1045:y=(((H-h)/2) + 225 + 60) it doesn't position at the same y coordinate ?

    


    Are there any nuances people know about ?

    


    Thanks.

    


  • Converting frames of a video into images using ffmpeg in nodejs

    31 octobre 2018, par MSN

    I want to convert all the frames of a video into images in node. Is there any way to get this done using ffmpeg. Searches are not returning any expected results. Actually iam new to node. can anyone help me out ?

  • Compile FFmpeg shared library for macOS and libavdevice.58.dylib

    31 juillet 2020, par Igor

    I compiled FFmpeg 4.3.1 into shared libraries for macOS Catalina to implement a video playback in my app.

    


    However libavdevice.58.dylib is very small (70 KB instead of 2 MB) and doesn't include basic LibAV functions for a correct work. Other dylibs seems to be OK.

    


    brew install automake fdk-aac git lame libass libtool sdl shtool texi2html wget x264 nasm

./configure  --prefix=/usr/local --enable-shared --samples=fate-suite

make