Recherche avancée

Médias (0)

Mot : - Tags -/flash

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (12)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

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

  • cmake unable to build webrtc following instructions at this repository ? [on hold]

    18 janvier 2018, par Shady

    https://github.com/DanAndersen/webrtc-hololens-unity-docs for this implementation, I am pulling the C++ repo, from here https://github.com/DanAndersen/webrtc-mentor-client, I am able to buildopen CV , ffmpeg, but webrtc gives me everytime libraries although I had merged both windows and linux libraries . What could bethe possible reason ?enter image description here

  • Ffmpeg mathematical "expression" syntax in filters

    9 novembre 2022, par Jason C

    Multiple ffmpeg filters take a mathematical expression as a parameter, for example setpts and select (examples from docs) :

    


    setpts='1/(25*TB) * (N + 0.05 * sin(N*2*PI/25))';
select=select=between(t\,10\,20)


    


    The docs for each filter are generally good about listing available variables for that specific filter, but the actual syntax of this expression appears (?) to be completely undocumented, despite its heavy use. For example, what functions are available (e.g. sin, between) ? Are boolean combinations allowable and if so, what are the operators ? What other mathematical operators are available ?

    


    What is the syntax of these expressions ? Or, at the very least, is some non-ffmpeg library parsing them and if so, what is it ? That way I can at least look up the syntax. Or have I missed some documentation section somewhere...?

    


  • How to http streaming while encoding the accessed file

    5 décembre 2020, par hibiki31

    I am making a web application that plays videos.

    


    Files include non-mp4 in my server.
So I need to convert it, but I want to do it when it is accessed.
I can't change the original or use additional storage space.

    


    I'm learning Python, but I'm happy with any solution.

    


    This function is implemented by Plex Home media server.
https://www.plex.tv/

    


    Thank you.

    



    


    Thanks for the comments i found.
http://nginx.org/en/docs/http/ngx_http_hls_module.html

    


    I haven't tried the code yet.

    


    I'm worried about three options.

    


    First, implemented in Python code.
Second, implemented as a module for applications like Nginx.
Third, Google already knows the answer.