
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (73)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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, parMediaSPIP 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 nooobeeeI 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 soroushamdgI 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 ZeddI 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 ?