Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (73)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains 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 ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (8423)

  • 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 Sheikh

    I 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. softly

    Thanks in advance

  • Encode photos into (some) video format in Android

    17 juillet 2014, par user2011769

    In 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)