Recherche avancée

Médias (1)

Mot : - Tags -/portrait

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 (11107)

  • error : member access into incomplete type 'AVFormatInternal'

    14 janvier 2021, par Orest

    I hav eroor in ffmeg lib
error : member access into incomplete type 'AVFormatInternal'
I try to do this

    



    AVFormatContext *s;
s->internal->raw_packet_buffer;


    



    In libav examples it works.
What i doing wrong ?

    


  • r3d : Fix pos type

    2 février 2015, par Luca Barbato
    r3d : Fix pos type
    

    avio_tell can return a negative number.

    Bug-Id : CID 1265715
    CC : libav-stable@libav.org

    • [DBH] libavformat/r3d.c
  • How to convert any type of video in mp4

    23 décembre 2016, par Ankit Aneja

    I’m using meteor with blaze for development of web-app. I have used html 5 video tag for play video in browser. other types like mp4 and m4v is working fine in all browser but MOV format file is not play in any browser.

    So I think to convert MOV to mp4 before upload.

    Anyone have any idea about convert video before upload using js or meteor. OR any other way we can play MOV type video in any browser