Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (84)

  • Qualité du média après traitement

    21 juin 2013, par

    Le bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
    Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

Sur d’autres sites (8533)

  • Using ffmpeg to decode the video stream read from live555

    23 octobre 2013, par Bolton

    I am trying to use live555 + ffmpeg + GLES to implement my own RTSP client on Android, now I've got live555 compiled and can read RTSP via TCP, which I can see from the capture file from Wireshark. I've ever used ffmpeg to read and decode mms audio stream and know some ffmpeg development.

    My problem is how to use ffmpeg to read the stream got from live555. I am not familiar with live555.

    Any advices ? Thanks in advance.

    Bolton

  • Access webcam of sleeping Mac in ssh with FFmpeg

    10 juillet 2021, par user3783569

    I am able from my Macbook to ssh my remote Macmini which is ON (logged in and not sleeping) and use my webcam with a command like ffmpeg -f avfoundation -framerate 30 -i "0:0" out.avi however, when the remote Macmini is logged out (or/and sleeping) ffmpeg gives me an error that it cannot use the webcam Failed to create AV capture input device: Cannot use PC-LM1E. Any workaround ? I want to check on my pets while out of my house and would like to keep the Macmini at sleep.

    


    Thanks I advance.

    


  • How to render VAAPI surface with ffmpeg using OpenGl

    27 mai 2019, par HellBlood

    Hello programmer friends,
    My project is to use the VAAPI hardware acceleration linked with FFmpeg. I managed to decode with VAAPI however I would like to be able to display the video coming out of VAAPI decoding using OpenGL to render. Are there functions that allow this ? I know that for that you have to play with VAAPI’s surface "VASurfaceID" but I do not see how ...
    Thank you in advance :)