Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (53)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (8004)

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

    


    Could anyone familiar with the subject help me out ?

    


  • 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
  • avcodec/eacmv : Cleanup generically after init failure

    29 août 2020, par Andreas Rheinhardt
    avcodec/eacmv : Cleanup generically after init failure
    

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/eacmv.c