
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (96)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
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 (10186)
-
prores : Always assume limited range
27 septembre 2017, par Vittorio Giovara -
change max Buffer Length in MPEG-dash format
17 novembre 2020, par ADLI'm trying to change the max buffer length on my video streaming in clappr video player.
I know that in HLS format the way to do it is like this :


player = new Clappr.Player({
 playback: {
 hlsjsConfig: {
 maxMaxBufferLength: 30
 }}})



And it's realy working for HLS videos,
I'm looking for equivalent way to do it with MPEG-dash foramt


-
FFmpeg make video from images skip middle or rear range
11 juin 2020, par user13720066From FFmpeg Wikibook we can skip the initial range of the images using
-start_number



ffmpeg -start_number 100 -i image-%03d.png video.webm




But how can we skip the rear part instead ?