Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (44)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

  • Revision 50f944272c : vp10 : do sub8x8 block reconstruction in full subblocks. This means that we don'

    8 septembre 2015, par Ronald S. Bultje

    Changed Paths :
     Modify /vp10/common/reconinter.c


     Modify /vp10/decoder/decodeframe.c



    vp10 : do sub8x8 block reconstruction in full subblocks.

    This means that we don’t reconstruct in 4x4 dimensions, but in
    blocksize dimensions, e.g. 4x8 or 8x4. This may in some cases lead
    to performance improvements. Also, if we decide to re-introduce
    scalable coding support, this would fix the fact that you need to
    re-scale the MV halfway the block in sub8x8 non-4x4 blocks.

    See issue 1013.

    Change-Id : If39c890cad20dff96635720d8c75b910cafac495

  • use my full first name instead of short one in copyrights

    1er juin 2013, par Kostya Shishkov
    use my full first name instead of short one in copyrights
    
    • [DH] libavcodec/binkdata.h
    • [DH] libavcodec/binkdsp.c
    • [DH] libavcodec/binkdsp.h
    • [DH] libavformat/rtmp.h
    • [DH] libavformat/rtmppkt.c
    • [DH] libavformat/rtmppkt.h
    • [DH] libavformat/rtmpproto.c
  • ffmpeg - converting pngs with white background to movie give black background

    14 octobre 2015, par Population Xplosive

    I have a list of files with their names in the form [1-1000].00.png.
    All these are flattened images (graphs) with white background color.
    I am trying to make a movie out of these files using ffmpeg. However, when I use ffmpeg, everything white in the images become black in the movie. And everything black remains the same. The command I used is :

    The command I use is :

    ffmpeg -pix_fmt yuv420p -r 8 -f image2 -pattern_type glob -i
    ’*.00.png’ movie.mp4