Recherche avancée

Médias (91)

Autres articles (101)

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

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

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (12783)

  • avcodec/v4l2_m2m_dec : dequeue frame if input isn't ready

    14 décembre 2021, par Cameron Gutman
    avcodec/v4l2_m2m_dec : dequeue frame if input isn't ready
    

    The V4L2M2M API operates asynchronously, so multiple packets can
    be enqueued before getting a batch of frames back. Since it was
    only possible to receive a frame by submitting another packet,
    there wasn't a way to drain those excess output frames from when
    avcodec_receive_frame() returned AVERROR(EAGAIN).

    Reviewed-by : Andriy Gelman <andriy.gelman@gmail.com>
    Signed-off-by : Cameron Gutman <aicommander@gmail.com>

    • [DH] libavcodec/v4l2_m2m_dec.c
  • avformat/dashenc : write the styp box when the first frame of a segment is ready

    18 février 2020, par James Almer
    avformat/dashenc : write the styp box when the first frame of a segment is ready
    

    This ensures it's written at the beginning of a segment in non streaming mode
    when segment duration differs from fragment duration.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/dashenc.c
  • Guidance on Implementing Custom Designs and Background Effects for Videos [closed]

    23 septembre 2023, par Joel Smith

    I am currently developing a web application that allows users to upload videos on the frontend. The primary goal of my project is to enable users to add custom designs to their videos and apply background effects. I'm using Python for the backend to handle video processing.

    &#xA;

    I'm seeking advice on the appropriate technologies, libraries, or approaches to achieve the following :

    &#xA;

      &#xA;
    1. Custom Designs : I want to provide users with the ability to overlay custom graphics or text onto their videos. What Python libraries or tools can I use to achieve this ? Are there any best practices for adding graphics and text to videos dynamically ?
    2. &#xA;

    3. Background Effects : I need to implement the feature to add background effects to uploaded videos. How can I achieve this, and what are the recommended methods or libraries for background replacement or manipulation ?
    4. &#xA;

    5. Shadow Effects : Additionally, I want to enhance the visual appeal of the videos by adding shadow effects to elements like text or custom designs. What techniques or tools should I explore to achieve this effect ?&#xA;4.Combining Videos : To apply background effects, I need to merge the uploaded video with a background video or image seamlessly. What is the best approach to combine videos and maintain video quality during the process ?
    6. &#xA;

    &#xA;

    I have already implemented the frontend video upload to the backend and would appreciate any insights, code examples, or recommendations that can help me achieve these features effectively.

    &#xA;