Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (72)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • 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

Sur d’autres sites (10782)

  • Revision 34251 : Sortons STEP de la steppe... Ce nom n’est pas définitif. Pour ...

    7 janvier 2010, par marcimat@… — Log

    Sortons STEP de la steppe...
    Ce nom n’est pas définitif. Pour l’instant il signifie « Système de téléchargement de plugins »
    Ce plugin a pour vocation de faciliter la recherche, l’installation et la mise à jour de plugins SPIP. Il fonctionne -actuellement- avec SPIP 2.0.10 et PHP5 (pour scandir)
    Il n’est pas terminé et est en phase de développement encore.
    Aucune mise à jour de sa base de donnée ne sera effectuée avant une version de test (i.e si le plugin se met à planter suite à une mise à jour, il faut le désinstaller et le réactiver).
    Ce plugin se veut être (pour l’instant) comme une sorte de "Synaptic" pour SPIP (pour ceux qui connaissent Ubuntu) en un tout petit peu plus convivial.


    Lire le fichier TODO pour la liste des taches à réaliser.

  • ffmpeg fade in animation and logo overlay in a single step

    24 octobre 2018, par Amin Baig

    I have the following commands to create a fade in effect with a series of images and then place a water mark png using the lut filter on the generated video :

    //Creating the fade in video :

    ffmpeg -t 5 -i 1.jpg -t 5 -i 2.jpg -t 5 -i 3.jpg -t 5 -i 4.jpg -i 5.jpg -filter_complex "[0:v]zoompan=z='min(zoom+0.0015,1.5)':d=125,fade=t=out:st=4:d=1[v0];[1:v]zoompan=z='min(zoom+0.0015,1.5)':d=125,fade=t=in:st=0:d=1,fade=t=out:st=4:d=1[v1];[2:v]zoompan=z='min(zoom+0.0015,1.5)':d=125,fade=t=in:st=0:d=1,fade=t=out:st=4:d=1[v2];[3:v]zoompan=z='min(zoom+0.0015,1.5)':d=125,fade=t=in:st=0:d=1,fade=t=out:st=4:d=1[v3];[4:v]zoompan=z='min(zoom+0.0015,1.5)':d=125,fade=t=in:st=0:d=1,fade=t=out:st=4:d=1[v4];[v0][v1][v2][v3][v4]concat=n=5:v=1:a=0,format=yuva444p[v]" -map "[v]" -s "480x600" -t 40 series_out_fade_v2_5images.mp4

    After the video is created I use the following command to place a water mark logo over it :

    //Water mark

    ffmpeg -y -i series_out_fade_v2_5images.mp4 -i optimaken_logo.png -filter_complex "[1]lut=a=val*0.5[a];[0][a]overlay=0:0" -c:v libx264 -an v4_output.mp4

    my questions are :

    1. How can I achieve both in a single command
      1. How do I scale overlay proportionally so that the height of the water mark is always 65 pixels and the width is scaled
        proportionally
      2. Explicitly tell where to place the logo to the top right corner with a padding of 10 pixels for both x and y
  • avcodec/mips : [loongson] enable MSA optimization for loongson platform.

    17 décembre 2018, par Shiyou Yin
    avcodec/mips : [loongson] enable MSA optimization for loongson platform.
    

    Set initialization order of MSA after MMI to make it work on loongson platform(msa is supported by loongson2k、3a4000 etc.).

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

    • [DH] libavcodec/mips/blockdsp_init_mips.c
    • [DH] libavcodec/mips/h264chroma_init_mips.c
    • [DH] libavcodec/mips/h264dsp_init_mips.c
    • [DH] libavcodec/mips/h264pred_init_mips.c
    • [DH] libavcodec/mips/h264qpel_init_mips.c
    • [DH] libavcodec/mips/hpeldsp_init_mips.c
    • [DH] libavcodec/mips/idctdsp_init_mips.c
    • [DH] libavcodec/mips/mpegvideo_init_mips.c
    • [DH] libavcodec/mips/pixblockdsp_init_mips.c
    • [DH] libavcodec/mips/vp8dsp_init_mips.c