Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (40)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • hwcontext_vaapi : Try to support the VDPAU wrapper

    30 janvier 2017, par Mark Thompson
    hwcontext_vaapi : Try to support the VDPAU wrapper
    

    The driver is somewhat bitrotten (not updated for years) but is still
    usable for decoding with this change. To support it, this adds a new
    driver quirk to indicate no support at all for surface attributes.

    Based on a patch by wm4 <nfxjfg@googlemail.com>.

    • [DBH] libavutil/hwcontext_vaapi.c
    • [DBH] libavutil/hwcontext_vaapi.h
  • vf_deinterlace_vaapi : Create filter buffer after context

    9 février 2017, par Mark Thompson
    vf_deinterlace_vaapi : Create filter buffer after context
    

    The Intel proprietary VAAPI driver enforces the restriction that a
    buffer must be created inside an existing context, so just ensure
    this is always true.

    • [DBH] libavfilter/vf_deinterlace_vaapi.c
  • ffmpeg motion interpolation alternatives or speedup

    22 février 2017, par Ural

    I use ffmpeg to create videos, it is awesome tool. I create videos from pictures and need to make them as smooth as possible. I found, that what I need called ’motion interpolation’. I started to search all forums, and found only 3 things can help me : slowmovideo, butterflow and new ffmpeg’s filter minterpolate.

    slowmovideo needs many configuration, I was not able to get it to work as I want.
    with butterflow, I tried anything. From installing OpenCL, OpenGL and other stuff to switching to nvidia binary drivers and installing all sdk tools and cuda. It never worked. Some error about cuda, and google don’t know about it.

    So third option was the only one available. When I tried it, it did exactly what I want ! But it is incredibly SLOW. I have 8-core CPU, and it processes about 0.1-0.3 fps. And uses just 1 CORE, no video card.

    Is there any ways to motion interpolate frames on GPU or on CPU but faster ? Only GNU/Linux