
Recherche avancée
Autres articles (38)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
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 (...)
Sur d’autres sites (3026)
-
avcodec/ljpegenc : Allow full range yuv420p, yuv422p, yuv444p by default
6 avril 2021, par Andreas Rheinhardtavcodec/ljpegenc : Allow full range yuv420p, yuv422p, yuv444p by default
The documentation for AV_PIX_FMT_YUVJ420P reads :
"planar YUV 4:2:0, 12bpp, full scale (JPEG), deprecated in favor of
AV_PIX_FMT_YUV420P and setting color_range"
Yet the LJPEG encoder only accepts full scale yuv420p when strictness is
set to unofficial or lower ; with default strictness it emits a nonsense
error message that says that limit range YUV is unofficial. This has
been changed to allow full range yuv420p, yuv422p and yuv444p irrespective
of the level of strictness.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
libavresample : Remove deprecated library
14 avril 2021, par Andreas Rheinhardtlibavresample : Remove deprecated library
Deprecated in c29038f3041a4080342b2e333c1967d136749c0f.
The resample filter based upon this library has been removed as well.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Signed-off-by : James Almer <jamrial@gmail.com>- [DH] Makefile
- [DH] configure
- [DH] doc/APIchanges
- [DH] ffbuild/common.mak
- [DH] fftools/cmdutils.c
- [DH] fftools/ffmpeg_filter.c
- [DH] libavfilter/Makefile
- [DH] libavfilter/af_resample.c
- [DH] libavfilter/allfilters.c
- [DH] libavresample/Makefile
- [DH] libavresample/aarch64/Makefile
- [DH] libavresample/aarch64/asm-offsets.h
- [DH] libavresample/aarch64/audio_convert_init.c
- [DH] libavresample/aarch64/audio_convert_neon.S
- [DH] libavresample/aarch64/neontest.c
- [DH] libavresample/aarch64/resample_init.c
- [DH] libavresample/aarch64/resample_neon.S
- [DH] libavresample/arm/Makefile
- [DH] libavresample/arm/asm-offsets.h
- [DH] libavresample/arm/audio_convert_init.c
- [DH] libavresample/arm/audio_convert_neon.S
- [DH] libavresample/arm/neontest.c
- [DH] libavresample/arm/resample_init.c
- [DH] libavresample/arm/resample_neon.S
- [DH] libavresample/audio_convert.c
- [DH] libavresample/audio_convert.h
- [DH] libavresample/audio_data.c
- [DH] libavresample/audio_data.h
- [DH] libavresample/audio_mix.c
- [DH] libavresample/audio_mix.h
- [DH] libavresample/audio_mix_matrix.c
- [DH] libavresample/avresample.h
- [DH] libavresample/avresampleres.rc
- [DH] libavresample/dither.c
- [DH] libavresample/dither.h
- [DH] libavresample/internal.h
- [DH] libavresample/libavresample.v
- [DH] libavresample/options.c
- [DH] libavresample/resample.c
- [DH] libavresample/resample.h
- [DH] libavresample/resample_template.c
- [DH] libavresample/tests/.gitignore
- [DH] libavresample/tests/avresample.c
- [DH] libavresample/utils.c
- [DH] libavresample/version.h
- [DH] libavresample/x86/Makefile
- [DH] libavresample/x86/audio_convert.asm
- [DH] libavresample/x86/audio_convert_init.c
- [DH] libavresample/x86/audio_mix.asm
- [DH] libavresample/x86/audio_mix_init.c
- [DH] libavresample/x86/dither.asm
- [DH] libavresample/x86/dither_init.c
- [DH] libavresample/x86/util.asm
- [DH] libavresample/x86/w64xmmtest.c
- [DH] tests/Makefile
- [DH] tests/fate.sh
- [DH] tests/fate/libavresample.mak
- [DH] tools/gen-rc
- [DH] tools/target_dec_fuzzer.c
-
avcodec/avcodec : Remove unnecessary forward declaration
18 avril 2021, par Andreas Rheinhardt