
Recherche avancée
Autres articles (80)
-
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 (...) -
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 (...) -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)
Sur d’autres sites (10810)
-
Add a compat stdatomic.h implementation based on suncc atomics
29 novembre 2016, par Anton KhirnovAdd a compat stdatomic.h implementation based on suncc atomics
Adapted from the code by Rémi Denis-Courmont from VLC
This merges libav commit bb81ed476569b912a37ed553e756e123b6b13b14.
Signed-off-by : Wan-Teh Chang <wtc@google.com>
Reviewed-by : wm4 <nfxjfg@googlemail.com>
Signed-off-by : James Almer <jamrial@gmail.com> -
Finding project / solution files to build libbluray
30 novembre 2020, par xcvbnmI am trying to build libbluray from http://git.1f0.de/gitweb?p=libbluray.git ;a=summary ;js=1. The description says that it is a "libbluray patched to compiler under Windows with MSVC", but I can't find any vcxproj / sln files in their source code (take, for example, a ZIP file at http://git.1f0.de/gitweb?p=libbluray.git ;a=snapshot ;h=ebde4c9cedb2088eb7c4ee9ef1a15e74b5d17f3a ;sf=zip ;js=1). Without a project or solution file, how do I plug it into MSVC ? Am I missing something here ?


-
Mpeg TS player on android using GStreamer
21 mars 2013, par RuchiI am supposed to design a MPEG-TS demux and player in android on my win 7 platform using the libraries of GStreamer as well as ffmpeg. I am using eclipse juno version in my win 7 system. Now, I was successfully able to configure ffmpeg in eclipse. I downloaded GStreamer sdk from docs.gstreamer.com and successfully configured gstreamer in eclipse. As it turns out, the 5th tutorial of GStreamer is a media player app only. But when I execute that project, I am not able to see the video. Only audio sound is heard. So, my next step should be configuring gst-ffmpeg plug-in in my eclipse and code a media player accepting transport stream (.ts) files. But after surfing a lot on internet, I am not able to get a single solution of moving further. I am using windows platform so the problem increases a bit. I am aware that there is Vplayer that accepts files of .ts format. But I am not able to reach to the source code of Vplayer. Can anyone please please guide me further ? Help needed.