
Recherche avancée
Autres articles (32)
-
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
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 (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (3490)
-
Revision 40011 : 2010
22 août 2010, par cedric@… — Log2010
-
yuv422 to jpeg conversion using ffmpeg in VC++ 2010
18 juillet 2017, par user3743908i am trying to convert yuv422 raw image in to jpeg or bmp format.
plz suggest starting point,i have done following.
I have build all the ffmpeg libraries on windows platform for VC++2010.
i know how to convert them using windows command prompt like
"ffmpeg -s <imagesize> -pix_fmt uyvy422 -i <input />
</imagesize>but need to do in VC++2010
i have run sample code (below) which use the ffmpeg libraries without any error.
main()
{
av_register_all();
AVFormatContext *pFormatCtx =NULL;
return 0;
}dono how to read, write and format convert for an image file...
Regards
kaushal
-
Revision 40011 : 2010
22 août 2010, par cedric@… — Log2010