Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (109)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (10031)

  • doc : Fix names of av_log color environment variables.

    11 janvier 2012, par Diego Biurrun

    doc : Fix names of av_log color environment variables.

  • Set client-side maxFileSize setting for the demo environment.

    18 novembre 2011, par Sebastian Tschan

    m application.js Set client-side maxFileSize setting for the demo environment.

  • How do I edit the PKG_CONFIG_PATH environment variable on windows ?

    2 janvier 2024, par Project PowerPoint

    I'm trying to use pkg-config to combine files from ffmpeg into a library so I can use them as such in my program. However, I can't seem to figure out how to get pkg-config to look in another location.

    


    It's worth mentioning that I'm compiling this program into a node API addon for a node project, so I'm using pkg-config from NPM and CMake-js.

    


    Currently, pkg-config looks in C:/Strawberry/c/lib/pkgconfig

    


    I want it to look in C:/ffmpeg/lib/ as well.
I've tried looking for how to do this, but I can only find how to do it on linux.

    


    In the one stackoverflow question which is similar, the link provided is broken : link to question , broken link provided

    


    Otherwise, I find conflicting info saying pkg-config in windows doesn't consider PKG_CONFIG_PATH environment variable. I can't test this if I can't find out how to actually do it.

    


    I've also tried copying the ffmpeg folder inside C:/Strawberry/c/lib/pkgconfig so it can find it. Even then, it 'cant find libavcodec.pc' despite being located in that folder (albeit several folders deep).

    


    How do I change the environment variable for pkg-config ?