Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (55)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (7067)

  • avcodec/mlz : Remove ’l’ postfixes from numbers

    26 août 2016, par Michael Niedermayer
    avcodec/mlz : Remove ’l’ postfixes from numbers
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mlz.h
  • avfilter/vf_minterpolate : do not right shift negative numbers

    29 août 2016, par Davinder Singh
    avfilter/vf_minterpolate : do not right shift negative numbers
    

    It was source of crashes. Use division instead.

    Original patch by author. Log message by comitter.

    • [DH] libavfilter/vf_minterpolate.c
  • avformat/hls : do not use sequence numbers for packet ordering

    30 décembre 2013, par Anssi Hannula
    avformat/hls : do not use sequence numbers for packet ordering
    

    As per spec 3.4.3 ("A client MUST NOT assume that segments with the same
    sequence number in different Media Playlists contain matching content.")
    we cannot use sequence numbers for packet ordering.

    This can be seen e.g. in the subtitle streams of
    bipbop_16x9_variant.m3u8 that have considerably longer segments and
    therefore different numbering.

    Since the code now exclusively syncs using timestamps that may wrap, add
    some additional checking for that.

    According to the HLS spec all the timestamps should be in 33-bit MPEG
    format and synced together.

    v2 : cleaner wrap detection
    v3 : further wrap detection improvements

    Signed-off-by : Anssi Hannula <anssi.hannula@iki.fi>

    • [DH] libavformat/hls.c