
Recherche avancée
Médias (2)
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (97)
-
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 ;
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
Sur d’autres sites (13453)
-
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)