Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (73)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

  • MLT Framework Target GPU

    10 janvier 2024, par nooobeee

    I have a laptop with both an AMD iGPU and an AMD dedicated GPU and I'm using shotcut which apparently uses the MLT Framework. It seems like shotcut is using the iGPU for HW acceleration based on encoding times. I can specify a target device in ffmpeg using the "hwaccel_device" parameter and it appears that shotcut has an option for passing parameters to MLT.

    


    Is there a parameter that I can pass to MLT in order to specify the target gpu for ffmpeg to use ? I guess I'm looking for the MLT equivalent to ffmpeg's "-hwaccel_device /dev/dri/renderD129"

    


  • Moviepy : Mix multiple audio files

    14 octobre 2020, par soroushamdg

    I want to mix multiple audio files and export single audio file, to demonstrate, here's a example timeline ;

    


    audio1 : -----------------------------------------------------------------------

audio2 :      ===============

audio3 :                                   +++++++++++

audio4 :                                                         ************

audio5 :                                                     ~~~~~~~~~


    


    I have the delay times, like, audio2 should be played with 2 seconds delay after audio1 is played and etc.
How can I mix these AudioFileClip() ?

    


  • how to use gl-transition in ffmpeg ?

    19 avril 2020, par Zedd

    I tried to use gl-transition with the following method.

    



    https://github.com/transitive-bullshit/ffmpeg-gl-transition

    



    But I followed the instructions many times without success.
I think it may be that this library is no longer maintained

    



    Is there any other way to use gl-transition in the form of ffmpeg filter ?