
Recherche avancée
Médias (91)
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (63)
-
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 (...) -
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (7441)
-
Creating a GIF with fluent-ffmpeg, overlay is not shown ?
5 mars 2021, par blablubla12I'm trying to create a GIF from an mp4 video, with an overlay on it. So there are two inputs,
video.mp4
andoverlay.png
, both of them are https urls.

The gif is created, ffmpeg shows no errors but the overlay doesn't appear in the gif. The code :


ffmpeg()
 .withOptions([
 '-i video.mp4'
 `-ss 1`,
 `-i overlay.png`,
 '-f gif',
 `-filter_complex [0:v]trim=duration=3,setpts=PTS-STARTPTS,scale=450:-1[trimmed];[trimmed]split[trimmed1][trimmed2];[trimmed2]reverse[rev];[trimmed1][rev]concat=n=2:v=1:a=0[v];[v][1:v]overlay=0:0:format=rgb[overlayed];[overlayed]split[a][b];[a]palettegen=stats_mode=diff[palette];[b][palette]paletteuse=bayer:bayer_scale=3.5`
 ])
 .on('start', cmdLine => {
 console.log(`Started FFMpeg`, cmdLine);
 })
 .on('end', () => {
 console.log(`Success!.`);
 resolve();
 })
 .on('error', (err: Error, stdout, stderr) => {
 console.log(` Error:`, err.message);
 console.error('stdout:', stdout);
 console.error('stderr:', stderr);
 reject();
 })
 .pipe(destinationStream, { end: true });



Note : I have to use a stream, instead of saving to file.


-
mandelbrot : support different outer coloring methods.
11 novembre 2011, par Michael Niedermayermandelbrot : support different outer coloring methods.
-
Tests : Make sure long TLDs work fine for email and url methods
16 juin 2015, par jzaeffererTests : Make sure long TLDs work fine for email and url methods