Recherche avancée

Médias (91)

Autres articles (100)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (7747)

  • Doxyfile : enable browser-based search engine

    4 juillet 2014, par Timothy Gu
    Doxyfile : enable browser-based search engine
    

    Signed-off-by : Timothy Gu <timothygu99@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/Doxyfile
  • ituh263dec : Optimize new RL_VLC based decoding.

    31 août 2014, par Reimar Döffinger
    ituh263dec : Optimize new RL_VLC based decoding.
    

    Together with the switch to RL_VLC this results in
    a speedup of about 30% in this inner loop.
    Overall speedup only relevant for medium to high bitrate
    streams.

    Signed-off-by : Reimar Döffinger <Reimar.Doeffinger@gmx.de>

    • [DH] libavcodec/ituh263dec.c
  • FFmpeg : Video animation direction based on the image sizes ?

    9 décembre 2019, par ArmKh

    I need to animate the video based on the image sizes. For example :

    1st images sizes are 600x1200px. In this case, I need to animate the video from the top of the image to bottom

    2nd image sizes are 1200x400px. In this case, I need to animate video from the right of the image to left

    The more pictorial video example is this

    So, is there any way to do it ?