
Recherche avancée
Autres articles (93)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar 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, parUnlike 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, parThe 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 Walkereac3dec : 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>
-
Should I reencode my exisiting audio to ac3 or eac3 ?
5 octobre 2020, par Kushal Sai GunturiFor 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 Combslavc/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.