Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (45)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Supporting all media types

    13 avril 2011, par

    Unlike 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 (...)

Sur d’autres sites (6488)

  • How to create a JPEG 2000 sequence with alpha channel with FFmpeg

    7 avril 2021, par florit

    How 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 florit

    I’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 Lemieux
    fate/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