Recherche avancée

Médias (91)

Autres articles (94)

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (5218)

  • FFmpeg libx264 artifacts on moving scene

    26 mars 2020, par user13125448

    I am encoding a video with libx264 and have film noise and i have artifacts on a moving scene with a wall or background, how do you avoid these artifacts with ffmpeg.

  • Merge commit '4cc0227040adb9efc63be6a5765e3214f5c6f662'

    3 octobre 2017, par James Almer
    Merge commit '4cc0227040adb9efc63be6a5765e3214f5c6f662'
    

    * commit '4cc0227040adb9efc63be6a5765e3214f5c6f662' :
    apetag : account for header size if present when returning the start position
    apetag : fix flag value to signal footer presence

    This commit is a noop, see
    e8d6fef3161f35878f8e0abf9d27d2c45a5d40b6
    84d874a680ff647bc84de44967b638f246a8b832

    Merged-by : James Almer <jamrial@gmail.com>

  • Combining a looping gif and mp3 to webm

    17 novembre 2017, par punkkapoika

    The gif is 3 Mb, 1 sec long, 15 frames.

    Mp3 is something around 1 Mb.

    The goal is to make 5Mb mp4 or webm file without noticable quality loss.

    When using ffmpeg or similiar tools to render an mp4 or webm file, it doesn’t take in account the fact that the gif loops. The quality is bonkers and the filesize is significantly larger than the source files’ combined. I read something about keyframes on VP8, didn’t get around working with them yet. How would I proceed with this ?