Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (26)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (6429)

  • how do surface blur to a video using FFMPEG common line ?

    12 février 2020, par zuiluo

    enter image description here
    enter image description here

    like above two image , it is one frame of the video ,

    origin video :https://youtu.be/Qmoc7VyX2f8

    surface blur video :https://youtu.be/zbw1XVXjn4c

    Is there a way to use FFMPEG common line do that , thank you very much

  • hevc : Use common SEI types

    21 janvier 2021, par Mark Thompson
    hevc : Use common SEI types
    
    • [DH] libavcodec/cbs_h2645.c
    • [DH] libavcodec/cbs_h265_syntax_template.c
    • [DH] libavcodec/hevc_sei.c
    • [DH] libavcodec/hevc_sei.h
    • [DH] libavcodec/nvenc.c
    • [DH] libavcodec/vaapi_encode_h265.c
  • avcodec/msmpeg4 : Factor out common RLTable initialization code

    10 décembre 2020, par Andreas Rheinhardt
    avcodec/msmpeg4 : Factor out common RLTable initialization code
    

    Up until now, both the msmpeg4 decoders and encoders initialized several
    RLTables common to them (the decoders also initialized the VLCs of these
    RLTables). This is an obstacle to making these codecs init-threadsafe.
    So move this initialization to ff_msmpeg4_common_init() that already
    contains this initialization code. This allows to reuse the AVOnce used
    for initializing ff_v2_dc_lum/chroma_table which automatically makes
    initializing these RLTables thread-safe.

    Reviewed-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/msmpeg4.c
    • [DH] libavcodec/msmpeg4data.c
    • [DH] libavcodec/msmpeg4data.h
    • [DH] libavcodec/msmpeg4dec.c
    • [DH] libavcodec/msmpeg4enc.c