Recherche avancée

Médias (0)

Mot : - Tags -/tags

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

Autres articles (112)

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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (12490)

  • Use pre-built libffmpeg.so in Android Project

    26 juin 2013, par Aditya Kumar Praharaj

    Is it possible to use a pre-built ffmpeg library , libffmpeg.so (well preferrably the one open-source) in my own Android Project ? If so , then how would you :

    1 . include it in your project directory ?

    2 . modify Android.mk given that it is a shared library ?

    Thanks

  • Android live streaming multicast

    10 mars 2016, par user1573559

    I have built a Android application based on FFMPEG, reference http://www.roman10.net/how-to-build-android-applications-based-on-ffmpeg-by-an-example/.
    Now, I want to live streaming multicast ?
    How to convert multicast to unicast url to live streaming ?
    Please suggest.

  • convert code which uses javax.sound.sampled in android

    6 avril 2013, par adityag

    I want to mix two audio files in android. First a song from library and second a sound recorded from mic.

    To begin with, I tried doing it on desktop using JS Resources Audio concat Program

    Using this code, I can mix/merge/overlap 2 sound wav files on desktop when i use float mix mode (-f).

    Now I was trying to do this in android environment. But found that javax.sound.sampled.* ; used in this code is not supported by android.

    Can anyone guide me how to deal with this situation ?

    Thanks,

    -Aditya.

    PS : other approach i tried is trying to use some ffmpg. But frankly, I couldnt understand how to make it work to suit my requirement :(