Recherche avancée

Médias (91)

Autres articles (36)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (6877)

  • How to build and use ffmpeg within android

    28 octobre 2016, par Shaggydev

    I am prototyping a fairly simple camera app to test out using MediaRecorder to create a custom camera activity with one snag, I want to set the aspect ratio of recorded videos to a 1x1. Through much research I have found that this is only possible by using a library like FFMPEG to crop each frame of the video to the size I desire.

    I have read many tutorials and articles on different ways to build FFMPEG into Android, but most of them are either outdated and use older versions of both the Android NDK and FFMPEG, or more recent ones just do not work when followed. I tried following the popular http://www.roman10.net/how-to-build-ffmpeg-for-android/‎ and a few other similar ones that all lead to an error about a missing pkg-config file because FFMPEG is generally meant to be installed on linux or another OS apparently. I found some information about building FFMPEG in android by using a make-standalone-toolchain.sh file here http://software.intel.com/en-us/android/blogs/2013/12/06/building-ffmpeg-for-android-on-x86 and can’t make heads or tails as to how to go about using this method.

    This now leads into my question : What is the best/proven way currently to build and use FFMPEG within android applications ? If the standalone toolchain method is the way to go, is there any material better than the one listed that is easier to follow ? I would even be open to a reliable template application with the FFMPEG Libraries ready to go (if this is possible) ; although, I would much rather know how to build this into android for future use.

    Thank you in advance for any advice or suggestions on this issue.

  • How to remove background color from video in android ?

    12 novembre 2016, par Priyesh Bhargava

    I want to remove bg from video in android ,checked with FFMPEG also but didn’t find any good solution, can any one help me any possible way like is it possible with JNI , openGL etc. so i can use in android.

    Thanks in advance !

  • RTP-Server in Android 4.0 and above

    9 juin 2013, par PowerPC

    Working on Android 4.0+ above.

    I am in process of analyzing ways to live stream my camera video to Window PC using RTP , encoding MPEG-2.

    1. Is there readily available "rtp-server" in android 4.0+ ?

    2. Is following true: : "The Android platform lacks support for
      streaming protocol, which makes it difficult to stream live audio /
      video to Android enabled devices." extracted from website

    3. Currently I analyzed used the ffserver from the ffmpeg
      libraries, but the FPS is < 5. which is far slow. Did any one
      explored other solution which has more FPS ?

    4. Did anybody tried using StageFright for same ? Capturing raw data
      from camera and sending it to stagefright framework for encoding and
      then streaming the same using RTP ??

    Many Thanks.