
Recherche avancée
Autres articles (65)
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)
Sur d’autres sites (8661)
-
decoding AAC in ffmpeg android
12 octobre 2012, par synthcatI am attempting to decode an M4A file on an Android device using AAC.
I use the following code to initialize the codec.
codec = avcodec_find_decoder(CODEC_ID_AAC);
c= avcodec_alloc_context();
avcodec_open(c, codec);However, when I later attempt to decode a frame using :
len = avcodec_decode_audio3(c, (short *)mOutbuf, &out_size, &avpkt);
I get -1 (indicating an error) and the following on the log.
10-11 16:30:01.115 : INFO/M4ADecoder(5260) : channel element 0.0 is not allocated
10-11 16:30:02.195 : INFO/M4ADecoder(5260) : channel element 2.0 is not allocated
10-11 16:30:03.295 : INFO/M4ADecoder(5260) : channel element 0.6 is not allocated
10-11 16:30:07.645 : INFO/M4ADecoder(5260) : Sample rate index in program config element does not match the sample rate index configured by the container.
10-11 16:30:07.655 : INFO/M4ADecoder(5260) : Number of bands (3) exceeds limit (2).Are there any other steps I need to do when setting up the codec ? Do I need to preparse the file before sending data to the AAC decoder ?
The same file works fine with the latest ffmpeg code on Mac OSX (i.e., ffmpeg -i filename.m4a").
Thanks in advance for any help you can provide.
-
Revision c9a9905764 : Add cpu detection for Android x86 Change-Id : I3fe24001cda08d7322b630f65c5e3fad8
26 avril 2013, par changjun.yangChanged Paths :
Modify /vpx_ports/x86.h
Add cpu detection for Android x86Change-Id : I3fe24001cda08d7322b630f65c5e3fad881f8036
-
Revision a288c928ae : Merge "Add cpu detection for Android x86"
2 mai 2013, par JohannMerge "Add cpu detection for Android x86"