Recherche avancée

Médias (91)

Autres articles (109)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • 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" ;

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (11386)

  • How do I use Ff-mpeg, Grabbing .PNG from RTMP stream ?

    22 février 2016, par Lewis Day

    I have recently installed Ff-mpeg onto my vps and have looked online for possible solutions to my problem I was having, I’m wondering how I can grab individual frames from a rtmp stream and display them as an image. I know this has previously been asked before here ; but my question is how can I use this code ?

    For example the answer on that question was marked as this ;

    ffmpeg -an -flv_metadata 1 -analyzeduration 1 ...

    How would I use this on a .php file ? I mean this doesnt even ask for the rtmp ip ?

  • Revision d7eea782f2 : Extend number of reference buffers to 8. The number of reference buffers is ext

    3 mai 2013, par Adrian Grange

    Changed Paths :
     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_bitstream.c



    Extend number of reference buffers to 8.

    The number of reference buffers is extended to 8 and
    a reference sign-bias added for the LAST_FRAME.

    Whilst the number of reference buffers used by an
    individual frame remains unchanged at 3, these may
    now be selected from 8 possible buffers.

    Change-Id : I2d247b9c1c2b3a339d6c9fac125e81ba373f75a7

  • How to detect blue screen of ffmpeg video packet ?

    28 novembre 2017, par 심상원

    Good morning. There is one question about FFMPEG.

    I’m using FFMPEG to study C ++ on Linux.

    When the camera spirituality is RTSP and the format is H.264,

    I would like to determine if the camera image is a blue screen, but the following concepts are confusing.

    1. KeyFrame comes in 1 second or every X seconds cycle. Does the KeyFrame get delivered from the camera even if it is still the same image ?

    2. If the KeyFrame is delivered, is the size of the packet transmitted between the cycles zero ?

    3. If the above method is the same as normal image, should I compare the individual frames after decoding ?

    If you do not have any of these questions, please let me know if you have a good way.

    Thank you.