
Recherche avancée
Autres articles (47)
-
Les statuts des instances de mutualisation
13 mars 2010, parPour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...) -
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 (...) -
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 (...)
Sur d’autres sites (9202)
-
How to compile ffmpeg-2.5.3 on windows with android-ndk-r10d
12 janvier 2015, par chandan chaudharyI am trying to compile FFMPEG for android on windows using android-ndk-10d. I have followed number of tutorials but I am unable to compile it.
Can any one please help me to compile FFMPEG. I have referred many blogs and tutorials but I am unable to retrieve the expected result.I have used the following link roman10, but it isn’t working.
Please help me.
Thank You -
Revision 99b99831e4 : Align thread data in vp9_ethread On some platforms, such as 32bit Windows and 3
15 janvier 2015, par Yunqing WangChanged Paths :
Modify /vp9/encoder/vp9_ethread.c
Align thread data in vp9_ethreadOn some platforms, such as 32bit Windows and 32bit Mac, the allocated
memory isn’t aligned automatically. The thread data is aligned to
ensure the correct access in SIMD code.Change-Id : I1108c145fe982ddbd3d9324952758297120e4806
-
Windows 7 add user path variable for ffmpeg
17 janvier 2015, par user2601430I am trying to add a user path varible for ffmpeg. It is located in D :\AppRun\FFmpeg\bin on my disk. In the Environment Variables dialog I clicked new and I entered ffmpeg for the varible name and D :\AppRun\FFmpeg\bin for the varible value. Clicked OK. Opened cmd prompt. Typed ffmpeg, and it says its not recognized as an internal or external command. What am I doing wrong ??
I logged off and on but that did not help