Recherche avancée

Médias (1)

Mot : - Tags -/ipad

Autres articles (93)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (10874)

  • eac3dec : don’t call avpriv_request_sample every frame.

    1er avril 2016, par Tim Walker
    eac3dec : don’t call avpriv_request_sample every frame.
    

    These errors neither prevent nor stop successful decoding
    of the E-AC-3 stream’s "core", causing avpriv_request_sample
    to be called for every single frame in the bitstream.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/ac3dec.h
    • [DBH] libavcodec/eac3dec.c
  • Should I reencode my exisiting audio to ac3 or eac3 ?

    5 octobre 2020, par Kushal Sai Gunturi

    For support with spatial audio in the new airpods pro, media filed need to be in either ac3 or eac3. I've heard the eac3 encoder is pretty bad for ffmpeg, but that the ac3 encoder is quite good. However, I'm not sure how true that statement is.

    &#xA;

    Could anyone familiar with the subject help me out ?

    &#xA;

  • lavc/audiotoolboxdec : add eac3 decoder

    31 mars 2016, par Rodger Combs
    lavc/audiotoolboxdec : add eac3 decoder
    

    This is added in 10.11, so we add a #define when building against older SDKs.

    The decoder actually supports 7.1-channel eac3, but since the parser only
    reports 6 channels, we end up decoding the 5.1 downmix (same as the internal
    decoder) for now.

    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/audiotoolboxdec.c