
Recherche avancée
Médias (91)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
avec chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
sans chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
config chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (25)
-
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Sélection de projets utilisant MediaSPIP
29 avril 2011, parLes exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
Ferme MediaSPIP @ Infini
L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)
Sur d’autres sites (4428)
-
How does ffmpeg work on the server and which path should I give for ffmpeg in php ?
6 août 2016, par samI was trying to create a video gallery and I am using mac and xampp. I do not understand how ffmpeg works on the server-side. We have to give the path for the ffmpeg program for example.
window user path in php file
$ffmpeg = 'c:\\ffmpeg'
.mac user path in php file
$ffmpeg = 'user\local\bin'
.Something like that. My question is : How does it work on the server because what we have ffmpeg = than we it work correctly ?
-
how ffmpeg work on server and which path give for ffmpeg in php ?
6 août 2016, par samIn php and i was try to create video gallery and i am using mac and xxampp. I do not understand how ffmpeg work on server we have to give path for ffmpeg file for example.
window user path in php file "$’ffmpeg = ’c :\ffmpeg".
mac user path in php file ffmpeg = user\local\bin.
something like that my question is how it work on server because what we have ffmpeg = than we it work correctly ?
-
IOS Capture data from camera encoder ffmpeg send to node js server
9 juillet 2016, par TranThoHere is my code using swift to get out put when capture from camera
func captureOutput(captureOutput: AVCaptureOutput!, didOutputSampleBuffer sampleBuffer: CMSampleBuffer!, fromConnection connection: AVCaptureConnection!) {
// Here you collect each frame and process it
}I need encoder this data get from camera end using ffmpeg to send to node js server. Please help me