
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (97)
-
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 ;
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)
Sur d’autres sites (16704)
-
lavf : Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlink
17 novembre 2014, par Martin Storsjölavf : Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlink
This makes sure that the internal utf8 path names are handled
properly - the normal file handling functions assume path names
are in the native codepage, which isn’t utf8.This assumes that the tools outside of lavf don’t use the mkdir
definition. (The tools don’t do the same reading of command line
parameters as wchar either - they probably won’t handle all possible
unicode file parameters properly, but at least work more predictably
if no utf8/wchar conversion is involved.)This is moved further down in os_support.h, since windows.h shouldn’t
be included before winsock2.h, while io.h needs to be included before
the manual defines for lseek functions.Signed-off-by : Martin Storsjö <martin@martin.st>
-
How do I install stream-m on my vps server using putty for windows
19 décembre 2014, par They Went Viralwhen i logged into my vps server using the plesk control panel i see httpdocs in the root when using putty i entered an ls command and i only see
@vps : # ls
ffmpeg parallels parallels_installer plesk-installer.sh univac.webmwonder why this is why dont i see the same files as in te control panel ??!
the problem is i am trying to run this https://github.com/vbence/stream-m on the server
the read me saysRUNNING THE SERVER
java -jar stream-m.jar
Before running the server you should edit the sample config file (change password and choose a stream name). So you will end up with something like :
java -jar stream-m.jar server.properties
but im getting an error that says
@vps : # java -jar stream-m.jar server.properties
Error : Unable to access jarfile stream-m.jarNow i do have ffmpeg installed as per putty but when logged into the control panel i don’t see that either what am i doing wrong ?
-
opening .js file in CMD runs windows script host [migrated]
6 août 2017, par AlexI am installing ffmpeg for node.js.
When i run ffmpeg by the following command in CMD ; ffmpeg -codecs
It opens a .js file with windows script host instead of CMD.This is because i accidentally pressed windows script host as standard program for .js files.
I am running this on windows 10 and i cannot find a way to reverse my actions..
i have tried select CMD as standard program for opening javascript files but this didnt work. It gave me an error that this file type could not be associated with the program chosen.I dont know what to do.