Recherche avancée

Médias (91)

Autres articles (49)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (9840)

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