Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (111)

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (9821)

  • avcodec/ffv1 : Store remap flag per slice

    18 janvier, par Michael Niedermayer
    avcodec/ffv1 : Store remap flag per slice
    

    This allows switching it on conditionally and also for non float,
    it may improve compression for RGB data that was paletted
    or other synthetic images

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ffv1.h
    • [DH] libavcodec/ffv1dec.c
    • [DH] libavcodec/ffv1dec_template.c
    • [DH] libavcodec/ffv1enc.c
    • [DH] libavcodec/ffv1enc_template.c
  • fftools/ffmpeg : store a separate copy of input codec parameters

    13 août 2022, par Anton Khirnov
    fftools/ffmpeg : store a separate copy of input codec parameters
    

    Use it instead of AVStream.codecpar in the main thread. While
    AVStream.codecpar is documented to only be updated when the stream is
    added or avformat_find_stream_info(), it is actually updated during
    demuxing. Accessing it from a different thread then constitutes a race.

    Ideally, some mechanism should eventually be provided for signalling
    parameter updates to the user. Then the demuxing thread could pick up
    the changes and propagate them to the decoder.

    • [DH] fftools/ffmpeg.c
    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_opt.c
  • lavc/ffv1enc : store per-slice rc_stat(2 ?) in FFV1SliceContext

    10 juillet 2024, par Anton Khirnov
    lavc/ffv1enc : store per-slice rc_stat(2 ?) in FFV1SliceContext
    

    Instead of the per-slice FFV1Context, which will be removed in future
    commits.

    • [DH] libavcodec/ffv1.c
    • [DH] libavcodec/ffv1.h
    • [DH] libavcodec/ffv1enc.c
    • [DH] libavcodec/ffv1enc_template.c