Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (42)

  • 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

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

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

  • hevc : Split the struct setup from the pps parsing

    14 juillet 2015, par Luca Barbato
    hevc : Split the struct setup from the pps parsing
    
    • [DH] libavcodec/hevc_ps.c
  • avformat/img2enc : Disable rename&atomic writing for non file protocol and split planes

    27 octobre 2015, par Michael Niedermayer
    avformat/img2enc : Disable rename&atomic writing for non file protocol and split planes
    

    For protocols other than local files ff_rename() is not implemented
    For split planes support the implementation is simply wrong

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/img2enc.c
  • FFMPEG split into two frames with BGR convertion instead of RGB | OpenVino

    26 avril 2020, par Mayur Kanojiya

    enter image description here

    &#xA;&#xA;

    I don't know why this happen because when i pass the normal frames directly, it didnot split into two frames but when i do some post-processing to count the person at 2nd person it flips into 2 frames.

    &#xA;&#xA;

    I think flush called or i missed one frame in loop :/

    &#xA;&#xA;

    So my question is that How can this is possible as i am directly feeding my frames ?

    &#xA;&#xA;

    I used following ffmpeg command to pipe with python.

    &#xA;&#xA;

    &#xA;