Recherche avancée

Médias (91)

Autres articles (43)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (5358)

  • libavcodec/psd : add test for channel depth/channel count in bitmap mode

    11 janvier 2017, par Martin Vignali
    libavcodec/psd : add test for channel depth/channel count in bitmap mode
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/psd.c
  • FFMpeg Logo Different Sepration [closed]

    9 mai 2024, par unkp

    Simple :

    &#xA;

    1.Want a logo to be only for specific times on a video,

    &#xA;

    motivation : reduce length of the process if possible.

    &#xA;

    the code used for logo is this one :

    &#xA;

    ffmpeg -i output0.mp4 -vf "movie=logo.png [watermark] ; [watermark]scale=220x220 [watermark2] ;[in][watermark2] overlay=main_w-overlay_w-10:main_h-overlay_h-10 [out]" output0logo0done.mp4

    &#xA;


    &#xA;

    Would Want like something like this if possible : keep the logo for 1 minute then 4 minutes later keep the logo again for 1 minute.

    &#xA;


    &#xA;

    Tried searching about this request, the answers found were related to ->

    &#xA;

    split the parts like 1,2,3,4,5 only add the logo to odd parts ->

    &#xA;

    combine them after, this may be too troublesome

    &#xA;

  • FFMpeg Logo Different Sepration [Beginner]

    9 mai 2024, par unkp

    Simple :

    &#xA;

    1.Want a logo to be only for specific times on a video,

    &#xA;

    motivation : reduce length of the process if possible.

    &#xA;

    the code used for logo is this one :

    &#xA;

    ffmpeg -i output0.mp4 -vf "movie=logo.png [watermark] ; [watermark]scale=220x220 [watermark2] ;[in][watermark2] overlay=main_w-overlay_w-10:main_h-overlay_h-10 [out]" output0logo0done.mp4

    &#xA;


    &#xA;

    Would Want like something like this if possible : keep the logo for 1 minute then 4 minutes later keep the logo again for 1 minute.

    &#xA;


    &#xA;

    Tried searching about this request, the answers found were related to ->

    &#xA;

    split the parts like 1,2,3,4,5 only add the logo to odd parts ->

    &#xA;

    combine them after, this may be too troublesome

    &#xA;