Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (60)

  • 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

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (12500)

  • Screen recording and live streaming (Windows DXGI) - C++

    16 mai 2020, par NewbieCoder

    I am using the Desktop Duplication API in Windows to obtain images of the screen. I know to obtain the bitmap image of the screen by using the API but I am stuck after this. To stream it to the server I thought of encoding it into H264 and then encoding that again to RTMP and then streaming it to the server. Is there a better and faster way ?

    



    I searched many times and most of the answers are using FFmpeg and just finishing the whole task of screen recording to streaming in a single line. Please tell me a way to do this programmatically !!

    



    How do I encode to H264 and then to RTMP ? If the video is being double encoded, will this result in a loss of performance in both streaming side and receiving side ?

    



    Please point me in the right direction. Any hints or links will be very helpful.

    


  • Overlaying a green screen intro over video using FFMPEG

    29 novembre 2020, par BitBit

    Can someone please help me with a program that overlays a green screen intro in the start of the video.
    
Basically I need help with a FFMPEG program that overlays a green screen video which is the intro of the video, so the first few seconds are with the green screen overlay and then the normal video continues.

    


  • how to screen capture recorder of ffmepg works in php on wamp server ? [on hold]

    12 avril 2014, par user3526208

    $a='C :\wamp\www\screencapture\ffmpeg\bin\ffmpeg -f dshow -i video="screen-capture-recorder" screen-capture.avi' ;
    echo $a ;

    exec($a) ;