Recherche avancée

Médias (91)

Autres articles (69)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (11648)

  • avutil/frame : deprecate AVFrame.coded_picture_number and display_picture_number

    28 janvier 2023, par Marton Balint
    avutil/frame : deprecate AVFrame.coded_picture_number and display_picture_number
    

    Their usefulness is questionable, very few decoders set them, and their type
    should have been int64_t. A replacement field can be added later if a valid use
    case is found.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] doc/APIchanges
    • [DH] doc/examples/demux_decode.c
    • [DH] fftools/ffprobe.c
    • [DH] libavcodec/diracdec.c
    • [DH] libavcodec/h264_slice.c
    • [DH] libavcodec/libuavs3d.c
    • [DH] libavcodec/mpegvideo_dec.c
    • [DH] libavutil/frame.c
    • [DH] libavutil/frame.h
    • [DH] libavutil/version.h
  • lavf : deprecate AVFMT_FLAG_SHORTEST

    29 août 2023, par Anton Khirnov
    lavf : deprecate AVFMT_FLAG_SHORTEST
    

    It was added in cb114ed4640 with the comment
    "This will allow fixing several bugs with the -shortest option".

    Since
    * there is no explanation of what these bugs are
    * libavformat is not the place to work around ffmpeg CLI bugs
    * there is no indication that this feature is actually in use
    deprecate it without replacement.

    • [DH] doc/APIchanges
    • [DH] libavformat/avformat.h
    • [DH] libavformat/internal.h
    • [DH] libavformat/mux.c
    • [DH] libavformat/options.c
    • [DH] libavformat/options_table.h
    • [DH] libavformat/version_major.h
  • 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;