
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (24)
-
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 (...)
-
Changer son thème graphique
22 février 2011, parLe thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
Modifier le thème graphique utilisé
Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
Il suffit ensuite de se rendre dans l’espace de configuration du (...) -
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)
Sur d’autres sites (5614)
-
avdevice/x11grab : allocate just one Cursor
20 juin 2013, par Michael Niedermayer -
Using ffmpeg to trim a percentage of video
15 octobre 2017, par Alex Kerffmpeg -framerate 30 -i %1d.png -c:v libx264 -profile:v high -crf 10 -pix_fmt yuv420p test.mp4
Hi,
I have a folder with a bunch of png images : 0.png, 1.png, 2.png ...
Using the above code, I can convert all the images in the directory into one video. What I want to do is only convert a percentage of all the images into a video. Is there any way I can specify to ffmpeg to only convert the first 20% of images into a video ? For example if there is 50 images, ffmpeg in this case would only use the first 10 images to form a video. -
How to merge gif into image like instagram story
15 novembre 2018, par Krunal PanchalI have successfully merged gif into image and made a video using ffmpeg.
But now I want to allow user to stretch and rotate gif and then merge it into image like instagram story. But it didn’t work in any way. Also I didn’t found any solution anywhere.
Does anyone have any idea about it ? What ffmpeg command I should use to achieve it ?