Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (50)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Application slower on jar than eclipse building with ant

    28 novembre 2019, par Caio Farias

    Hello guys, i’m facing a silly problem.

    I’m using the javacv library to capture streaming videos. On the eclipse i run my application and the delay time it is only the response of rtsp. But when i generate a jar file(using ant, a build.xml) and run on terminal (sudo java -jar app.jar) takes a 4 min to start grabbing frames.

    I run the flag verbose on java(java -verbose - jar) and the delay time its because his loading the libs ffmpegs(so files).

    Anyone had any idea how to improve and minimize the time ?

  • Runtime.getRuntime().exec() is not running the ffmpeg command on centos

    23 décembre 2013, par Karn_way

    I am doing as below on centos machine

    String fileName = "ffmpeg -i file:///home/xyz %d.png";
    Runtime.getRuntime().exec(fileName);

    xyz is mp4 file and i want that to create number of different Image frames

    when i am running by java application as above it is not working however if i try to do so directly on terminal it is working, please suggest as what might be wrong ?

  • Runtime.getRuntime().exec() is not running the ffmpeg command on centos

    19 juin 2018, par Karn_way

    I am doing as below on centos machine

    String fileName = "ffmpeg -i file:///home/xyz %d.png";
    Runtime.getRuntime().exec(fileName);

    xyz is mp4 file and i want that to create number of different Image frames

    when i am running by java application as above it is not working however if i try to do so directly on terminal it is working, please suggest as what might be wrong ?