
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (77)
-
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)
Sur d’autres sites (5333)
-
Add array of filenames to ffmpeg video with fluent-ffmpeg
9 septembre 2020, par 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 ?


-
how to build the binaries in ffmpeg-kit
12 avril 2024, par Harpreet Singh.8052hey I want to use the ffmpeg in my android app and I used the ffmpeg-kit


In the README of the ffmpeg-kit for android they write the steps to create binary but I'm facing difficulty understanding thest steps


- 

-
First is -> to setup android SDK or NDK i have checked these in my Android studio and I also added these in my environment variables


-
Second -> is to install different packages
autoconf automake libtool pkg-config curl git doxygen nasm cmake gcc gperf texinfo yasm bison autogen wget autopoint meson ninja ragel groff gtk-doc-tools libtasn1
im using windows so i installed window's one other is for the linux

-
third -> is to run a
android.sh
command in the root directory of the project this will generate the binary for different architectures









This is what is understant after reading the doc


i dont understand the
android.sh
command from where can i get these script file , do i need to add.aar
from here

or do I need to copy the whole repository, i tried adding
.arr
file to mylibs
folder and trying to implement it inside my dependency but it showed error that duplicates classes

If anyone used this library please tell me how can i implement and build binary


-
-
How to get your Matomo plugin ready for GDPR
24 avril 2018, par Matomo Core TeamAre you developing a plugin for your self-hosted Matomo ? Have you maybe published a plugin on the Matomo Marketplace ? Then we highly recommend you read this article.
On 25th May 2018, new privacy regulations become effective called GDPR (General Data Protection Regulation) which applies to businesses worldwide. It is also known under different wordings in other countries, for example to RGPD in French and Datenschutz-Grundverordnung, DS-GVO in German.
If your plugin is storing any personal information or tracks or imports any data, we highly recommend you give the GDPR guide a read. You may also want to read our blog as we are releasing new content about GDPR regularly.
In Matomo 3.5.0, we will introduce new features for GDPR and we implemented it in a way that most – but not all – plugins will support these features out of the box without having to do anything.
Nevertheless, we recommend every plugin developer to check out our developer guide on how to make your plugin GDPR compliant to see what you need to do. A beta version of Matomo 3.5.0 is already available so you can test these new features. You can find them by logging in to your Matomo and going to “Administration => Privacy”.
Please note that any version of Piwik will not be GDPR compliant, so it is recommended that your plugin supports the latest version of Matomo (3.5.0+).
The post How to get your Matomo plugin ready for GDPR appeared first on Analytics Platform - Matomo.