Recherche avancée

Médias (91)

Autres articles (99)

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

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

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

Sur d’autres sites (9771)

  • avformat/mpegtsenc : Preserve disposition in the absence of language

    3 avril 2021, par Andreas Rheinhardt
    avformat/mpegtsenc : Preserve disposition in the absence of language
    

    Implements ticket #9113.

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/mpegtsenc.c
  • ffmpeg : New text after a few seconds without having both texts at the same time for one frame

    21 avril 2022, par principal-ideal-domain

    This answer was very usefull for me to learn how to include texts in a video using ffmepg. Now at one position of the video I want to always show a text but it changes. So what I did is for one text I used for example enable=&#x27;between(t,0,5)&#x27; and for the next enable=&#x27;between(t,5,10)&#x27;. Now at the frame at 5 seconds the video shows both texts. That is not what I want. I guess the reason is that enable=&#x27;between(t,0,5)&#x27; includes the boundaries of the interval. So I somehow need ffmpeg to stop showing the first text one frame earlier. How do I do that ?

    &#xA;

  • libavformat/isom : Add more language mappings

    27 avril 2022, par Ivan Baykalov
    libavformat/isom : Add more language mappings
    

    mov_mdhd_language_map table doesn't contain ISO 639 codes for some of
    the languages. I added a few which have no contradictory mappings

    Fixes ticket #9743

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavformat/isom.c