Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (42)

  • 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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (8767)

  • video editing using FFMPEG in android project [closed]

    1er mai 2012, par Pankaj Mehra

    Possible Duplicate :
    Use FFMPEG on Android

    i want to create a android app which can merge audio images to form video i am prefering ffmpeg for that ,please guide me how can i use ffmpeg functions and libraries to do so

  • FFMpeg on Android not working

    30 août 2013, par user2171513

    I have build FFmpeg statically linked binary and I am using it to do some video/audio encoding -decoding in an Android application. If I use FFmpeg from my android application using

    Runtime.getRuntime().exec(Command);

    then it seems to suddenly crash in between without any error logs.
    but If I run the exact same command through adb shell then it succeeds. I am not able to figure out what would be the difference in running a native binary through adb shell or through an Android Application.

    Any help is appreciated.

  • FFMPEG in android

    11 octobre 2011, par Krishnendu

    Ii am trying to reduce the video size capture by default camera (it's generating high resolution video) in Android. Does FFMPEG have a property to encode a video with given resolution ? I try to Google, but all examples are using command line mode for FFMPEG.

    My questions are :

    1. Can we use ffmpeg command line in Android ?
    2. If not then how we will achieve it ?
    3. Can we able record a video directly using ffmpeg in Android ?
    4. Is there any other solution for this ?