
Recherche avancée
Médias (1)
-
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
Autres articles (95)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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" (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.
Sur d’autres sites (5338)
-
Android ffmpeg concat videos
30 mai 2016, par farokovicI would like to concatenate two videos
public void genererVideo() {
String cmd1 = "-y -i /sdcard/video3.mp4 -i /sdcard/video3.mp4 -filter_complex '[0:1] [0:0] [1:1] [1:0] concat=n=2:v=1:a=1 [v] [a]' -map '[v]' -map '[a]' /sdcard/videoo.mp4";
String[] command = cmd1.split(" ");
if (command.length != 0) {
execFFmpegBinary(command);
} else {
Toast.makeText(SelectedImageActivity.this, "Abd", Toast.LENGTH_LONG).show();
}
} -
How to create videos from images using ffmpeg android ? [on hold]
30 mai 2016, par GajuHello every one I want to do these three things :
- Create videos form no of images and play as a slide show ?
- Merge Audio and Video in video file.
- Merge two video ?
For this I am using ffmpeg command using android ffmpeg library. I uesd many command also create video from images but its duration for images not well i some times finish video in 1 second or sometimes it will show only one images and also sometimes it play slides at a very fast speed. So what i do for this ? and I also tried with Javacv, but not getting any exact solution.
-
avcodec/proresdec2 : Add support for grayscale videos
27 mai 2016, par Håvard Espeland