Recherche avancée

Médias (1)

Mot : - Tags -/karaoke

Autres articles (46)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • swscale : Forward colorspace updates to the 2nd cascaded context in case of alphablend

    10 septembre 2015, par Michael Niedermayer
    swscale : Forward colorspace updates to the 2nd cascaded context in case of alphablend
    

    The first just does the blending and wouldnt do anything with the colorspace values

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

    • [DH] libswscale/swscale_internal.h
    • [DH] libswscale/utils.c
  • use ffmpeg to overlay a video on top of another using an alpha channel

    15 mai 2018, par cloudraven

    Similar to what alphamerge / alphaextract do, but instead of having two sources I want to use three

    InputVideo1, AlphaofInputVideo1, BackgroundVideo

    The idea would be to overlay inputvideo1 on top of backgroundvideo using AlphaofInputVideo1 to do a more accuracte blending. Is this possible ? Using intermediate steps (e.g. using alphamerge and generate intermediate rgba bitmaps) is acceptable.

  • accessing frames from video stream

    25 mars 2018, par Sakshi

    I’m trying to record an MPEG file using the picam library (https://github.com/iizukanao/picam) and also do some image processing on the frames being captured(using OpenCV) simultaneously.
    This I’m trying to do on Raspberry Pi.
    Both of these tasks work well independently. But I need to make them work simultaneously (probably with the use of multi-threading)
    Since picam initialises the camera, accessing the same camera with OpenCV won’t be feasible. Could anyone help me as to how can this task be achieved.

    Any pointers are welcome. Thanks in advance