Recherche avancée

Médias (91)

Autres articles (78)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (9546)

  • Using AForge.Net for commercial closed-source applications

    22 mars 2015, par ilay zeidman

    I have application that our company want to make a product from.
    The application uses AForge.Net and in the AForge.Video.FFMPEG.dll which is under
    GPL v3 license. You can see AForge.net license

    My question : can I use this dll in my product ? Do my product have to be under gpl3 and the source should be available ?

  • Take screenshots of an ongoing rtsp stream on demand [closed]

    15 août 2023, par ganjim

    How can I keep the flow of an rtsp stream (codec h264) and take screenshots on demand ? (say when a user clicks a button and sends some kind of event).

    


    Basically, on inputting an endless stream, without having to restart the ffmpeg command, I want to store the current displaying frame when a user requests. I'm using ffmpeg for streaming btw.

    


  • ffmpeg framerate error. fps won't be stable, keep increasing or decreasing [closed]

    8 août 2024, par NoobCoder

    i just got into ffmpeg for my company's project.. now i'm trying to capture PC A's display and stream to other device (or PC). i've been talking to gpt... but won't correct this error

    


    "
ffmpeg -f gdigrab -framerate 59.94 -i desktop ^
-c:v rawvideo -pix_fmt yuv422p10 -b:v 5M ^
-f rtp -sdp_file stream.sdp rtp ://224.1.1.1:5004
"
this is current command line i used, i got to make fps 59.94 in yuv422p10. but when it actually start
streaming, fps only go up to 37 39ish. if i lower to yuv420p, it go up to 59.94.
anyone familiar with ffmpeg, need help !

    


    tried various way adjust fps and format