
Recherche avancée
Autres articles (57)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Participer à sa traduction
10 avril 2011Vous 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 (...) -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
Sur d’autres sites (12595)
-
FFMPEG | add same effect with different settings several times to an input-file
3 mai 2019, par Bamba675I’m trying to remove (for example) the greenscreen and the bluescreen of a video. To do this, I have to use FFMpeg.
I already tried this one :
ffmpeg -i background.mp4 -i greenbluefootage.mp4 -filter_complex "[1:v]chromakey=0x67FF00:0.1:0.1,chromakey=0x0061FF:0.1:0.1[aa];[0:v][aa] overlay" output.mp4
The problem is, that just one color gets removed.
I simply want to remove both colors (make them transparent) so the background can shine through. -
ffserver : Use AVOption API to access ffm demuxer instead of direct access depending...
20 novembre 2015, par Michael Niedermayerffserver : Use AVOption API to access ffm demuxer instead of direct access depending on ABI
server_attached is newly added so the demuxer knows if there is an attached server
that can update the write index. This is needed to fix a infinite loopSigned-off-by : Michael Niedermayer <michael@niedermayer.cc>
-
avcodec : add Direct Stream Transfer (DST) decoder
5 mai 2016, par Peter Rossavcodec : add Direct Stream Transfer (DST) decoder
Signed-off-by : Paul B Mahol <onemda@gmail.com>