
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (97)
-
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" (...) -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)
Sur d’autres sites (10054)
-
FFMPEG, How to concat mp4 files with different fps to create final video with different fps
9 octobre 2019, par Newbie EngineerI am using following commands
images to video
ffmpeg.exe -r 5 -f image2 -s 960x720 -i D :/images%2d.PNG -vcodec libx264 -crf 25 -pix_fmt yuv420p D :/tester.mp4
I created several mp4 with different fps(5, 10, 15, 20...), and created a list of mp4 files name with different FPS, then tried to concat using
ffmpeg -f concat -i D :/mylist.txt -c copy final.mp4
But this is not concatenating properly, last couple of mp4 files are not being joined properly and there is always two or three seconds gap between each joined mp4 files. Wondering if any one has dealt with this issue. I want to keep the FPS of each single mp4 files as it is, trying to get smooth final video with progressing fps like 5, 10, 15, 20.. FPS).
FFMPEG version 4.2.1, (no audio involved)
-
Accessibility to Web video for the Vision-Impaired
12 décembre 2010, par silviaIn the past week, I was invited to an IBM workshop on audio/text descriptions for video in Japan. Geoff Freed and Trisha O’Connell from WGBH, and Michael Evans from BBC research were the other invited experts to speak about the current state of video accessibility around the world and where (...)
-
Revision 79003 : Pipeline "afficher_contenu_objet" : prendre en compte le cas où ...
30 novembre 2013, par tcharlss@… — LogPipeline "afficher_contenu_objet" : prendre en compte le cas où l’identifiant de l’objet n’est pas donné par $fluxargs ?id_objet ? mais par $fluxargs ?contexte ?id ?.
Problème constaté sur la fiche d’une commande.
ps : De plus, l’exemple du site http://programmer.spip.net/afficher_contenu_objet,434 récupère l’identifiant avec $fluxargs ?id ?…