
Recherche avancée
Autres articles (101)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (...)
Sur d’autres sites (10321)
-
Apply a command for each file in a folder using Windows batch script
29 avril 2014, par Dobbo1989I am trying to figure out how to create a script that will take all video files in a folder videos*.* and then use ffmpeg on each one and output the files to converted*.mp4 where the filenames are the same.
However, I can’t figure out how to get the
for
loop working, so that I can extract the name and extension type of file I am processing.for %%f IN (videos\*.*) DO (convert.bat %%f)
convert.bat
ffmpeg.exe -i %1 -f mp4 converted\%~n.mp4
I have tried both with and without double quotes. However, it won’t recognise the file.
-
Revision 39c5a4b8be : tools_common.sh : Set VPX_TEST_EXE_SUFFIX for windows targets. Change-Id : Ic3c79
23 avril 2014, par Tom FineganChanged Paths :
Modify /test/tools_common.sh
tools_common.sh : Set VPX_TEST_EXE_SUFFIX for windows targets.Change-Id : Ic3c792bcb76917c4d4b829d0377a9c36e06dd77d
-
Revision 2003263ca3 : Merge "tools_common.sh : Set VPX_TEST_EXE_SUFFIX for windows targets."
23 avril 2014, par Tom FineganMerge "tools_common.sh : Set VPX_TEST_EXE_SUFFIX for windows targets."