Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (32)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (5546)

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

    


  • 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.

    


  • avcodec/apedec : fix decoding 3800 version with 2000 compression level

    22 février 2020, par Paul B Mahol
    avcodec/apedec : fix decoding 3800 version with 2000 compression level
    
    • [DH] libavcodec/apedec.c