Recherche avancée

Médias (91)

Autres articles (100)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • MediaSPIP Init et Diogène : types de publications de MediaSPIP

    11 novembre 2010, par

    À l’installation d’un site MediaSPIP, le plugin MediaSPIP Init réalise certaines opérations dont la principale consiste à créer quatre rubriques principales dans le site et de créer cinq templates de formulaire pour Diogène.
    Ces quatre rubriques principales (aussi appelées secteurs) sont : Medias ; Sites ; Editos ; Actualités ;
    Pour chacune de ces rubriques est créé un template de formulaire spécifique éponyme. Pour la rubrique "Medias" un second template "catégorie" est créé permettant d’ajouter (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (8100)

  • configure : Remove dcbzl check for e500v1 and e500v2 architectures

    6 février 2014, par Peter Krefting
    configure : Remove dcbzl check for e500v1 and e500v2 architectures
    

    The DCBZL instruction is not available for the e500v1 and e500v2
    architectures, but may still be recognized by the toolchain, so we
    need to explicitly disable it for these architectures.

    References : PowerPC™ e500 Core Family Reference Manual (Freescale)

    Found-by : Ståle Kristoffersen <staalebk@ifi.uio.no>

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] configure
  • Best way to make a video merging mobile app

    31 juillet 2014, par JoshDavis

    I am looking to make a mobile app that will allow the users to take X number of videos and it will combine them together to make a single video. Users will also be able to choose what to put in between each video recording and background music.

    I have more experience with Xamarin/C# than with native Java/Obj-C but the only method I have found online that might accomplish this would be with using native with FFMPEG. Is this the case ? Is FFMPEG even going to work for this ? Is there a way to use Xamarin to accomplish what I need to do ?

    Thanks

  • Trying to stream AES encrypted ffmpeg video on the server on Android

    16 avril 2019, par Abhijit Howal

    I have been trying to stream an AES encrypted ffmpeg video on android. First I tried using exoplayer but it does not support the extension and is giving me unrecognizedinputformatexception. I have no idea about what ffmpeg is. Is there any other method which could be used to encrypt the video using some software or online tool and then store it on server and then stream it on exoplayer ? Please Help