Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (85)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (12304)

  • Apply clut changes only to one table.

    4 septembre 2013, par JULIAN GARDNER
    Apply clut changes only to one table.
    

    The specification does not allow multiple bits to be set,
    but some encoders do it anyway.
    Applying it only to the first seems to give better results.

    Signed-off-by : Reimar Döffinger <Reimar.Doeffinger@gmx.de>

    • [DH] libavcodec/dvbsubdec.c
  • How to apply drawtext and watermark at the same time ?

    14 juillet 2020, par DaveG

    drawtext cmd :

    &#xA;

    ffmpeg -ss 100 -t 5 -i input.mp4 -vf "drawtext=text=HELLO:fontsize=60" output_1.mpeg&#xA;

    &#xA;

    watermark cmd :

    &#xA;

    ffmpeg -ss 100 -t 5 -i input.mp4 -i watermark.png -filter_complex "overlay=10:10" output_2.mpeg&#xA;

    &#xA;

    but what if I want to apply these two cmd at the same time ?

    &#xA;

  • FFMPEG : How to apply and erosion filter on image

    17 novembre 2019, par GILO

    I was wondering if there is a way in which I can apply an erosion filter to an image using ffmpeg.