Recherche avancée

Médias (0)

Mot : - Tags -/publication

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

Autres articles (98)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • 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

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

  • declaration of referenced constant is not found in built-in library and project files

    2 août 2016, par Auguste Larrivé

    Hello on the server I’m working on a directory named home.
    In an other directory there’s the library ffmpeg.

    Now I’m trying to use ffmpeg in my "home" directory with php.

    This is my code line :

    <?php ffmpeg -f image2 -i image%d.jpg  video.mpg ?>

    I know "<" is missing. It is on my PHPstorm codeline.

    Unfortunately I can read an error which said declaration of referenced constant is not found in built-in library and project files about ffmpeg.
    Does anyone now anything about this ?

  • Range input breaks ffmpeg when seeking in Chromium

    14 janvier, par Tania Rascia

    I'm getting the following error erratically when I seek with the range input in a React app, which renders the input unusable until refresh :

    


    PIPELINE_ERROR_READ: FFmpegDemuxer: demuxer seek failed

    


    The only occurrence of this error I can find online is in the Chromium source code. <— linked file goes directly to the line where the error exists.

    &#xA;

    I can't replicate the error in Firefox.

    &#xA;

    &#xA;

    &#xA;

    Nothing out of the ordinary is going on with the input.

    &#xA;

    const handleScrub = (event) => {&#xA;  const newTime = event.target.valueAsNumber&#xA;&#xA;  setProgress(newTime)&#xA;  audioRef.current.currentTime = newTime&#xA;}&#xA;

    &#xA;

    It happens if you click around really fast on the range. Here is an example of the source code, but the error doesn't happen with an .ogg file, only a signed .flac file.

    &#xA;

  • How to concatenate videos until a certain video length is reached FFMPEG [on hold]

    9 avril 2017, par Please Help

    I have some videos that I need to concatenate, but only until the video length has reached 10 minutes. How do I do this.