Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (56)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • 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

Sur d’autres sites (8080)

  • Trim/cut video in Android app using ffmpeg

    10 août 2012, par K-ran-Beast

    I have downloaded the code for video trimming from github at following link

    https://github.com/uday-rayala/video-trimmer

    It’s working perfectly, but when I try to run it for the second time the code crashes without any exception then again when I try to run it for the 3rd time it works after the crash.
    Does any one have any idea ?

    I am developing an application which has one module of trimming videos.
    I would really appreciate it, if some one could help me.

  • Android video trimming via ffmpeg

    9 juin 2014, par Karan_Rana

    I have downloaded video trimming code from github from this link.

    It’s working perfectly for the first time, but when I try to run it for the second time the code crashes without any exception then again when I try to run it for the 3rd time after the crash it works !
    Does any one have any idea for this kind of behaviour ?

    I am also developing an application which has one module of trimming videos.
    I would really appreciate it, if any one could help me .

  • how to render android screen to a web page in realtime

    14 août 2012, par Rain Lee

    i'm working on something to remote control android from web browser. something like canvas or flash will draw the android device's screen, and i want it to be very smoothly.

    as i know, we can capture android screen using frame buffer. there a lot of articles about this. But, the fps is very lot, 4 5 fbs at most. is there any way to improve ?

    will something like ffmpeg help?