Advanced search

Medias (91)

Other articles (47)

  • HTML5 audio and video support

    13 April 2011, by

    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 January 2010, by

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

  • Support audio et vidéo HTML5

    10 April 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 (...)

On other websites (6498)

  • Applying gamma via ffmpeg does not match result in nuke/fusion/resolve

    17 May 2022, by Kiwi

    I'm trying to convert a exr stack in linear colorspace to an H.264 .mov file in rec709 colorspace using ffmpeg. I am expecting it to match the result I get from Nuke, Fusion or Resolve.

    


    In an editor, I can apply 2.4 gamma and export an H.264 .mov file. But when I try applying 2.4 gamma via ffmpeg, it does not match. It seems less saturated from ffmpeg.

    


    Here is the command I'm using:

    


    ffmpeg -y -gamma 2.4 -i C:/input/file_%04d.exr -vcodec libx264 -pix_fmt yuv420p -preset slow -crf 17 -r 25 C:/output.mov


    


  • lavc/startcode: fix RVV return value on no match

    27 May 2024, by Rémi Denis-Courmont
    lavc/startcode: fix RVV return value on no match
    

    If there are no zero bytes, t2 equals -1. The code cannot simply fall
    through to the match case.

    • [DH] libavcodec/riscv/startcode_rvv.S
  • Revision f87e315e1e: Re-distribute hierarchical vector match pattern This commit modifies the hierar

    23 February 2015, by Jingning Han

    Changed Paths:
     Modify /vp9/encoder/vp9_encodeframe.c



    Re-distribute hierarchical vector match pattern

    This commit modifies the hierarchical vector match patter. It
    avoids repeated SAD computation at same points. The function
    vp9_vector_sad_sse2 is called 12 times per 64x64 block, instead
    of 15 times as before. The effective coverage remains the same.

    Change-Id: I91ad9d27d40db8963c907d02af84e10702136994