
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (77)
-
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 -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
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 (8867)
-
Revision 1d7ccd5325 : Relocate memory operations for common code With the sad functions, and hopefull
12 mai 2015, par JohannChanged Paths :
Modify /test/dct16x16_test.cc
Modify /test/dct32x32_test.cc
Modify /test/fdct4x4_test.cc
Modify /test/fdct8x8_test.cc
Modify /test/sad_test.cc
Modify /test/variance_test.cc
Modify /vp9/common/arm/neon/vp9_idct16x16_1_add_neon.c
Modify /vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c
Modify /vp9/common/arm/neon/vp9_idct4x4_1_add_neon.c
Modify /vp9/common/arm/neon/vp9_idct8x8_1_add_neon.c
Modify /vp9/common/mips/dspr2/vp9_itrans16_dspr2.c
Modify /vp9/common/mips/dspr2/vp9_itrans32_cols_dspr2.c
Modify /vp9/common/mips/dspr2/vp9_itrans4_dspr2.c
Modify /vp9/common/mips/dspr2/vp9_itrans8_dspr2.c
Modify /vp9/common/mips/dspr2/vp9_loopfilter_filters_dspr2.h
Modify /vp9/common/vp9_common.h
Modify /vp9/common/vp9_idct.c
Modify /vp9/common/vp9_idct.h
Modify /vp9/common/vp9_loopfilter.c
Modify /vp9/common/vp9_loopfilter_filters.c
Modify /vp9/common/vp9_postproc.c
Modify /vp9/common/vp9_reconintra.c
Modify /vp9/common/x86/vp9_high_loopfilter_intrin_sse2.c
Modify /vp9/common/x86/vp9_idct_intrin_sse2.c
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/encoder/vp9_aq_variance.c
Modify /vp9/encoder/vp9_dct.c
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_extend.c
Modify /vp9/encoder/vp9_firstpass.c
Modify /vp9/encoder/vp9_mcomp.c
Modify /vp9/encoder/vp9_picklpf.c
Modify /vp9/encoder/vp9_pickmode.c
Modify /vp9/encoder/vp9_quantize.c
Modify /vp9/encoder/vp9_ratectrl.c
Modify /vp9/encoder/vp9_rd.c
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/encoder/vp9_resize.c
Modify /vp9/encoder/vp9_ssim.c
Modify /vp9/encoder/vp9_temporal_filter.c
Modify /vp9/encoder/x86/vp9_highbd_quantize_intrin_sse2.c
Modify /vp9/vp9_iface_common.h
Modify /vpx_dsp/sad.c
Modify /vpx_ports/mem.h
Modify /vpx_scale/generic/yv12config.c
Modify /vpx_scale/generic/yv12extend.c
Relocate memory operations for common codeWith the sad functions, and hopefully the variance functions soon,
moving to the vpx_dsp location, place the defines used in the
reference C code in a common location.Change-Id : I4c8ce7778eb38a0a3ee674d2f1c488eda01cfeca
-
How to make Video Effects by ffmpeg from command line to Node JS ?
22 juin 2015, par Nazmul Hossain BilashI am working on ffmpeg. I have already worked on several work for editor. But currently I need to make effect on video. I have got command line command to give effect. But I cant convert it to node Js :
cellauto: ffplay -f lavfi -i cellauto=rule=110
life: ffplay -f lavfi -i life=s=300x200:mold=10:r=60:ratio=0.1:death_color=#C83232:life_color=#00ff00,scale=1200:800:flags=16So I need to converrt it in filter by node js.
-
avcodec/jpeg2000dwt : Support 9/7 singularity cases on the encoder side
17 juin 2015, par Michael Niedermayer