Recherche avancée

Médias (6)

Mot : - Tags -/opensource

Autres articles (16)

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

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

Sur d’autres sites (2632)

  • Giving FFmpeg access to my app's data directory ?

    5 novembre 2015, par jgads

    I’m working with one of the many Android FFmpeg libraries on GitHub, which each involve an NDK wrapper around a C binary. I’m trying to give other apps access to the video file I have edited with FFmpeg (and saved in External Storage), but at least on Android 6.0, the new permissions system prevents them from being able to access the shared file unless they themselves have the External Storage permission granted. The solution here would be to use content providers to open up a directory for other apps to access. However...

    My FFmpeg binary is contained within the app’s data directory, but it fails when I try to access or modify a video file saved there. As mentioned above, it has no problem accessing external storage.

    Is there a way to give FFmpeg access to my app’s data directory, giving it read and write permissions ? Would naming the library with the same package name do the trick ?

    Any ideas ? Thanks for any advice !

  • How to access microphone using FFMPEG with C++

    14 juin 2014, par Godspped

    I want to be able to access a microphone on the computer using ffmpeg in C++, I can not find any example to do so. Do I have to use "avformat_open_input", but how do I know the list of audio capture devices on the computer ?

    Does anyone have some sample code or a tutorial they came by so that I can get started.

    Thanks in advance !

  • Revision 2f4a2a1268 : Add clamp to prevent out of bound access For bad input data, the decoder may ac

    15 octobre 2013, par Yaowu Xu

    Changed Paths :
     Modify /vp9/decoder/vp9_dsubexp.c



    Add clamp to prevent out of bound access

    For bad input data, the decoder may access the array out of bounds. The
    commit added clamp to prevent such out of bound access

    Change-Id : I0a1cfd9b8786ea7113a998053c76605c963b077a