
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (95)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (...)
Sur d’autres sites (4895)
-
about FFMPEG stream overlaying an object
1er février 2014, par user3261087hello i have one question about blocking or overlaying an object in a live stream wich is working trough FFmpeg
i have my own stream server installed and sofar running fine with FFMpeG ,
but im stuck on a problem.the problem is when there is a soccer event on the channel i got serial nummer in my stream, i want to overlay this or block this can someone help me because i know that is possible
the serial number is showing for 1 or 2 minutes and everytime in different place on the screen. so its not only default on one place
-
I'm getting error while building the project in vue for ffmpeg.wasm
2 avril, par EaBengaluruHi i'm getting below error when i build the project with $npm run build command




I'm using vuetify
"vuetify": "^2.4.0"
still because 3.0 is still in beta so i'm using"vue": "^2.6.11",


Here is my
package.json


{
 ....
 "dependencies": {
 "@ffmpeg/core": "^0.11.5",
 "@ffmpeg/ffmpeg": "^0.11.0",
 "core-js": "^3.6.5",
 "vue": "^2.6.11",
 "vue-router": "^3.5.3",
 "vuetify": "^2.4.0"
 },
 "devDependencies": {
 "@vue/cli-plugin-babel": "~4.5.0",
 "@vue/cli-plugin-eslint": "~4.5.0",
 "@vue/cli-service": "~4.5.0",
 "babel-eslint": "^10.1.0",
 "eslint": "^6.7.2",
 "eslint-plugin-vue": "^6.2.2",
 "sass": "~1.32.0",
 "sass-loader": "^10.0.0",
 "vue-cli-plugin-vuetify": "~2.4.5",
 "vue-template-compiler": "^2.6.11",
 "vuetify-loader": "^1.7.0"
 },
 "eslintConfig": {
 "root": true,
 "env": {
 "node": true
 },
 "extends": [
 "plugin:vue/essential",
 "eslint:recommended"
 ],
 "parserOptions": {
 "parser": "babel-eslint"
 },
 "rules": {}
 },
 "browserslist": [
 "> 1%",
 "last 2 versions",
 "not dead"
 ]
 }



Note : it was working fine with
"@ffmpeg/ffmpeg": "^0.10.1",
when i updated it to"@ffmpeg/ffmpeg": "^0.11.0",
it is not working

in my
vue.config.js
there is nothing much , excepttranspileDependencies


module.exports = {
 transpileDependencies: [
 'vuetify'
 ]
}



Here is i have uploaded my project https://easyupload.io/rl9xyd [Download with high speed]


Note : i want to use
vuetify


Question : i want to build with
"@ffmpeg/core": "^0.11.0", "@ffmpeg/ffmpeg": "^0.11.5"
andvuetify


Please help me to resolve the error thanks in advance !!!


-
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.