
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (44)
-
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 -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (8053)
-
How to create .sub (vobsub sutitle sub/idx) file from bitmap files
5 janvier 2013, par aviitI have some bitmap files (jpeg, png, ...) and I want to write a C++ program that joins those bitmap files to pes stream (mpeg-2 format), then create a sub file (.sub/.idx : vobsub subtitle files).
Can you give me some hint ?
Thanks
-
not able to create libffmpeg.so for android
4 janvier 2013, par susheel tickooI have tried to create a video from images and i haven done it successfully with MPEG4 codec and .m4v extension.Using this link
now i want to use H264 codec for android devices.I am able to compile the code but when i use the function avcoded_find_encoder(CODEC_ID_H264). It gives me codec not found.
I have seen the links for same on stackovrflow but they are of either no use or are not conclusive.Please help.
thanks in advance. -
How to create .so (Shared Object library file) from .c (C file) for Arm Processor ?
2 juillet 2013, par Navjot BediI wanted to create a Prebuilt Shared library .so from .c file for ARM processor. Kindly give me some steps to do this and also how to include and access its functions in android.