
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 (99)
-
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 (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
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 (2217)
-
Revision c41d3584fd : Add VPX.framework built script. Builds a framework for use on iOS targets. Cha
13 juin 2014, par Tom FineganChanged Paths :
Add /iosbuild.sh
Add VPX.framework built script.Builds a framework for use on iOS targets.
Change-Id : I2e42d77d1d83e15dc7e84232255da26809ee31bb
-
Revision 4416b448de : Merge "Add VPX.framework built script."
13 juin 2014, par Tom FineganMerge "Add VPX.framework built script."
-
Automator shell script (using ffmpeg) won't run on other machine
24 mai 2014, par kavaI have an Automator patch that runs a shell script that calls ffmpeg on a 10.9.3 mac.
I just try to call it via
ffmpeg
for test reasons without any arguments.
but it returns
ffmpeg: command not found.
But I can open ffmpeg regularly from terminal AND I can run the script on my other machine (10.9.2)
What’s wrong ?
EDIT : I also tried to add :
/opt/local/bin
in the shell script to the path variable, but it still won’t run.
also/opt/local/bin/ffmpeg -arguments....
won’t run