
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 (41)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Configuration spécifique d’Apache
4 février 2011, parModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (6248)
-
Set minimal ts duration in ffmpeg command
22 août 2017, par AlesWe are using ffmpeg to convert mp4 video file to hls.
When video is converted, it sometimes happens that last ts chunk is about 0.03s. And player stalls on this chunk for a while. Is there a special command in ffmpeg to set minimal ts duration ? Or other way to avoid such ts chunks ?
In our command to set up ts duration we use :-segment_time 5
-
lavf-regression : minimal metadata test.
11 décembre 2011, par Reimar Döffingerlavf-regression : minimal metadata test.
-
Adding an Overlay Using FFMPEG With Minimal Re-Encoding
24 avril 2019, par spacemanFFMPEG is really useful for cutting a part of a video, without re-encoding the video.
I know it is also possible to use FFMPEG for adding an Overlay Image to a video, in a certain part of the video (for example from 10secs till 20secs).
My question is : If I do this overlaying of an image, will the whole video get re-encoded because of that ? Or just the relevant duration will be encoded ?
Also are there any options that I can use to make the re-encoding minimal ?
The purpose if of course to keep the quality of the video like the original one..
(I would ask for no re-encoding at all, but I don’t see how that might be possible...)Thank you