Recherche avancée

Médias (91)

Autres articles (63)

  • 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

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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (9889)

  • Uploading the live video using NodeJS with watermark [closed]

    6 octobre 2020, par Rohit Agarwal

    I am looking to upload the live video using NodeJS with watermark. Its an online assessment application where more than 200 candidate will appear for exam at a time. Can anyone help me out for the best possible architecture or procedure to do this ?

    


    Thanks in advance.

    


  • Unable to retrieve bitrate for some formats with ffmpeg api

    22 août 2021, par User42

    Well, the header says it (nearly) all :

    


    Getting the bitrate by

    


    AVStream.codec.bit_rate

    


    works well for all my audio formats,

    


    but for flac, opus and mka
it has 0.

    


    I haven't found a different place to take it from.

    


    But ffmpeg/ffprobe CLI reports bitrate correctly...

    


    How ?

    


    Thankyou in advance !

    


  • Cannot build dll file for python3

    5 juin 2020, par user13600759

    I am a beginner in Python also I don't know any other programming languages. By googling I came to know that after making C wrapper we can do it. Still, I have confusion about how to do it. Any one please help.
Thank You in advance.

    



    ****Os : windows 10
code : Video Compression in Python3 using ffmpeg command line utility****

    



    import ffmpy
import glob
import os
import ftplib