Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (89)

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

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (8787)

  • avcodec/vc1 : store color-difference reference field type

    23 avril 2018, par Jerome Borsboom
    avcodec/vc1 : store color-difference reference field type
    

    The loop filter for P interlace field pictures needs the reference field type.
    For luma, the reference field type was already available. Store the reference
    field type for color-difference as well.

    Signed-off-by : Jerome Borsboom <jerome.borsboom@carpalis.nl>

    • [DH] libavcodec/vc1_mc.c
  • how to use multiple videos with background in it with color correction

    12 novembre 2022, par Muneer

    Hey i am try to create a batch input output file with that so i can easliy add my video in to a frame with top header and footer GIF for youtube subscribe and credit in the right side my logo and card should be display and the left the actual video should be shared to avoid video theifs please help me out

    &#xA;

    look at my code but not working&#xA;for %%a in ("_input\*.*") do ffmpeg -loop 1 -i image.png -i "%%a"  -filter_complex "overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/2:shortest=1; movie=111.mp4" -codec:a copy -movflags &#x2B;faststart _output\%%~na.mp4

    &#xA;

    look at the image what i acutaly want any kind of help would be much much appreciated thank you[enter image description here]

    &#xA;

  • vf_colorspace : Add support for gbr color space

    5 juin 2017, par Vittorio Giovara
    vf_colorspace : Add support for gbr color space
    

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] libavfilter/vf_colorspace.c