Recherche avancée

Médias (0)

Mot : - Tags -/navigation

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

Autres articles (53)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

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

Sur d’autres sites (4082)

  • Revision 9a3de881c0 : Disable background update on non-base layer frames Multi-threaded code was not

    5 décembre 2012, par Adrian Grange

    Changed Paths : Modify /vp8/encoder/encodeframe.c Modify /vp8/encoder/ethreading.c Disable background update on non-base layer frames Multi-threaded code was not updated to disable background refresh for non base-layer frames at the time it was disabled in the main C-code. Change-Id : (...)

  • Add multiple audio over a background audio using ffmpeg

    26 février 2017, par Vivek Bhatt

    I am trying to create an audio file which will have a base audio and multiple other audios over it.
    And also when the overlayed audio plays, the background audio should be mute or in lower volume.

    For eg :
    There is a song A.mp3. Over this song, i want to add multiple other audios (1.mp3, 2.mp3, 3.mp3 ......) at a particular time period. Let say, 1.mp3 plays at 5th sec to 8th sec, 2 .mp3 plays at 10th sec to 12th sec and so on.
    Also this should be added as an overlay such that, background sound will always be playing and when the overlayed audio plays, the background audio should be muted or slowed in volume.

    I tried with ffmeg library but haven’t found any solution yet.

  • FFmpeg : How to convert vertical video with blurred background sides

    1er février 2019, par Divya

    I execute the below command for blur the video background but i get error.

    String[] complexCommand = {"-i", "" + yourRealPath, "-lavfi", "[0:v]scale=ih*16/9:-1",
       "boxblur=luma_radius=min(640,356)/20", ":luma_power=1:chroma_radius=min(cw,ch)/20",
       ":chroma_power=1[bg]", ";[bg][0:v]", "overlay=(W-w)/2:(H-h)/2",
       "crop=h=iw*9/16", "-vb", "800K", filePath};

    ERROR :

    Unable to find a suitable output format for’boxblur=luma_radius=min(640,356)/20’
    boxblur=luma_radius=min(640,356)/20 : Invalid argument