Recherche avancée

Médias (91)

Autres articles (68)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • Anomalie #4483 : Masquer le bouton Télécharger si Bigup est bien actif

    29 juin 2020, par RastaPopoulos ♥

    parce que quoi ? ya pas le bouton ?

  • How to save a RSTP link as a mp4 file using ffmpeg ?

    24 juillet 2022, par xoxo

    I have been trying to save an RSTP link in a specific folder on my desktop but so far no progress. Since I am fairly new to FFmpeg, is there any way that I can solve this ?

    


    ffmpeg -i rtsp ://Kuroo:12ka442ka2@#@182.70.113.98:5566/cam/realmonitor ?channel=1&subtype=0&unicast=true&proto=Onvif -vcodec copy -acodec copy -y C :\Users\Katsu\OneDrive\Desktop\1\video.mp4

    


    that is the code that I have been trying

    


  • avfilter : update filter timeline state only on main link

    1er mars 2024, par Gyan Doshi
    avfilter : update filter timeline state only on main link
    

    At present, consume_update evaluates timeline state on all links for
    a multi-input filter. This can lead to the filter being incorrectly
    en/dis-abled when evaluation on a frame on a secondary link leads to
    a different result than the frame on the current main link next in
    line for processing.

    • [DH] libavfilter/avfilter.c