Recherche avancée

Médias (0)

Mot : - Tags -/page unique

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (48)

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

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

Sur d’autres sites (6676)

  • ffmpeg make film look wet

    29 juillet 2018, par theonlygusti

    How can I make something look like it’s really wet ?

    I have a video of some food and I want to make it look shiny/moist/glistening.

    Can ffmpeg do this ?

    I don’t think iMovie can, I looked through all the video filters.

    I looked at this ffmpeg documentation because it showed up for a google search with "wet" and "ffmpeg", but I don’t know what "wet gain" is.

  • Revision 6b380c0cfa : Merge "experiment with CONTEXT conversion" into experimental

    11 décembre 2012, par Yaowu Xu

    Changed Paths : Modify /vp9/encoder/vp9_encodeframe.c Merge "experiment with CONTEXT conversion" into experimental

  • avcodec/h2645 : allocate film grain metadata dynamically

    13 août 2024, par Dale Curtis
    avcodec/h2645 : allocate film grain metadata dynamically
    

    Film grain support adds a huge amount of overhead to the H264Context
    structure for a feature that is rarely used. On low end devices or
    pages that have lots of media this bloats memory usage rapidly.

    This changes the static film grain metadata allocations to be dynamic
    which reduces the H264Context size from 851808 bytes to 53444 bytes.

    Bug : https://crbug.com/359358875
    Signed-off-by : Dale Curtis <dalecurtis@chromium.org>
    Signed-off-by : Niklas Haas <git@haasn.dev>

    • [DH] libavcodec/h2645_sei.c
    • [DH] libavcodec/h2645_sei.h
    • [DH] libavcodec/h264_picture.c
    • [DH] libavcodec/h264_sei.c
    • [DH] libavcodec/h264_slice.c
    • [DH] libavcodec/h264dec.c
    • [DH] libavcodec/h264dec.h
    • [DH] libavcodec/hevc/hevcdec.c
    • [DH] libavcodec/hevc/hevcdec.h