Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (31)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (4633)

  • FFmpeg on Android

    26 décembre 2016, par Jag

    I have got FFmpeg compiled (libffmpeg.so) on Android. Now I have to build either an application like RockPlayer or use existing Android multimedia framework to invoke FFmpeg.

    1. Do you have steps / procedures / code / example on integrating FFmpeg on Android / StageFright ?

    2. Can you please guide me on how can I use this library for multimedia playback ?

    3. I have a requirement where I have already audio and video transport streams, which I need to feed to FFmpeg and get it decoded / rendered. How can I do this on Android, since IOMX APIs are OMX based and cannot plug-in FFmpeg here ?

    4. Also I could not find documentation on the FFmpeg APIs which need to be used for playback.

  • FFmpeg on Android

    5 décembre 2020, par Jag

    I have got FFmpeg compiled (libffmpeg.so) on Android. Now I have to build either an application like RockPlayer or use existing Android multimedia framework to invoke FFmpeg.

    



      

    1. Do you have steps / procedures / code / example on integrating FFmpeg on Android / StageFright ?

    2. 


    3. Can you please guide me on how can I use this library for multimedia playback ?

    4. 


    5. I have a requirement where I have already audio and video transport streams, which I need to feed to FFmpeg and get it decoded / rendered. How can I do this on Android, since IOMX APIs are OMX based and cannot plug-in FFmpeg here ?

    6. 


    7. Also I could not find documentation on the FFmpeg APIs which need to be used for playback.

    8. 


    


  • Python get ffmpeg process

    12 juillet 2020, par Kevin 29890

    I am working on my own video editing software. But when the users clicks render I want to show a progress bar so the user knows how long they have to wait. How do I get the progress of ffmpeg because I use that for rendering their videos. The complete software is written in Python tkinter.