Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (98)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

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

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

  • How to find FFMPEG file path in godaddy vps server ?

    4 mai 2017, par Kadiravan Vellingiri

    I am currently working on a Video sharing website. I am looking to automatically generate thumbnails for the videos that are uploaded. The godaddy support team helped in installing the ffmpeg library in VPS server. But when i try to upload the videos, i get the below error message

    sh : /usr/local/bin/ffmpeg : No such file or directory

    There are certain ways mentioned to find out the ffmpeg path but i am unable to proceed as i do not have much idea about SSH. Can you help me finding the easiest way to get the correct ffmpeg filepath in my server ?

  • lavf/hls : fix memory leak in error handling path for option tmp

    13 septembre 2019, par Jun Zhao
    lavf/hls : fix memory leak in error handling path for option tmp
    

    fix memory leak in error handling path for option tmp.

    Reviewed-by : Steven Liu <lq@onvideo.cn>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavformat/hls.c
  • doc/Makefile : fix man pages uninstall path

    24 octobre 2013, par Stefano Sabatini
    doc/Makefile : fix man pages uninstall path
    

    Fix trac ticket #3054.

    • [DH] doc/Makefile