
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 (37)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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. -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (6623)
-
Support YA16 in jpeg 2000.
1er février 2015, par Carl Eugen Hoyos -
fate/jpeg2000 : add JPEG 2000 tests using ITU/ISO conformance materials
14 avril 2023, par Pierre-Anthony Lemieuxfate/jpeg2000 : add JPEG 2000 tests using ITU/ISO conformance materials
Adds JPEG 2000 decoder tests using materials from the conformance suite specified in
Rec. ITU-T T.803 | ISO/IEC 15444-4.The test materials are available at https://gitlab.com/wg1/htj2k-codestreams
Signed-off-by : Pierre-Anthony Lemieux <pal@palemieux.com>
- [DH] tests/Makefile
- [DH] tests/fate/jpeg2000.mak
- [DH] tests/ref/fate/jpeg2000dec-ds0_ht_01_b11
- [DH] tests/ref/fate/jpeg2000dec-p0_01
- [DH] tests/ref/fate/jpeg2000dec-p0_02
- [DH] tests/ref/fate/jpeg2000dec-p0_03
- [DH] tests/ref/fate/jpeg2000dec-p0_04
- [DH] tests/ref/fate/jpeg2000dec-p0_05
- [DH] tests/ref/fate/jpeg2000dec-p0_07
- [DH] tests/ref/fate/jpeg2000dec-p0_08
- [DH] tests/ref/fate/jpeg2000dec-p0_09
- [DH] tests/ref/fate/jpeg2000dec-p0_11
- [DH] tests/ref/fate/jpeg2000dec-p0_12
- [DH] tests/ref/fate/jpeg2000dec-p0_14
- [DH] tests/ref/fate/jpeg2000dec-p0_15
- [DH] tests/ref/fate/jpeg2000dec-p0_16
-
How to create a lossy JPEG 2000 sequence with FFmpeg
8 avril 2021, par floritI’d like to convert a movie to a lossy JPEG 2000 sequence with FFmpeg using
libopenjpeg
. I found-compression_level
to control the compression but I‘m looking for a kind of variable bitrate control like-crf
. Is this possible ?