Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (17)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

  • 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.

Sur d’autres sites (2322)

  • Images to Video converter in Android

    27 août 2013, par Sivakumar S

    I would like to convert multiple images(frames) to a video(MP4) in an android device. Also, I would like to convert video(MP4) into multiple images(for each frame). I have limited knowledge on FFMPEG, but installing FFMPEG in Android may consume more time. I Would like to ask experienced engineers to suggest a better strategy which can take less time to complete this task. Please point me to some open source code which I may modify to complete this task quickly.

  • how to play different video file formats in android

    18 octobre 2012, par koti

    I am developing an android application in which one of the functionality to play video files which are downloaded from server.

    In Server some files are .mp4 files which are supported by android and some files .mov files.

    Here i have to play .mov files also in my application which are not supported by android.So i googled about this and i found using ffmpeg we solve the problem.But i did not found a good tutorial how to include ffmpeg with my android application on Windows.

    Please give some guide lines about this issue.

    Thanks in advance

  • android ffmpeg : file protocol not found

    18 octobre 2012, par Abdul Mateen

    I am trying to run ffmpeg commands through android programmatically and have build ffmpeg for android. Some commands working properly, but the commands having file path like "/mnt/sdcard/video.mp4" is giving error(Exception) that : file protocol not found.

    How to run such commands ?

    Thanking you !