
Recherche avancée
Autres articles (61)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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
Sur d’autres sites (10712)
-
Book Author not added to metadata
1er décembre 2013, par GrandtBook Author not added to metadata
-
#25 TOC added to the end of the book,
30 avril 2015, par Grandt#25 TOC added to the end of the book,
-
ffmpeg / ffprobe gives creation_time 1970 but actual timestamp is correct
12 juillet 2017, par smianI’d gotten some video recorded from a surveillance cam, and in the recording itself, the correct timestamp is clearly shown in a corner.
I wanted to extract the creation time from the video metadata, however ffmpeg (and ffprobe) both give me creation_time as
creation_time:1970-01-01T00:33:37.000000Z
(i.e the unix epoch time)(tested with
ffmpeg -i <video></video>
andffprobe -v quiet -print_format compact -show_entries format_tags=creation_time <video></video>
, where<video></video>
is the location of video)Any way to fix this ? I have confirmed that the settings on the camera are fine. I need to use ffmpeg for other analysis.