
Recherche avancée
Médias (3)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (81)
-
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 -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (11737)
-
FFMPEG : AAC Number of bands exceeds limit
6 avril 2017, par user1902291I am using the FFMPEG C API to decode the audio in an MP4 file.
My code works when decoding an OGG or MP3 file, but fails on the first frame of AAC audio in an MP4
I get this error from
avcodec_send_packet(codecContext, packet)
[aac @ 0x7f80eb9e3a00] Number of bands (31) exceeds limit (5)What is the "number of bands" and how do I increase it ? What does this message really mean ?
Thank you in advance
-
run ffmpeg with multiple threads
12 février 2012, par xhammerOk i have learnt how to convert videos files using vb.net and ffmpeg. But as far as i know we cannot use multiple threads to run same exe file to convert files. Do you know how i can convert multiple videos using one external exe file (ffmpeg) ?
I have not tried because my computer time was over. So iam just asking a general doubt whether if we attach it to one process then wouldn't the process get locked ? Then can we multi-thread this application or not ?
Thanks in advance.
-
The bottom of video decoded by ffmpeg library is not good
29 février 2020, par Mr. JangI made a MFC program that plays a video stream.
The video stream comes from RTP and codec is H.264.
I used ffmpeg library.
My problem is the bottom of my video play is not good.
Not good means it has blur.
The resolution of the video is 1920×1200.
I opened H.264 codec using avcodec_find_decoder(AV_CODEC_ID_H264) and didn’t set any option.
What should I do to solve this problem ?
Thank you in advance !