Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (91)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (21130)

  • Call libffmpeg.so through command line on Android

    1er décembre 2013, par user3032481

    I google for this github page : https://github.com/vecio/FFmpeg-Android
    And now I had built some latest libffmpeg.so for different versions of arms(ARMv7,vfp,neon,armv6).
    But I can't use these in my Android directly.

    Why I tried to call libffmpeg.so directly instead of jni ?

    Because I found a libffmpeg.so from the internet that I can directly use in my project by java.lang.ProcessBuilder and java.lang.Process, and it doesn't need jni at all.
    You can get this .so file through this link : http://goo.gl/n0Y1YU

    I didn't change any configure parameter in the FFmpeg-Android.sh on the github above.
    I think that these libffmpeg.so files I compiled can't deal with command line(they are just libraries.).
    I don't know how to modify it(Maybe modify the configure parameters).
    Does anyone know ?

  • Merge multiple videos without using command line-FFMPEG [on hold]

    19 avril 2018, par Valgrind1691

    I am developing an android application which has video processing features involved.
    For video processing I have been working with FFMPEG library. As for now ffmpeg is directly being consumed by android and the processing is being done by
    framing commands and executing it using ffmpeg executable running in the background.
    This approach has two drawbacks :

    1) Video Processing time is huge even after trying ultrafast and other options to reduce processing

    2) APK size is large

    For solving two major problems we seek c/c++ native implementation for video processing by using the ffmpeg code.
    The C/C++ code will be cross compiled for android and iOS platforms and provided to mobile platform as a library (.so file in case of Android)
    The .so file will have

    1. jni for communication between Android(java) and c/c+

    2. c++ code for functionality implementation of video processing. All
      the video processing i.e scaling, transcoding, merging,
      cropping etc will be done by C/C++ code.

    I have a query around the C/C++ side , how can we use ffmpeg not to process using command line rather we can define algorithms for the process. Transcoding, muxing etc I have achieved looking into the examples of ffmpeg but I am still unable to figure out algorithm for merging of multiple(upto 6) videos in a single video file.
    I have looked into every question posted in this context and none helped.
    Can someone help me merge videos using source code of ffmpeg without using command line ? Any help is appreciated.

  • Revision e71248addc : Code cleanup in block reconstruction code. Adding recon, recond_sby and recon_s

    2 avril 2013, par Dmitry Kovalev

    Changed Paths : Modify /vp9/common/vp9_recon.c Code cleanup in block reconstruction code. Adding recon, recond_sby and recon_sbuv functions. Change-Id : I6050db233e792e73a3699d18b056eaef9c901d6d