Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (49)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (9336)

  • 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