
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (99)
-
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 -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (5470)
-
Merge "Using partition_info instead of blockd info for splitmv"
19 mai 2011, par Scott LaVarnwayMerge "Using partition_info instead of blockd info for splitmv"
-
vpxdec : Change —pp-debug-info to be a bit field.
26 octobre 2010, par Fritz Koenigvpxdec : Change —pp-debug-info to be a bit field.
-
FFMPEG MPEG-DASH playback - Update SPS and PPS info on receiving init segment
4 novembre 2014, par ChakkraI am trying to playback a DASH stream using libdash (for MPD parsing) and FFMPEG (for fmp4 parsing). When we don’t switch between Representations, FFMPEG was able to successfully parse the fmp4 file and give proper SPS and PPS info for the video stream (H.264 video).
When we implement the adaptive bitrate switching logic to switch between Representations of an Adaptation set, FFMPEG is not able to update the SPS and PPS data. Even after we give the init segment to FFMPEG (of the newly switched Representaion), the SPS and PPS data were not updated ? May I know, how can we get the SPS and PPS info for the newly switched Representation segments from FFMPEG ?
Thanks and Regards.