Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (56)

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

  • lavfi/vf_fps : check flow before sending more frames

    19 février 2022, par Nicolas George
    lavfi/vf_fps : check flow before sending more frames
    

    Analyzed by Paul B Mahol <onemda@gmail.com>.

    Fixes OOM in #9081.

    • [DH] libavfilter/vf_fps.c
  • AAC encoder : enforce SF delta in PNS and IS SFs

    17 janvier 2016, par Claudio Freire
    AAC encoder : enforce SF delta in PNS and IS SFs
    

    Make sure to properly enforce maximum scalefactor delta in PNS
    and I/S, not as an absolute range but relative to the previous
    and first scalefactor, the latter important since PNS uses an
    implicit inicial scalefactor derived from the global gain, and
    encoded in a different way, which makes a big difference in the
    allowed range.

    • [DH] libavcodec/aaccoder.c
  • Delay in ffmpeg flow loop

    13 juillet 2021, par Dark Shadow

    I'm trying to run this command below to be in an infinite loop and it worked, but when the video ends and starts to replay, it stops for a few seconds. A kind of lag, delay, buffer and I have no idea how to solve it. Could someone out there help me ?

    &#xA;

    ffmpeg command :

    &#xA;

    ffmpeg -threads 2 -re -fflags &#x2B;genpts -stream_loop -1 -i input -preset veryfast -b:v 2M -c copy -c:v libx264 -pass 1 -strict -2 -flags &#x2B;global_header -bsf:a aac_adtstoasc -bufsize 2048k -f flv output&#xA;

    &#xA;