Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (41)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

  • lavc : Fix ticket 6024, truncated mode decoding

    15 décembre 2016, par Pavel Koshevoy
    lavc : Fix ticket 6024, truncated mode decoding
    

    The assumption that avcodec_send_packet makes regarding decoders
    consuming the entire packet is not true if the codec supports
    truncated decoding mode and the truncated flag is turned on.

    Steps to reproduce :
    ./ffmpeg_g -flags truncated \
    - i "http://samples.ffmpeg.org/MPEG2/test-ebu-422.40000.pakets.ts" ; \
    - c:v ffv1 -c:a copy -y /tmp/truncated.nut

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/utils.c
  • avfilter/internal : Move ff_norm_qscale() to qp_table.h

    2 août 2021, par Andreas Rheinhardt
    avfilter/internal : Move ff_norm_qscale() to qp_table.h
    

    It is the natural header for it.

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

    • [DH] libavfilter/internal.h
    • [DH] libavfilter/qp_table.h
  • avcodec/opus_celt, opus_pvq : Move CeltPVQ typedef to opus_pvq.h

    3 octobre 2022, par Andreas Rheinhardt
    avcodec/opus_celt, opus_pvq : Move CeltPVQ typedef to opus_pvq.h
    

    It is more natural that way.

    Reviewed-by : Lynne <dev@lynne.ee>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/opus_celt.h
    • [DH] libavcodec/opus_pvq.h