
Advanced search
Medias (1)
-
Rennes Emotion Map 2010-11
19 October 2011, by
Updated: July 2013
Language: français
Type: Text
Other articles (50)
-
Le plugin : Podcasts.
14 July 2010, byLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 video/mp4 (...) -
Configurer la prise en compte des langues
15 November 2010, byAccé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 (...) -
Publier sur MédiaSpip
13 June 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
On other websites (10541)
-
Revision b67e46b33c: holds utility debugging functions This one prints out a visual version of the p
17 May 2013, by Jim BankoskiChanged Paths:
Modify /vp9/common/vp9_debugmodes.c
holds utility debugging functionsThis one prints out a visual version of the partitioning for human
eyes to follow...Change-Id: Iba434589a2f55eb069484686d99a382db93b9548
-
Add specific image files to ffmpeg video with fluent-ffmpeg
8 September 2020, by lowcrawlerMy nodejs program has an array of (full path) filenames for a few hundred jpegs. These files are not all in the same directory (but they all sort correctly). These are all located on various network shares that the host has access to.


I'd like to turn these into timelapse videos, but I'm not entirely sure how to do this. Note, some videos will be 400+ images.


I have thought of brute-force copy the the files across the network into sequential filenames on the local system, then run ffmpeg using an image pattern ... but I will need to do this hundreds of times per hour, 24/7 and I'd rather not needlessly make file copies (nor do I wish to delve into deep use of the local file system by nodejs).


I have tried doing multiple
.addInput('path/to/file')
- chaining a hundred of them together and I seem to only get a single frame video.

The question Add multiple images to video fluent-ffmpeg appears close, but is too opaque for me to know if it's on the right track.


The question fluent-ffmpeg from an array of input files gives me hope but I keep getting errors. (I will keep digging on this path unless someone has other input)


given FFMPEG can work with a readable stream, I also wondered if there would simply be a way to create a readable stream from the array of image files?


-
Add array of filenames to ffmpeg video with fluent-ffmpeg
9 September 2020, by lowcrawlerMy nodejs program has an array of (full path) filenames for a few hundred jpegs. These files are not all in the same directory (but they all sort correctly). These are all located on various network shares that the host has access to.


I'd like to turn these into timelapse videos, but I'm not entirely sure how to do this. Note, some videos will be 400+ images.


I have thought of brute-force copy the the files across the network into sequential filenames on the local system, then run ffmpeg using an image pattern ... but I will need to do this hundreds of times per hour, 24/7 and I'd rather not needlessly make file copies (nor do I wish to delve into deep use of the local file system by nodejs).


I have tried doing multiple
.addInput('path/to/file')
- chaining a hundred of them together and I seem to only get a single frame video.

The question Add multiple images to video fluent-ffmpeg appears close, but is too opaque for me to know if it's on the right track.


The question fluent-ffmpeg from an array of input files gives me hope but I keep getting errors. (I will keep digging on this path unless someone has other input)


given FFMPEG can work with a readable stream, I also wondered if there would simply be a way to create a readable stream from the array of image files?