Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (95)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 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, par

    Multilang 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.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (6561)

  • New WebM Product Rollouts

    14 juin 2010, par noreply@blogger.com (John Luther)

    We are excited to see more WebM-enabled products launching every day.

    Mozilla has now officially enabled WebM playback in the nightly dev builds of Firefox. Read all about it on their blog.

    We also want to welcome several new supporters to the WebM project, including Oracle/Sun, Videantis, Flumotion, VMIX and others. See the most recent list on our supporters page.

  • New WebM Product Rollouts

    10 juin 2010, par noreply@blogger.com (John Luther)

    We are excited to see more WebM-enabled products launching every day.

    Mozilla has now officially enabled WebM playback in the nightly dev builds of Firefox. Read all about it on their blog.

    We also want to welcome several new supporters to the WebM project, including Oracle/Sun, Videantis, Flumotion, VMIX and others. See the most recent list on our supporters page.

  • FFMPEG - ffmpeg image zoom-in according to duration

    14 septembre 2018, par Zeeshan Sheikh

    ffmpeg image zoom-in according to length of video
    for example, if i set length of video for two minutes. than it should continuously zoom out for two minutes,

    i have already zoom-out command but i need this for Zoom-in

    ffmpeg -loop 1 -i vide.mp4 -vf "zoompan=z=’1.5-on/duration*0.2’:d=325" -t 30 output.mp4