Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (52)

  • 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

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (9544)

  • fftools/textformat/tw_avio : Remove unused private class

    14 avril, par Andreas Rheinhardt
    fftools/textformat/tw_avio : Remove unused private class
    

    This AVTextWriter does not have any options.

    Reviewed-by : softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] fftools/textformat/tw_avio.c
  • aviobuf : add a private data struct for avio_open()ed contexts

    19 février 2016, par Anton Khirnov
    aviobuf : add a private data struct for avio_open()ed contexts
    

    It will be useful in the following commits.

    • [DBH] libavformat/aviobuf.c
  • decode : add a per-frame private data for hwaccel use

    13 octobre 2017, par Anton Khirnov
    decode : add a per-frame private data for hwaccel use
    

    This will be useful in the CUVID hwaccel. It should also eventually
    replace current decoder-specific mechanisms used by various other
    hwaccels.

    Merges Libav commit 704311b2946d74a80f65906961cd9baaa18683a3.

    • [DH] libavcodec/decode.c
    • [DH] libavcodec/decode.h