
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (62)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
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 (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)
Sur d’autres sites (4810)
-
how to compile the ffmpeg library on windows [closed]
4 septembre 2012, par Naseeb SheoranPossible Duplicate :
difficulty in building ffmpeg for windowsI want to make an app with video editing facility and i want to use ffmpeg for that purpose.Even after going through many tutorials,i am not understanding how to compile the ffmpeg library for using in android application.Can you please help me in this regard.Thanks in advance.
-
Building ffmpeg on windows for android [closed]
5 septembre 2012, par Naseeb Sheorancan anybody please share new edited and working build.sh file to compile
libogg or ffmpeg by using NDK-r8b on MAC OS x
I saw many tutorial but no one is specific. I follow this
tutorial http://www.roman10.net/how-to-build-ffmpeg-for-android/
The bash script its not working for me ..
so please share working Script for ndk-r8b and please specify what are the
changes i need to make in that script file..
also one more question that can i use compile ffmpeg source directly into
my app ( on git you will find many project having compile ffmpeg source in
JNi folder)
thank you -
Video encoding libraries for Windows
8 février 2012, par Johnffmpeg is a widely used cross-platform library. But it doesn't support Visual C++, meaning you have to jump through hoops.
And considering they say the following, it's clear they don't give $0.02 about MSVC users and that makes me uncomfortable for a serious project.. how can one of the most widely used cross-platform libraries not support the most common toolset on the most common OS ?
There have been efforts to make FFmpeg compatible with MSVC++ in the
past. However, they have all been rejected as too intrusive,
especially since MinGW does the job adequately. None of the core
developers work with MSVC++ and thus this item is low priority. Should
you find the silver bullet that solves this problem, feel free to
shoot it at us.We strongly recommend you to move over from MSVC++ to MinGW tools.
It seems unlikely all the Windows developers are doing all this messing about, so are there more Windows-friendly libraries around ?