
Recherche avancée
Autres articles (108)
-
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 ;
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)
Sur d’autres sites (18798)
-
Revision 5c05fbf6bb : Merge "Refactor 4x4 block level rd loop" into experimental
30 mai 2013, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Merge "Refactor 4x4 block level rd loop" into experimental -
Is there a way to save a matplotlib animation as a video (with ffmpeg) so that the last frame is held for N seconds ?
2 décembre 2020, par janlukeI'm using FFMpegWriter to save a matplotlib animation as a video. I'd like to hold the last frame for some seconds at the end of the video.


As a workaround, one could modify the animation itself by repeating the last frame for a number of extra steps. This number of steps can be computed as a function of the desired "hold duration" and the interval/fps of the animation.


Nonetheless, I'd like to know if there's a cleaner way to do the same without artificially modifying the animation itself and using instead some extra arguments for the writer (which uses ffmpeg in my case). Unfortunately I don't know much of ffmpeg so I'd like to have some help.


Thank you.


-
How to efficiently upload a GIF to twitter from a MP4 ?
29 septembre 2019, par arl505I’m writing a Java (Spring-Boot) application which, when prompted, downloads media from Twitter via the twitter-api. Then, when prompted later, reposts the media.
Twitter stores GIFs as MP4s. So when a tweet is sent with a GIF, I download it as a MP4. Then, when reposting, it is tweeted as a video.
How can I best overcome this conversion issue so that media that is originally sent as a GIF is reposted as a GIF also ?
I am thinking that I will need to use ffmpeg to convert the downloaded MP4 into a GIF and then upload the GIF. This just seems like potentially unnecessary overhead and so I was hoping to find a cleaner and more efficient solution.
For a greater understanding on the requirements see the README here : https://github.com/arl505/twitter-memeDatabaseBot