
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 (104)
-
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 -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
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 (...)
Sur d’autres sites (13502)
-
Tagging 1.8.0 release
22 mars 2011, par jzaeffererm version.txt Tagging 1.8.0 release
-
ffmpeg keep original file date ?
24 juin 2022, par user2650501I use this batch to cut off the beginning 6 seconds of a bunch of mp4 files,creating new files, in Win7. It works great, but the output files' date is new. How do I keep original date ? But I don't want to re-encode mp4 files, just too many of them, too slow. Appreciate any response.



for %%a in ("*.mp4") do ffmpeg -i "%%a" -ss 6 -vcodec copy -acodec copy "newfiles\%% na.mp4"


-
av_register_all generates an exception in Release mode on Windows [closed]
7 août 2012, par ranyakirI have a program that uses libav. It works well when compiled in Debug mode (Windows, VisualStudio 2010). However, when the program is compiled in Release mode, it crashes in av_register_all. The exception I get is Privileged Instruction.
Anyone has an idea if there is anything special that needs to be done in Release mode to get libav to work ?
Best regards
Ran