Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (50)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (9048)

  • duration of uploaded video in PHP

    14 juillet 2015, par 121kk

    I need to know the duration of video that I uploaded in a page. I have written a php script for doing this

    <?php

    $command = "ffmpeg -i video.mp4 2>&1 | grep Duration | awk '{print $2}' | tr -d ,; ";
    $cm = shell_exec($command) ;
    echo "$cm";

    ?>

    When I execute this commands on terminal it shows duration, but on calling it is in PHP page it does not gave an output.
    Please provide me a solution....

    Thanks in Advance

  • Add extra path manually on open_basedir

    27 août 2018, par Jamshid

    I need to add an extra path manually on open_basedir, but I don’t know where I can do that I guess from phpmyadmin this is possible but for an extra path for FFmpeg plugin I need to edit a fine from terminal ssh,
    this is the path I need to add : :/usr/bin/ffmpeg/ :/usr/bin/ffprobe/

    Thanks Developers

  • Create stream with FFmpeg from different ip

    14 novembre 2017, par Ashot Jlavyan

    I need to create HLS stream with FFmpeg from different ip. It’s like —bind-address in wget command. i have 2 network interface i need choose which i want and process command in terminal.