
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (79)
-
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 (12129)
-
ffmpeg - different video and audio length synchronization
4 mai 2020, par Halil Han BademI have a task where the sound is longer and the image should come later.
Actually, this is exactly what I want, but it's a bit different : ffmpeg : mix audio and video of different length



First of all, I leave the picture I draw below to be understood.
Click to see the image.



By doing this I am thinking of catching sync. With which ffmpeg command can I do this ?
Thank you.


-
MediaConvert split video into multiple chunk but in different duration length
12 novembre 2020, par SandipI have one video with 1 hr time.


i want to chunk in different part by specified range.


ex :


- 

- 0 to 10 min
- 10 to 40 min
- 40 to 60 min








I know it is possible by ffmpeg but i want to do this with MediaConvert.


here is sample for ffmpeg but same thing i want do using MediaConvert


ffmpeg -i input.mp4 -c copy -f segment -segment_times 0,600,2400 output%d.mp4



-
Revision a16f075375 : Corrected value range of —cpu-used for vp9 This commit removes undefined value
18 décembre 2014, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_speed_features.c
Modify /vp9/vp9_cx_iface.c
Modify /vpxenc.c
Corrected value range of —cpu-used for vp9This commit removes undefined value options of cpu-used for VP9 and
changed vpxenc prompt to reflect the usable range of [-8,8]Change-Id : Ib80fef3dbb6ec9aabac45ed13e8ab6fbaf94f55e