
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 (105)
-
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 (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (4096)
-
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