Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (96)

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

  • 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

Sur d’autres sites (9315)

  • udp : Fix pkt_size management

    29 mars 2015, par Luca Barbato
    udp : Fix pkt_size management
    

    The default value for unset is -1, not 0.

    Problem introduced in 66028b7ba6b411ba12ef553e9c8f1f4a4fe27710

    Bug-Id : 835

    • [DH] libavformat/udp.c
  • snow : Fix off by 1 error in reference picture management

    4 mai 2013, par Michael Niedermayer
    snow : Fix off by 1 error in reference picture management
    

    Fixes out of array accesses
    No release is affected by this bug

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/snow.c
  • How can I escape question mark in FFmpeg command

    10 novembre 2013, par Okan Guner

    I have a ffmpeg command which converts rtmp stream to http live stream. What I want to do is to rename segment files like Segment.aspx?ts=ts00001 but question mark breaks the command. When I insert another special character instead of question mark, I can escape it(eg. %% for %). I tried ^, ^^ and \ to escape but still no luck. I am using cmd.exe on Windows.