Recherche avancée

Médias (91)

Autres articles (105)

  • 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

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (10955)

  • avcodec/mss2 : calculate draw region and revise split position

    18 octobre 2022, par Peter Ross
    avcodec/mss2 : calculate draw region and revise split position
    

    for videos with wmv9 rectangles, the region drawn by ff_mss12_decode_rect
    may be less than the entire video area. the wmv9 rectangles are used to
    calculate the ff_mss12_decode_rect draw region.

    Fixes tickets #3255 and #4043

    • [DH] libavcodec/mss2.c
  • avfilter/overlay_cuda : support expression of x y position

    8 juin 2021, par Steven Liu
    avfilter/overlay_cuda : support expression of x y position
    

    and add per-frame / init mode for it.

    Signed-off-by : Steven Liu <liuqi05@kuaishou.com>
    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_overlay_cuda.c
  • Revert "avformat/file : seek back to initial position for fd protocol"

    27 mai 2024, par Rémi Denis-Courmont
    Revert "avformat/file : seek back to initial position for fd protocol"
    

    The generally expected behaviour is for software to append from the
    current position, not to keep resetting. See also how shell works :
    # (foo && bar) > file
    ...would normally concatenate the output of both commands to file.

    If foo seeks like lavf, bar would instead overwrite the output of
    foo (possibly not completely).

    This reverts commit 5c3d2177e7be7dde69a83b1b394f57976c164c84.

    • [DH] libavformat/file.c