Recherche avancée

Médias (0)

Mot : - Tags -/api

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

Autres articles (48)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (5311)

  • FFMPEG - How to replace a specifed set of colors in a video with another specified set of colors ?

    18 juillet 2022, par pixerstoodios

    For example, I have a video of red, yellow, green, cyan, blue, and magenta objects. I have a list of hex codes consisting of those colors and i want to replace each of those specific hex colors with another, completely different arbitrary color (i.e. brown, royal purple, navy blue, burgundy, tan, and white, respectively.)

    


    An illustration.

    


    What would be a command that can efficiently accomplish this task ?

    


  • Anomalie #2642 : recherhe et caractère accentués

    18 avril 2012, par cedric -

    je repousse à 3.1, pas de solution a court terme de sqlite

  • avcodec/vp9 : Do not destroy uninitialized mutexes/conditions

    2 septembre 2021, par Andreas Rheinhardt
    avcodec/vp9 : Do not destroy uninitialized mutexes/conditions
    

    Also do not destroy and reinitialize mutexes and conditions when
    certain input parameters change. Given that the decoder did not
    create these variables at all during init, uninitialized mutexes
    and conditions are destroyed before the very first initialization.
    This is undefined behaviour and certain threading implementations
    like pthreadGC2 crash when it is attempted.

    Fix this by initializing these objects once during init and freeing
    them in close.

    Reported-by : Steve Lhomme <robux4@ycbcr.xyz>
    Reviewed-by : Steve Lhomme <robux4@ycbcr.xyz>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vp9.c