
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (57)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
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 -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (6254)
-
Access updated metatata from AVFormatContext in ffmpeg
1er janvier 2017, par user2280389I am trying to create a patch for metadata-aware hls splitting in ffmpeg. Unfortunately, i cannot seem to get updated metadata from the AVFormatContext object. For example, within hlsenc.c I have this: :
static int hls_start(AVFormatContext *s)
{
HLSContext *c = s->priv_data;
AVFormatContext *oc = c->avf;
AVFormatContext *vtt_oc = c->vtt_avf;
AVDictionary *options = NULL;
char *filename, iv_string[KEYSIZE*2 + 1];
int err = 0;
int ret = 0;
AVDictionaryEntry *tag = NULL;
av_log(s, AV_LOG_DEBUG, "Lets check if there's metadata now.. ");
tag = av_dict_get(oc->metadata, "StreamTitle", tag, AV_DICT_IGNORE_SUFFIX);
printf("%s\n",tag->value);However, it always prints the original StreamTitle that was valid when the initial connection to the url was made, and is not updating it further.
Granted, this is the output stream context, but it does contain the initial metadata, apparently. What would be the way to update it ?best Regards
Christo -
lavu : Drop deprecated external access to AVPixFmtDescriptor table
28 juillet 2015, par Vittorio Giovara -
avfilter : avoid direct access to "frame"->channels
10 mars 2013, par Michael Niedermayeravfilter : avoid direct access to "frame"->channels