Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (39)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (7090)

  • ffmpeg-python : mp3 + jpg = mp4

    15 janvier 2020, par Martin

    I’m trying to make a python program using ffmpeg-python that will combine an audio file and image into a music video mp4 file. I’ve done this in a working ffmpeg bash command before, but now I’m trying to do it in a pure python3 program, I’ve ran some of the example ffmpeg python applications to ensure it works, but haven’t found any examples related to my case. So far I have this :

    import ffmpeg
    print('test')

    audioInput = ffmpeg.input('fighter.mp3')
    imageInput = ffmpeg.input('front.jpg')
    (
       ffmpeg
       .filter([audioInput, imageInput], 'overlay', 10, 10)
       .output('out.mp4')
       .run()
    )

    But that just leads to an error saying Stream specifier '' in filtergraph description [0][1]overlay=10:10[s0] matches no streams.. Can anyone with experience using this ffmpeg-python library help ?

  • configure : simplify bigendian check

    27 mars 2024, par J. Dekker
    configure : simplify bigendian check
    

    The preferred way to use LTO is —enable-lto but often times packagers
    still end up with -flto in cflags for various reasons. Using grep
    on binary object files is brittle and relies on specific object
    representation, which in the case of LLVM bitcode, debug information or
    other intermediary formats can fail silently.

    This patch changes the check to a more commonly used define for GCC
    style compilers. More checks may be needed to cover other potential
    compilers that don't use the __BYTE_ORDER__ define.

    Signed-off-by : J. Dekker <jdek@itanimul.li>

    • [DH] configure
  • Anomalie #3386 : Spip derrière Varnish : port non-standard dans l’URL ?

    15 février 2015, par Fil Up

    ou bien, pour la liste des ports à ignorer :
    define('_PORTS_STANDARDS', '80,443')

    Certes, mais ça sort du cadre de ce ticket, non ?

    Puisqu’on parle d’un bug de SPIP (qui réécrit l’URL dans un cas où il ne faudrait pas), il faut d’abord trouver une solution interne à SPIP.

    SPIP doit pouvoir marcher avec un varnish de base, sans conf spécifique. Parfois l’hébergeur te met un varnish en front et ne te permet pas de le configurer. C’est pour ça que je ne suis pas pour le fait d’exiger un réglage spécifique côté Varnish.

    À noter : il est certainement possible de bidouiller la valeur problématique depuis le fichier mes_options.php