
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (34)
-
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (6961)
-
How do I set Individual Input Volumes using a FFMPEG complex filter with Amix
18 août 2022, par James ParkerHow do I set the individual volume levels for 4 individual inputs using FFMPEG and a complex filter ?


This is the filter that I currently have.


xstack=inputs=${inputs.length}:layout=0_0|w0_0|0_h0|w0_h0;amix=inputs=${inputs.length}


-
FFMPEG outputs a broken-picture video when input alpha stdin videoraw
27 septembre 2021, par NTPHCMI follow this to bring a stdinput to FFMPEG.


The idea is : we use AS3 to capture every frame in Animate to byteArray (with ARGB pixel format - means the frame can have transparancy background). After that, we transfer that byteArray to FFMPEG to get output.


If I capture non-transparency picture (the picture with background), the process works well to create motion video.


But when I capture transparency picture and make motion (multi-frame video), the problem appears as below :
Output picture


We can see the bird print a long streak, but I expect one bird flying from the right to the left like this.


-
Input transparent motions into FFMPEG pipe:0
29 septembre 2021, par NTPHCMI follow this to bring a stdinput to FFMPEG.


The idea is : we use AS3 to capture every frame in Animate to byteArray (with ARGB pixel format - means the frame can have transparancy background). After that, we transfer that byteArray to FFMPEG to get output.


If I capture non-transparency picture (the picture with background), the process works well to create motion video.


But when I capture transparency picture and make motion (multi-frame video), the problem appears as below :
Output picture


We can see the bird print a long streak, but I expect one bird flying from the right to the left like this.


It seems like the previous frames are not cleared. Do you have any suggestions to solve this ?