
Recherche avancée
Médias (91)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
-
USGS Real-time Earthquakes
8 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
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
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (70)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (10748)
-
how to set Duration, framerate, bitrate etc for an empty video file without encoding frames, audio in it
27 février 2019, par Deepak PrajapatiMy aim is that I have a video which do not contain any properties Details so i want to add properties to this video and make it playable
Look images, In properties detail section there is no property and there value
please fix it because i tried to find solution
Also i don’t have enough knowledge
THANKS IN ADVANCE STACKOVERFLOW -
Get a thumb from a partial loaded file [closed]
6 novembre 2024, par JD11I use ffmpegwasm to get thumbnail of video files. Some time files are very large. Can i download only a part of file (using html header range) and get a thumbnail.


i use this command for extraction :


ffmpegWasm!.run(['-y','-ss','00:00:01','-i','temp.mp4','-vframes','1',"-an","-vf",
 "scale=$width:-1",outName
 ]);



thank you in advance


-
How to convert a big .ts file to many segments and create m3u8 playlist using ffmpeg in windows ?
21 mai 2014, par user1788736ts file and want to create many segments (without any trans-coding the big .ts file)out of it and create m3u8 for it. could any one show me an easy way to do this ?Thanks in advance