
Advanced search
Medias (91)
-
Collections - Formulaire de création rapide
19 February 2013, by
Updated: February 2013
Language: français
Type: Picture
-
Les Miserables
4 June 2012, by
Updated: February 2013
Language: English
Type: Text
-
Ne pas afficher certaines informations : page d’accueil
23 November 2011, by
Updated: November 2011
Language: français
Type: Picture
-
The Great Big Beautiful Tomorrow
28 October 2011, by
Updated: October 2011
Language: English
Type: Text
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 October 2011, by
Updated: October 2011
Language: English
Type: Text
-
Rennes Emotion Map 2010-11
19 October 2011, by
Updated: July 2013
Language: français
Type: Text
Other articles (83)
-
MediaSPIP v0.2
21 June 2013, byMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Creating farms of unique websites
13 April 2011, byMediaSPIP 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" (...) -
MediaSPIP version 0.1 Beta
16 April 2011, byMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
On other websites (12273)
-
ffmpeg masks more than one overlay, how can I mask only one?
6 June 2020, by Jonathan Winger-LangI am trying to use an alpha mask to mask the corners of a video, it works. But then I try to add another image on top of them and it is also masked.



How can I mask only the one video, not subsequent layers?






Here you can see that the phone frame is also masked, since it does not goo beyond the (x-axis) edges of the phone.



My script:



ffmpeg -i input.mp4 \
 -loop 1 -i mask.png \
 -i background.png \
 -loop 1 -i frame2.png \
-filter_complex \
 "[0][1] alphamerge [masked_video]; \
 [masked_video][3] overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/2 [phone]; \
 [phone] scale=(iw*0.5):(ih*0.5) [scaled_phone]; \
 [2][scaled_phone] overlay=100:100" \
-shortest out.mp4




Thank you


-
Anomalie #3473: Dépassement du nombre de redirections du navigateur
11 February 2017À tester. J’ai intégré quelque chose de similaire : https://zone.spip.org/trac/spip-zone/changeset/102828
-
Anomalie #4704: Par sinum tri le nombre par ordre alpha
2 April 2021, by jluc -Impec la nouvelle formulation. J’y ai ajouté "par" car il faut pas oublier "par" avant "sinum" dans le critère.
Quand on sait, avec cette nouvelle doc, c’est assez clair ce que fait sinum.
Mais je me demande si un autre terme que "sinum" serait plus clair spontanément : même quand on ne sait PAS encore ce que ça fait...