Recherche avancée

Médias (1)

Mot : - Tags -/géodiversité

Autres articles (97)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (7448)

  • avcodec/hevcdec : Add VDPAU to list of supported formats

    27 juin 2020, par ManojGuptaBonda
    avcodec/hevcdec : Add VDPAU to list of supported formats
    

    Added VDPAU to list of supported formats for HEVC10 and 12 bit formats
    also added 42010 bit to surface_parameters and new VDP chroma formats to
    VDPAUPixFmtMaps

    Add HEVC 420 10/12 Bit and 444 10/12 Bit support for VDPAU

    YUV444P10 is defined as the 444 surface with 10bit valid data in LSBs
    but H/w returns Data in MSBs Hence if we map output as YUV444p16 it
    is filtering out the LSB to convert to p10 format.

    Signed-off-by : Philip Langdale <philipl@overt.org>

    • [DH] Changelog
    • [DH] libavcodec/hevcdec.c
    • [DH] libavcodec/vdpau.c
    • [DH] libavcodec/version.h
    • [DH] libavutil/hwcontext_vdpau.c
  • lavf/mov.c : Don't correct edit list start to zero, when we can't find a frame before...

    14 novembre 2017, par Sasi Inguva
    lavf/mov.c : Don't correct edit list start to zero, when we can't find a frame before edit list start.
    

    After c2a8f0fcbe57ea9ccaa864130f078af10516c3c1 this can happen on normal edit lists starting on a B-frame.

    Signed-off-by : Sasi Inguva <isasi@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c
    • [DH] tests/fate/mov.mak
    • [DH] tests/ref/fate/mov-bbi-elst-starts-b
  • List all files with ID3v2.2 tag in folder

    13 septembre 2021, par JonHerbert

    I have a folder of around 40000 audio files and I need to find all tracks with an ID3v2.2 tag on them and add them to a folder.

    &#xA;

    I am very new to eyed3 and ffmpeg, so is there a way to use one of these to get the files I need ? I've read both docs and found the 'tag-version' function and 'display' pattern for eyed3, but I'm not sure how to use them.

    &#xA;

    Thanks !

    &#xA;