Recherche avancée

Médias (91)

Autres articles (58)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (10344)

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