Recherche avancée

Médias (91)

Autres articles (89)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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" (...)

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

  • How to extract photo from a CCTV video based on time using python dynamically [on hold]

    16 avril 2015, par PSSR

    I have a CCTV Video AVI file from that I want to take photo or screen based input time.

    This I would like to do dynamically whenever I gives time as input to python script, script should read the video and should give the snap or photo or segment @given time.

    Is it possible to do,If it is possible please help me to do the same

  • configure : Ensure log2 is disable based on msvcrt version.

    12 mai 2014, par Matt Oliver
    configure : Ensure log2 is disable based on msvcrt version.
    

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

    • [DH] configure
  • How to Dynamically Control FFmpeg Encoding Bitrate Based on Current Network Bandwidth ? [closed]

    26 novembre 2024, par Stove Fire

    I’ve implemented a program using FFmpeg where the server encodes OpenGL render results and sends them to the client. The client then decodes the video and renders the result onto a texture using OpenGL. What I’m trying to achieve is to adjust the encoding bitrate dynamically based on the current network bandwidth — higher bandwidth results in higher bitrate encoding, and lower bandwidth results in lower bitrate encoding.

    &#xA;

    I use libx264 encoder and rtsp.

    &#xA;

    I found the iperf tool online, which is useful for measuring network bandwidth, but it is a command-line tool and does not have a readily available API for programmatic use.

    &#xA;

    My questions are :

    &#xA;

    How can I monitor the current network bandwidth programmatically in my application (preferably in C++) ?

    &#xA;

    Is there a way to integrate bandwidth monitoring into my FFmpeg encoding process so I can adjust the bitrate dynamically based on the current network conditions ?

    &#xA;