Recherche avancée

Médias (0)

Mot : - Tags -/configuration

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

Autres articles (109)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (13103)

  • avutil : Move error.h from avutil.h to common.h

    23 juillet 2021, par Andreas Rheinhardt
    avutil : Move error.h from avutil.h to common.h
    

    Up until now, avutil.h includes common.h which includes mem.h which
    includes avutil.h, so that all these headers are in fact equivalent.
    Yet mem.h does not need to include avutil.h at all and when it no longer
    does, including common.h will no longer include error.h (included by
    avutil.h) as well ; change this by moving error.h to avutil.h, as error.h
    is clearly a commonly used header.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavutil/avutil.h
    • [DH] libavutil/common.h
  • avformat/matroskaenc : Use common function for H.2645 annex B->mp4

    16 janvier 2022, par Andreas Rheinhardt
    avformat/matroskaenc : Use common function for H.2645 annex B->mp4
    

    Matroska does not have different profiles that allow or disallow
    in-band extradata, so one can just use the ordinary H.264 function
    for H.265, too. (Both use ff_avc_parse_nal_units() internally anyway.)

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

    • [DH] libavformat/matroskaenc.c
  • Revision 1f80a568d2 : Make vp9_optimize_sb* common Unify the various vp9_optimize_sb functions into o

    30 avril 2013, par John Koleszar

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodeintra.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_encodemb.h



    Make vp9_optimize_sb* common

    Unify the various vp9_optimize_sb functions into one that handles all
    transform sizes.

    Change-Id : I48b642fbfb3e72cc2e0bcf1d0317a80a80547882