
Recherche avancée
Autres articles (26)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez 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 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Contribute to translation
13 avril 2011You 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 (...)
Sur d’autres sites (3913)
-
FFmpeg on Android
26 décembre 2016, par JagI 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.
-
Do you have steps / procedures / code / example on integrating FFmpeg on Android / StageFright ?
-
Can you please guide me on how can I use this library for multimedia playback ?
-
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 ?
-
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 JagI 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.



- 

-
Do you have steps / procedures / code / example on integrating FFmpeg on Android / StageFright ?
-
Can you please guide me on how can I use this library for multimedia playback ?
-
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 ?
-
Also I could not find documentation on the FFmpeg APIs which need to be used for playback.










-
-
Python get ffmpeg process
12 juillet 2020, par Kevin 29890I 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.