Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (102)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (9698)

  • lavf/webm_chunk : Respect buffer size

    20 avril 2019, par Andreas Rheinhardt
    lavf/webm_chunk : Respect buffer size
    

    The last argument of av_strlcpy is supposed to contain the size of the
    destination buffer, but it was filled with the size of the source
    string, effectively negating its very purpose.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/webm_chunk.c
  • FFMPEG keep an original canva size with a background image

    26 novembre 2019, par romain1304

    Im trying to generate a wave with ffmpeg and audio input.
    Now i generate a wave, then my background image fit the canva and the canva becomes the size of the background image.
    I would like to keep the original size of the canva 1280x720.
    And i would like the background image to have the size i would put on input.

    So basically i would like one canva with a size of 1280x720 , one image with certain coordinate and a certain size and one waveforme.

    This is my result :
    Image i obtain

    This is the result i would like to obtain :

    enter image description here

    If anyone can help !
    Thanks,

  • how to reduce the size of the moov atom in mp4 files

    18 novembre 2012, par user1794936

    For fast streaming, I would like to know how to reduce the size of moov atom (sometimes 2-6 MB). Are there any settings in ffmpeg or x264 ? I understand the need to reduce the frequency of keyframes, but how would I do it ?