Recherche avancée

Médias (91)

Autres articles (27)

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

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (4772)

  • api/api-band-test : Perform codec admissibility check earlier

    16 octobre 2022, par Andreas Rheinhardt
    api/api-band-test : Perform codec admissibility check earlier
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] tests/api/api-band-test.c
  • Extracting segment from MTS video without re-rendering and get thin changing color band on top of output

    2 février, par David

    Extracting segment from .MTS video without re-rendering (for speed) and get a thin changing multi-color band on top of output. There is no band on the original video. How can this be prevented ?

    &#xA;

    I used the following commands :

    &#xA;

    set i="<input video="video" />"&#xA;set o="<output video="video">"&#xA;&#xA;%pgm% -i %i% -ss 2:40 -to 8:39 -async 1 %o% -c:v copy -c:a copy&#xA;</output>

    &#xA;

  • avcodec/cfhd : Increase minimum band dimension to 3

    19 août 2016, par Michael Niedermayer
    avcodec/cfhd : Increase minimum band dimension to 3
    

    The implementation does not currently support len=2

    Fixes out of array accesses
    Fixes : 29d1b3db5ba2205e82b0b3a533e057a3/asan_heap-oob_12b650c_9254_3b8c4e4d931eb2c32841c18ebb297f1d.avi

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/cfhd.c