
Recherche avancée
Autres articles (94)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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. -
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 ;
Sur d’autres sites (7987)
-
Anomalie #2291 (Fermé) : Faire une redirection 301 pour les anciennes url
2 mai 2018, par RastaPopoulos ♥Rah mais maintenant ça marche, et j’ai testé 12 fois avant, vidé le cache FF etc. Au moment d’ajouter l’URL ça ne marchait vraiment pas jvous jure.
Surtout que c’est pas une redirection gardée en mémoire en cache navigateur : justement il n’y a PAS de redirection à la base, donc rien à mettre en cache. Quand on ajoute la toute première fois une nouvelle adresse, donc une redirection, ça devrait marcher directement, puisque le navigateur n’a pas d’autre redirection en cache.
Comprends rien…
-
ffmpeg command slow zoom in according to duration
12 septembre 2018, par Zeeshan SheikhI have a command that converts the image into video with soft zoom out effect, command is :
> ffmpeg -loop 1 -i vide.mp4 -vf "zoompan=z='1.5-on/duration*0.2':d=325" -t 30 output.mp4
Now i want soft zoom in effect rather than zoom out, can somebody help to achieve result ?
Example If I define
-t 120
then picture should be zoom in for two minutes. softlyThanks in advance
-
Encode photos into (some) video format in Android
17 juillet 2014, par user2011769In my app I need to convert photos (taken by the user) into some playable (on both Android device and pc web browser) vide format.
My first and obvious choice was GIF, I’ve managed to get it working using this https://github.com/nbadal/android-gif-encoder but the result was of very poor quality. What I didn’t now was gif is a terrible standard - only 256 colors per frame, virtually no compression, so for my purposes it’s useless.
I know it is possible to use ffmpeg for this, but I have no experience with NDK (and I’ve used C only at the university).
Are there any other options worth exploring ?
EDIT : it needs to work on ICS (minSdkVersion=15)