Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

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 (4246)

  • avformat/matroskaenc : reserve free space for metadata on request

    12 septembre 2018, par Sigga Regina
    avformat/matroskaenc : reserve free space for metadata on request
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/matroskaenc.c
    • [DH] libavformat/version.h
  • avformat/matroskaenc : Don't reserve space for duration when unseekable

    2 mai 2020, par Andreas Rheinhardt
    avformat/matroskaenc : Don't reserve space for duration when unseekable
    

    We won't be able to seek back to write the actual duration anyway.

    FATE-tests using the md5pipe command had to be updated due to this change.

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

    • [DH] libavformat/matroskaenc.c
    • [DH] tests/fate/matroska.mak
    • [DH] tests/fate/wavpack.mak
    • [DH] tests/ref/fate/binsub-mksenc
  • avformat/matroskaenc : Don't reserve unnecessarily many EBML elements

    6 août 2023, par Andreas Rheinhardt
    avformat/matroskaenc : Don't reserve unnecessarily many EBML elements
    

    bda44f0f39e8ee646e54f15989d7845f4bf58d26 added code that
    potentially added another BlockMore master and BlockAdditional
    data as well as BlockAddID number, yet it bumped the number
    of EBML elements by four instead of only three.

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

    • [DH] libavformat/matroskaenc.c