
Recherche avancée
Autres articles (103)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (15502)
-
avformat/crypto : Avoid cast, use proper printf specifier
15 mars 2024, par Andreas Rheinhardt -
lavc/libx264 : Cast bit_rate to int64_t to avoid an integer overflow.
10 août 2019, par Carl Eugen Hoyos -
FFMPEG - Get creation and/or modification date
21 juillet 2015, par rmartrenadoI’m trying hard to get the modification date from a MP4 file hosted on my server.
I tried the following library :
ffmpeg -i video.mp4
Without any luck. All I get is duration and a few other fields but I’m not able to get modification date. I tried ffprobe as well and it is not there either.
Any suggestions ??
Thanks a lot