Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (97)

  • 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

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6603)

  • libswscale/x86/swscale : Only call ff_yuv2yuvX functions if the input size is > 0

    1er avril 2021, par Alan Kelly
    libswscale/x86/swscale : Only call ff_yuv2yuvX functions if the input size is > 0
    

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

    • [DH] libswscale/x86/swscale.c
  • avfilter/tinterlace : Move lowpass_line to a separate function and call it through...

    15 novembre 2014, par Michael Niedermayer
    avfilter/tinterlace : Move lowpass_line to a separate function and call it through a function pointer
    

    This permits replacing it by a optimized implementation
    Based-on / Idea-from : 2e1704059ae8625beda2ffde847ad22c5ba416dc by Kieran Kunhya

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/tinterlace.h
    • [DH] libavfilter/vf_tinterlace.c
  • How can I broadcast my webrtc (many to many) call using rtmp [closed]

    19 avril 2021, par Divyansh Agarwal

    I am building a application which helps us to broadcast many to many video call to youtube/twitch which uses RTMP to broadcast. So I need to convert my webrtc (many to many) call to RTMP.

    &#xA;

    I have created a simple video conferencing app using webrtc in Node.js and now I want to convert all the streams in a particular room to RTMP stream and publish it to any platform supporting RTMP.

    &#xA;

    Can I use ffmpeg for this purpose ? If yes then how could I do it ?

    &#xA;