
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (37)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
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 ;
-
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)
Sur d’autres sites (7328)
-
How to set an image height & width on a video in ffmpeg
18 juin 2018, par AniEncoderI have many videos and I need to put an image in them for about 20 seconds, I am adding them manually and it works fine if only the image is small in size....
please, help me out to set height and width on the imageThe original command is this
ffmpeg -i in.mkv -i 3.png -filter_complex "[0:v][1:v] overlay=25:25:enable='between(t,0,20)'" -pix_fmt yuv420p -c:a copy tout.mkv pause
But it give me output as these image below
-
Scrolling image does not stop with ffmpeg
20 avril 2020, par AmazonScrolling image does not stop when the image is over



How can I stop scrolling when the image is over but the speed stays the same ?



I want it scrolling at specific speed and the duration increase by size of image



Can scroll an image at default speeds and durations calculated by pixel dimensions like 800x1000, 800x8000, 800x12000 ? I want it to scroll at specific speeds and the duration determined by size of image.



My code



ffmpeg -y -r 1 -loop 1 -t 0.08 -i 4.jpg -filter_complex "color=white:s=1280x720, fps=fps=60[bg];[bg][0]overlay=y=-'t*60':eof_action=endall:shortest=1[video]" -preset ultrafast -map [video] output.mp4



-
Library for creating a layered image builder
28 juillet 2022, par Ashley HewinsI'm looking to build a layered image builder where the user journey is as follows :


- 

- Click start
- Select layer 1 from a carousel
- Select layer 2 from a new carousel
- Select layer 3 from another carousel
- See final layered image where all layers are on top of each other
- Download image via QR code scanned on a mobile device.
- Restart - save image to local folder as back up
















This will be running on a Windows tablet at an event where people come up to the booth to build their image.


What language or library would be best for building this sort of app ? Haven't found one on google that matches requirements just yet.