Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (35)

  • ANNEXE : Les extensions, plugins SPIP des canaux

    11 février 2010, par

    Un plugin est un ajout fonctionnel au noyau principal de SPIP. MediaSPIP consiste en un choix délibéré de plugins existant ou pas auparavant dans la communauté SPIP, qui ont pour certains nécessité soit leur création de A à Z, soit des ajouts de fonctionnalités.
    Les extensions que MediaSPIP nécessite pour fonctionner
    Depuis la version 2.1.0, SPIP permet d’ajouter des plugins dans le répertoire extensions/.
    Les "extensions" ne sont ni plus ni moins que des plugins dont la particularité est qu’ils se (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (7115)

  • Revision bf07f54e6c5c894ff77fb6b23c79289391ab92a2 : Report de r16667 git-svn-id : ...

    10 décembre 2010, par Cerdic — Log

    Report de r16667 git-svn-id : svn ://trac.rezo.net/spip/branches/r16004+plugins@16668 caf5f3e8-d4fe-0310-bb3e-c32d5e47d55d

  • How to have avbin.dll in a local directory (not C :\Windows\System) (for pyglet 1.2.4)

    16 mai 2019, par Doot

    Using pyglet 1.2.4, I am using avbin.dll to allow me to play audio and all sources say it needs to go into C :\Windows\System. This works, but I would like to put in in a local folder, so that when it is downloaded, the user does not need to explicitly put it there.

    How can I make it so that I specify the directory of avbin.dll/have in the same folder as the code ?

    Here, avbin.dll is in the folder with the code, but I can’t find how they did it.
    https://github.com/surajsinghbisht054/Python-Media-Player/tree/master/Python%20Media%20Player%20Version%200.0.1/Tools
    I tried going through it but I didn’t find anything

    I tried

    pyglet.options["search_local_libs"]

    but it was already set to true.

    I also added it to the path variable, but this didn’t change anything.

    The intention was to be able to play audio files.

    Additionally :
    Using pyglet 1.4, I tried using ffmpeg and ffmpeg-pyglet, which works great, except that pyglet.app.run() is required to stop the first part of the track playing on repeat, but its mainloop interferes with tkinter’s and I can’t seem to get either working in threads, which is why I reverted back to 1.2.4.

  • vp8 : make mv_min/max thread-local if using partition threading.

    5 avril 2017, par Ronald S. Bultje
    vp8 : make mv_min/max thread-local if using partition threading.
    

    Fixes tsan warnings like this in fate-vp8-test-vector-007 :

    WARNING : ThreadSanitizer : data race (pid=65909)
    Write of size 4 at 0x7d8c0000e088 by thread T1 :
    #0 vp8_decode_mb_row_sliced vp8.c:2519 (ffmpeg:x86_64+0x100995ede)
    [..]
    Previous write of size 4 at 0x7d8c0000e088 by thread T2 :
    #0 vp8_decode_mb_row_sliced vp8.c:2519 (ffmpeg:x86_64+0x100995ede)

    • [DH] libavcodec/vp8.c
    • [DH] libavcodec/vp8.h