
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (69)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
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 (...)
Sur d’autres sites (4711)
-
avcodec/eac3dec : add detection of Atmos spatial extension profile
18 février 2023, par Marth64avcodec/eac3dec : add detection of Atmos spatial extension profile
Signed-off-by : Marth64 <marth64@proxyid.net>
-
Revision 9a5cac0a55 : msvs : Pass dependency project vcxproj files to the project generation script Th
18 mai 2013, par Martin StorsjoChanged Paths :
Modify /examples.mk
Modify /libs.mk
msvs : Pass dependency project vcxproj files to the project generation scriptThis is required since the dependencies are specified within the
vcxproj files themselves, not in the solution file. This doesn't
do anything for the old vcproj files.Change-Id : If7818d8e9dbf4aac5bcb34abe648946cf24db51c
-
how Youtube Ios app is playing 1080p and above ?
19 septembre 2018, par user10387397I have been going through video codecs and ffmpeg .
Understood everything between vp9 , HEVC(h.265) and H264 , webm dash streaming , and hls streaming.
As far as i have read and understood that youtube stopped encoding for 1080p and higher in H264 and made it available only in webm VP9. Thus safari is limited by 720p.
However, in IOS native app of youtube , they are providing 1080p and 1440p . Are they encoding it in different format ?
The main question i would want to ask is how are they able to play 1080p and above in ios app when they were encoding this only in VP9 webm , whereas ios doesnot support VP9.