
Recherche avancée
Autres articles (37)
-
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (4405)
-
How to create a JPEG 2000 sequence with alpha channel with FFmpeg
7 avril 2021, par floritHow can I create a JPEG 2000 sequence preserving the alpha of an input video with FFmpeg ?


ffmpeg -i /path/to/movie_with_alpha.mov -c:v jpeg2000 -pix_fmt rgba /output/path/sequence_%04d.jp2



… throws this info :


Incompatible pixel format 'rgba' for codec 'jpeg2000', auto-selecting format 'rgb24'



I tried other options for
-pix_fmt
with no luck.

-
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 ?

-
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