Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (72)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

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

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

  • FFMPEG Multiple Alpha Overlays

    16 septembre 2018, par AK47

    I have a few videos with alpha channels that I will like to overlay on top of each other. It’s possible to get working with the following command

    ffmpeg -i back.mov -i front.mov -filter_complex overlay -c:v png output.mov

    However if I add another video to this it no longer works

    ffmpeg -i back.mov -i front.mov -i front2.mov -filter_complex overlay -c:v png output.mov

    Does anyone know a way of getting this to work ? or would I have to output the first 2 layers and then run the code again with a new layer ?

    I will have more than 3 layers so looking for the most efficient way.

  • Using "volume" argument in ffmpeg volume audio filter

    3 septembre 2018, par xylophagous

    I wish to "silence" the background noise in an audio, without removing the silence entirely - so as to keep the length of the audio constant. I am trying to use volume filter in ffmpeg like

    ffmpeg -i input.flac -filter:a "volume='if(lt(volume,-8dB),0,1)':eval=frame" output.flac

    but this seems to output the same file as input. I checked this by seeing the volumedetect output and it is identical for input.flac and output.flac.

    I am new to ffmpeg so sorry if this is preliminary ; quick help or pointers to relevant examples appreciated. Thanks !

  • Remove unwanted talk from video using Python and ffmpeg

    20 août 2018, par Rohan R

    Is there any automatic process/library that can be used to remove unwanted communication/noise from the video and join the remaining frames.