Recherche avancée

Médias (0)

Mot : - Tags -/publication

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

Autres articles (104)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (7718)

  • Duration of an uploaded video in PHP

    14 juillet 2015, par 121kk

    I need to know the duration of a video that I have uploaded to 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 program via terminal it shows duration, but on calling it in a PHP page it does not give an output.
    Please provide me a solution....

    Thanks in advance.

  • Java runtime not able to run command on mac

    5 octobre 2016, par sunder

    I installed ffmpeg on mac through brew install. When i run ffmpeg command from terminal, it is running fine. But when i create a program in java and execute command like

    Runtime.getRuntime().exec("ffmpeg");

    It is throwing IOException
    Cannot run program "ffmpeg":error=2, No such file or directory.
    Any idea how to resolve it ?

  • Apple mediastreamvalidator processes only a fraction of total segments

    1er septembre 2016, par Manas Paldhe

    When I run mediastreamvalidator on OSX from terminal, I see that only some of the segments are getting processed. How can I force mediastreamvalidator to process all segments ?

    Processed 3498 out of 43191 segments
    Average segment duration : 3.995671
    Total segment bitrates (all discontinuties) : average : 665.62 kb/s, max : 745.23 kb/s