Recherche avancée

Médias (91)

Autres articles (74)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (5694)

  • avformat/avc : Add functions to split access unit into list of NALUs

    16 janvier 2022, par Andreas Rheinhardt
    avformat/avc : Add functions to split access unit into list of NALUs
    

    This will allow to avoid the temporary buffer and memcpys
    when repacketing annex B to mp4-style H.264/H.265 without
    searching twice for start codes.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/avc.c
    • [DH] libavformat/avc.h
  • lavc/hevc : Update reference list for SCC

    16 février 2023, par Linjie Fu
    lavc/hevc : Update reference list for SCC
    

    Screen Content Coding allows non-intra slice in an IRAP frame which can
    reference the frame itself, and would mark the current decoded picture
    as "used for long-term reference", no matter TwoVersionsOfCurrDecPicFlag(8.1.3),
    hence some previous restricts are not suitable any more.

    Constructe RefPicListTemp and RefPicList according to 8-8/9/10. Disable
    slice decoding for SCC profile to avoid unexpected error in hevc native
    decoder and patch welcome.

    Signed-off-by : Linjie Fu <linjie.justin.fu@gmail.com>
    Signed-off-by : Fei Wang <fei.w.wang@intel.com>

    • [DH] libavcodec/hevc_refs.c
    • [DH] libavcodec/hevcdec.c
  • Android - convert mp4 to a list of frames programmatically

    6 février 2014, par o.antsiferov

    I want to play some animtaions (actually, gifs) which were previously encoded (with h264 codec) and downloaded from network as mp4 files (because mp4 files are much smaller than corresponding gifs). So, on a device I want to decode mp4 and get all the frames to create animations. And the question - what is the best way to decode mp4 to accomplish my task ?