
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (75)
-
Taille des images et des logos définissables
9 février 2011, parDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)
Sur d’autres sites (9123)
-
Use FFMPEG to create GTA 5 style loading screen/video
7 mai 2021, par ArcherGoal :
Using FFMPEG I would like to make something like these GTA 5 loading screens using only some elements. The goal is to be automated in the end so I can generate thousands of videos with the elements below placed in different folders. https://youtu.be/0A4K0bCkYdg?t=108


Input files :


- 

- background.jpg
- foreground.png
- logo.png
- theme.mp3










Current command :


ffmpeg.exe -i background.jpg -i foreground.png -i logo.png -i theme.mp3 -filter_complex " \
[0:v]scale=1920:1080 [background_1], \
[1:v]scale=500:500:force_original_aspect_ratio=decrease [foreground_1], \
[2:v]scale=350:350:force_original_aspect_ratio=decrease [logo_1], \
[background_1]zoompan=z='if(lte(mod(on,50),25),zoom+0.0005,zoom-0.0005)':x=iw/2-(iw/zoom)/2:y=ih/2-(ih/zoom)/2:d=60*60:s=hd1080 [background_2], \
[background_2][foreground_1]overlay=x='min((W-(W*0.3)-n),((W*0.3)+n)):y=H-h' [bg_fg], \
[bg_fg][logo_1]overlay=x=30:y=H-h-30 \
" loading.mkv



This code started from a suggestion on a reddit post I made, but have made some adjustments.


After the inputs I am first scaling the background image in the event it is not the correct ratio already. Then scaling the foreground image and logo image.


The next 2 are what I need help with. The zooming of the
background_1
and the scrolling/panning of theforeground_1
.

Question 1 : Before the zooming starts occurring is it possible to distort the image like shown, so I can start with a normal rectangular background image ?


Question 2 : I would like the zooming to be much closer to what is happening in the youtube example. How would I achieve this ? The zoompan filter is not making much sense to me at the moment.


Question 3 : With the scrolling/panning of the foreground. How can I start this at 30% in x and go to 70% in x... then back to 30% and repeat for the entire length ? Also how to slow it down ? This answer helped me to understand this somewhat, but using the
min
example they provided did not work for me and there was no motion at all.

The logo placement is next and I am good with that for now.


Any input would be greatly appreciated.


-
Anomalie #4756 : Régressions liées aux évolutions des styles du privé
2 juillet 2021, par JLuc -Ici avec le bouton Ajouter, qui est également gros, avec SPIP du jour (2 Juillet) et avec zoom 150%
-
How do I add whitespaces when running ffmpeg from php shell_exec
24 avril 2017, par Please HelpI am trying to insert text overlay, and can do this, but I cannot add spaces to the text.
ffmpeg -i meme.mp4 -y -vf drawtext='/Users/me/Library/Fonts/Champagne & Limousines.ttf:text='testtext': fontcolor=white: fontsize=24' -codec:a copy outputtexttest.mp4 2>&1
The error when I make testtext test text is :
Unable to find a suitable output format for ’text : fontcolor=white : fontsize=24’ text : fontcolor=white : fontsize=24 : Invalid argument