Recherche avancée

Médias (91)

Autres articles (87)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (11793)

  • avcodec/jpeg2000dwt : Fix undefined shifts of negative numbers

    28 septembre 2019, par Andreas Rheinhardt
    avcodec/jpeg2000dwt : Fix undefined shifts of negative numbers
    

    Affected the vsynth*-jpeg2000 and the vsynth*-jpeg2000-97 FATE tests
    (where * ranges over 1, 2, 3, _lena ) as well as ticket #7983.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/jpeg2000dwt.c
  • avcodec/dnxhdenc : Fix undefined left shifts of negative numbers

    28 septembre 2019, par Andreas Rheinhardt
    avcodec/dnxhdenc : Fix undefined left shifts of negative numbers
    

    Affected 61 FATE-tests : 60 vsynth tests and lavf-mxf_opatom.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/dnxhdenc.c
  • swscale/utils : Fix invalid left shifts of negative numbers

    28 septembre 2019, par Andreas Rheinhardt
    swscale/utils : Fix invalid left shifts of negative numbers
    

    Affected the FATE-tests vsynth_lena-dv-411, vsynth1-dv-411,
    vsynth2-dv-411 and hevc-paramchange-yuv420p.yuv420p10.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libswscale/utils.c