Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (92)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (11435)

  • Why am I getting an error of "No module named 'YouTube_dl'", but the module is installed ?

    14 septembre 2022, par Harshul Nanda

    The command "streamlit run main.py" gives the error of no module named 'YouTube_dl' but it says requirement already satisfied. When importing youtube_dl in a python script file, it shows me no module named "youtube_dl".

    


    enter image description here

    


  • Nginx Rtmp Module - How to check resolution when pushing rtmp stream to server before redirecting stream to another application ?

    22 août 2022, par bui the vuong

    I have a problem when developing a livestream system with nginx-rtmp-module . I have consulted some systems, there is a function that when pushing the rtmp stream, the livestream systems can recognize the resolution of the stream -> from there it will encode to hls with the corresponding profiles. For example stream 720p produces hls file with 360p -> 720p , if stream 1080p will produce hls file with 360p -> 1080p . I have tried the ways but no success. So how can I check the resolution and redirect the rtmp stream to the appropriate application for encoding. Looking forward to everyone's advice.

    


  • Revision 3a3b0be09a : Move multi-threading module functions into vpx_thread folder This commit moves

    1er juillet 2015, par Jingning Han

    Changed Paths :
     Modify /libs.mk


     Modify /test/vp9_thread_test.cc


     Modify /vp9/common/vp9_onyxc_int.h


     Delete /vp9/common/vp9_thread.c


     Delete /vp9/common/vp9_thread.h


     Modify /vp9/common/vp9_thread_common.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decoder.c


     Modify /vp9/decoder/vp9_decoder.h


     Modify /vp9/decoder/vp9_dthread.h


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/vp9_common.mk


     Modify /vp9/vp9_dx_iface.c


     Add /vpx_thread/vpx_thread.c
    (from /vp9/common/vp9_thread.c
    :fc5f3b8f4f170a32207ca2eca60f87bb0a01d03c)
     Add /vpx_thread/vpx_thread.h
    (from /vp9/common/vp9_thread.h
    :fc5f3b8f4f170a32207ca2eca60f87bb0a01d03c)
     Add /vpx_thread/vpx_thread.mk



    Move multi-threading module functions into vpx_thread folder

    This commit moves the primitive multi-threading files from vp9
    folder to vpx_thread, which will be accessible by all vpx codec.

    Change-Id : Ib51e66e9c69801c10631fab56d35a0c0aaed5883