
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (66)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Changer son thème graphique
22 février 2011, parLe thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
Modifier le thème graphique utilisé
Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
Il suffit ensuite de se rendre dans l’espace de configuration du (...)
Sur d’autres sites (4154)
-
Anomalie #3495 : Il manque peut-être un accent à icône
3 juillet 2015wikipedia préfère icône
https://fr.wikipedia.org/wiki/Ic%C3%B4neje serais pour laisser le chapeau pour éviter la confusion avec l’anglais
-
Audio is not there in the video generated with Editly
21 janvier 2024, par ShadabI have been trying to generate a video from Editly.
There is a video layer, some text and then I am trying to include audio layer as well.
Video is gettig generated but audio is not there in the video.
Below is the spec looks like


const editlySpec = {
 width: 1080,
 height: 1920,
 outPath: "./output-video.mp4",
 clips: [
 {
 duration: 4, // Set the duration of your clip in seconds
 layers: [
 {
 type: "video",
 path: "./exam-preparation-video-1.mp4", // Replace with the path to your video file
 },
 {
 type: "title",
 text: "Your Text Here", // Replace with your desired text
 position: "center",
 scale: 1.0,
 },
 {
 type: "audio",
 path: "./sample-audio-4-sec.mp3", // Replace with the path to your audio file
 },
 ],
 },
 ],
};



-
About objective metrics : Is the SSIM can be predicted by PSNR ? (PSNR vs SSIM)
15 décembre 2017, par roberutsuI read some people saying that if you have a study that involve conclusion regarding PSNR you must repeat all again considering also SSIM.
Since this meaning double work, time (and why not money), doing all simulations again (that already got using PSNR) using the SSIM parameter now ?
Are SSIM and PSNR independent ?