Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (18)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (4764)

  • Video Streaming from an ip camera h264

    4 décembre 2012, par user1764164

    I wish to develop an application for android which can receive video frames and display them in h264 encoded format. I was able to find solutions using mjpeg but i wish to use javacv which contains ffmpeg . Javacv also allows me to add motion detection and color enhancement algorithms to my frames. Please point me to references and solutions which would enable me to further the development of my application

  • I am trying to integrate FFMPEG library into my Xcode 7.1 project and getting error

    11 mars 2016, par Nirbhay

    ld : ’/Users/akash/Documents/Development/ffmpeg_t/libavformat.a(allformats.o)’ does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture armv7
    clang : error : linker command failed with exit code 1 (use -v to see invocation)

  • Using linux programs within app

    15 octobre 2014, par user1503606

    Just going to ask this question feel free to say its a stupid question.

    Is it possible to use a program like ffmpeg within a mobile app i currently use Titanium for app development so it is all written in javascript.

    If i was going to go native and learn C objective C would this allow me to execute a program like ffmpeg or compile it into a app to run on the device ?

    With a lot of my current apps i normally send/upload a file to my server then run all the file manipulation then download the newly encoded file.

    It would be great if you could do this directly on the app in C.

    How do people do this.