
Recherche avancée
Médias (2)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (96)
-
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 ;
-
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 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (8917)
-
How to set up FFMPEG library on windows with Android-NDK-r16b ? [on hold]
12 décembre 2017, par Ghodasara BhaumikI have search it but not found any step-by-step configuration for windows with NDK-r16b.
I need FFMPEG for my Android Application to Compress Video and Trim Video file.
Thanks in advance for the help ! -
not able to create libffmpeg.so for android
4 janvier 2013, par susheel tickooI have tried to create a video from images and i haven done it successfully with MPEG4 codec and .m4v extension.Using this link
now i want to use H264 codec for android devices.I am able to compile the code but when i use the function avcoded_find_encoder(CODEC_ID_H264). It gives me codec not found.
I have seen the links for same on stackovrflow but they are of either no use or are not conclusive.Please help.
thanks in advance. -
No such file or directory : '/usr/bin/ffprobe' on Macos
22 avril 2022, par Mehdi AmianDuring running some Python (3.8.9) script on macOS Monterey version 12.3.1, I get the following error :
FileNotFoundError : [Errno 2] No such file or directory : '/usr/bin/ffprobe'


Then, according to what found on web search, I installed ffmpeg via brew and even updated it. But still getting the same error. When I print "which ffprobe", I get : /usr/local/bin/ffprobe


Thanks in advance.