Recherche avancée

Médias (91)

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (7134)

  • libavcodec/qsvenc.c delay in 1 microsecond replaced to more appropriate 500 microseconds

    28 juillet 2015, par Ivan Uskov
    libavcodec/qsvenc.c delay in 1 microsecond replaced to more appropriate 500 microseconds
    

    This commit replaces the 1 microsecond delay by 500 microsecond for the
    case when the MFX library does return MFX_WRN_DEVICE_BUSY status.
    In general this warning never appears for simple encoding or
    transcoding session because the GPU is so fast so it almost always is not busy and
    any delay value just does not executes.
    But for heavy transcoding tasks for example, when several QSV sessions
    are running simultaneously then using a 1-microsecond delay may
    result in 1000 iterations per each frame.
    So here possible a paradoxical case when GPU loading also loads CPU by dummy tasks.
    Official MFX/QSV samples by Intel are using 1 millisecond (i.e. 1000
    microseconds) everywhere where MFX_WRN_DEVICE_BUSY does appear.
    So 500us is a much more optimal value than 1us.

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

    • [DH] libavcodec/qsvenc.c
  • ONVIF Device Manager API and Decoder

    10 juillet 2023, par spiderelite

    I'm working on the source code of the onvif device manager software and I want to find the Api and decoder it uses.

    &#xA;

    I first separated the odm.player part of the code into another solution and built it separately. the separated part contains these parts from the source code (in order of execution) :

    &#xA;

    utils.linq&#xA;utils.diagnostics&#xA;utils.common&#xA;odm.player.lib&#xA;odm.player.media&#xA;live555&#xA;odm.player.net&#xA;utils.xml&#xA;utils.bootstrapping&#xA;odm.player.host&#xA;

    &#xA;

    Im tring to find the decoder and Api it uses(in the above parts) to decode the media. i need to find the specific part of the program to contain some information from a decoder.

    &#xA;

    I know the source code is using ffmpeg and live555 libraries but I need to find their use and API in the odm.player part.

    &#xA;

    I checked odm.player.host because it is the last project and depends on previous ones, but didn't find anything.

    &#xA;

    what should i do next ? is there any official documentation of the API ? is there any important keyword related to ffmpeg that can I search it in the code ?

    &#xA;

  • FFMpeg, rtsp cameras and series of bad framses

    21 avril 2022, par Denis Gottardello

    I have a problem with ffmpeg and rtsp cameras.&#xA;As you can see in the screenshot below

    &#xA;

    enter image description here

    &#xA;

    sometimes a serie of damaged frames come.&#xA;It is not a problem related to camera. The date and time is unreadable and the problem happens with different vendors of camera, with differen pcs and in different places.With the official software the live is perfect.&#xA;I'm trying with the lates ffmpeg source (5.0.1) in a Debian 11 machine.&#xA;I'm particolar intertested in this problem because I have written a software based on ffpmeg library and I have the same problem (using ffmpeg as library), in bouth Windows and Linux.

    &#xA;

    This is the command line to record

    &#xA;

    &#xD;&#xA;
    &#xD;&#xA;
    ./ffmpeg -i rtsp://192.168.1.11:554/onvif1  a.avi

    &#xD;&#xA;

    &#xD;&#xA;

    &#xD;&#xA;&#xA;

    What can I do to resolve ?

    &#xA;