
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (81)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (12108)
-
Revision ab77828b36 : Unify the use of encode_b_args/optimize_block_args The struct optimize_block_ar
24 juillet 2013, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_encodemb.c
Unify the use of encode_b_args/optimize_block_argsThe struct optimize_block_args is defined same as encode_b_args.
Remove this redundant definition, and use encode_b_args consistently.Change-Id : I1703aeeb3bacf92e98a34f4355202712110173d9
-
Merge remote-tracking branch ’qatar/master’
18 juillet 2013, par Michael NiedermayerMerge remote-tracking branch ’qatar/master’
* qatar/master :
Consistently use "cpu_flags" as variable/parameter name for CPU flagsConflicts :
libavcodec/x86/dsputil_init.c
libavcodec/x86/h264dsp_init.c
libavcodec/x86/hpeldsp_init.c
libavcodec/x86/motion_est.c
libavcodec/x86/mpegvideo.c
libavcodec/x86/proresdsp_init.cMerged-by : Michael Niedermayer <michaelni@gmx.at>
- [DH] libavcodec/ppc/hpeldsp_altivec.c
- [DH] libavcodec/x86/ac3dsp_init.c
- [DH] libavcodec/x86/cavsdsp.c
- [DH] libavcodec/x86/dsputil_init.c
- [DH] libavcodec/x86/dsputilenc_mmx.c
- [DH] libavcodec/x86/fft_init.c
- [DH] libavcodec/x86/fmtconvert_init.c
- [DH] libavcodec/x86/h264_intrapred_init.c
- [DH] libavcodec/x86/h264_qpel.c
- [DH] libavcodec/x86/h264chroma_init.c
- [DH] libavcodec/x86/h264dsp_init.c
- [DH] libavcodec/x86/hpeldsp_init.c
- [DH] libavcodec/x86/lpc.c
- [DH] libavcodec/x86/motion_est.c
- [DH] libavcodec/x86/mpegaudiodsp.c
- [DH] libavcodec/x86/mpegvideo.c
- [DH] libavcodec/x86/mpegvideoenc.c
- [DH] libavcodec/x86/pngdsp_init.c
- [DH] libavcodec/x86/proresdsp_init.c
- [DH] libavcodec/x86/rv34dsp_init.c
- [DH] libavcodec/x86/rv40dsp_init.c
- [DH] libavcodec/x86/sbrdsp_init.c
- [DH] libavcodec/x86/vc1dsp_init.c
- [DH] libavcodec/x86/videodsp_init.c
- [DH] libavcodec/x86/vorbisdsp_init.c
- [DH] libavcodec/x86/vp3dsp_init.c
- [DH] libavcodec/x86/vp56dsp_init.c
- [DH] libavcodec/x86/vp8dsp_init.c
- [DH] libavfilter/x86/af_volume_init.c
- [DH] libavresample/x86/audio_convert_init.c
- [DH] libavresample/x86/audio_mix_init.c
- [DH] libavresample/x86/dither_init.c
- [DH] libavutil/ppc/float_dsp_init.c
- [DH] libavutil/x86/float_dsp_init.c
-
Turn off usage of base_data_offset in tfhd for PIFF files
24 mars 2013, par Jeremy HinegardnerTurn off usage of base_data_offset in tfhd for PIFF files
According to the PIFF specification[1] the base_data_offset field MUST be
omitteed. See section 5.2.17. Since the ISMV files created by ffmpeg state
that they are ’piff’ compatible via ’ftyp’ box, this needs to be corrected.[1] http://www.iis.net/learn/media/smooth-streaming/protected-interoperable-file-format
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>