Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (48)

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

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

Sur d’autres sites (5742)

  • Revision 16846 : fall back to TMP if TEMP is not defined, fixes 2 pass file for some ...

    29 janvier 2010, par j — Log

    fall back to TMP if TEMP is not defined, fixes 2 pass file for some windows versions

  • avcodec/parser : put lost comments back

    26 février 2014, par Michael Niedermayer
    avcodec/parser : put lost comments back
    

    Found-by : ubitux
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/parser.c
  • crystalhd : Revert back to letting hardware handle packed b-frames

    16 octobre 2016, par Philip Langdale
    crystalhd : Revert back to letting hardware handle packed b-frames
    

    I’m not sure why, but the mpeg4_unpack_bframes bsf is not
    interacting well with seeking. Looking at the code, it should be
    ok, with possibly one warning shown, but I see it getting stuck
    for an extended period of time after a seek where a packed frame
    is cached to be shown later.

    So, I gave up on that and went back to making the old hardware
    based path work. Turns out that it wasn’t broken except that some
    samples have a 6 byte drop packet which I wasn’t accounting for.

    Now it works again and seeks are good.

    • [DH] libavcodec/crystalhd.c